<?xml version="1.0" encoding="UTF-8"?> <project version="4"> <component name="AutoImportSettings"> <option name="autoReloadType" value="SELECTIVE" /> </component> <component name="ChangeListManager"> <list default="true" id="8d1842aa-2e0c-43eb-813e-5bbde3c5a6ca" name="Changes" comment="Updated the example controller."> <change afterPath="$PROJECT_DIR$/.idea/compiler.xml" afterDir="false" /> <change afterPath="$PROJECT_DIR$/.idea/gradle.xml" afterDir="false" /> <change afterPath="$PROJECT_DIR$/.idea/jarRepositories.xml" afterDir="false" /> <change afterPath="$PROJECT_DIR$/.idea/switchroom.iml" afterDir="false" /> <change afterPath="$PROJECT_DIR$/.idea/vcs.xml" afterDir="false" /> <change beforePath="$PROJECT_DIR$/.idea/misc.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/misc.xml" afterDir="false" /> <change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" /> <change beforePath="$PROJECT_DIR$/BackendFolder/SwitchRoom/src/main/java/vt/CS5934/SwitchRoom/controllers/ExampleController.java" beforeDir="false" afterPath="$PROJECT_DIR$/BackendFolder/SwitchRoom/src/main/java/vt/CS5934/SwitchRoom/controllers/ExampleController.java" afterDir="false" /> <change beforePath="$PROJECT_DIR$/FrontendFolder/switch-room/src/components/HelloWorld.vue" beforeDir="false" afterPath="$PROJECT_DIR$/FrontendFolder/switch-room/src/components/HelloWorld.vue" afterDir="false" /> <change beforePath="$PROJECT_DIR$/FrontendFolder/switch-room/src/services/HttpRequestService.js" beforeDir="false" /> </list> <option name="SHOW_DIALOG" value="false" /> <option name="HIGHLIGHT_CONFLICTS" value="true" /> <option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" /> <option name="LAST_RESOLUTION" value="IGNORE" /> </component> <component name="ExternalProjectsData"> <projectState path="$PROJECT_DIR$/BackendFolder/SwitchRoom"> <ProjectState /> </projectState> </component> <component name="ExternalProjectsManager"> <system id="GRADLE"> <state> <task path="$PROJECT_DIR$/BackendFolder/SwitchRoom"> <activation /> </task> <projects_view> <tree_state> <expand> <path> <item name="" type="6a2764b6:ExternalProjectsStructure$RootNode" /> <item name="SwitchRoom" type="f1a62948:ProjectNode" /> </path> </expand> <select /> </tree_state> </projects_view> </state> </system> </component> <component name="Git.Settings"> <option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$" /> </component> <component name="MarkdownSettingsMigration"> <option name="stateVersion" value="1" /> </component> <component name="ProjectId" id="2G32Z57VMxPLeVLmbPeeeH3ElgL" /> <component name="ProjectViewState"> <option name="hideEmptyMiddlePackages" value="true" /> <option name="showLibraryContents" value="true" /> </component> <component name="PropertiesComponent">{ "keyToString": { "RunOnceActivity.OpenProjectViewOnStart": "true", "RunOnceActivity.ShowReadmeOnStart": "true", "SHARE_PROJECT_CONFIGURATION_FILES": "true", "last_opened_file_path": "D:/Code", "project.structure.last.edited": "Modules", "project.structure.proportion": "0.0", "project.structure.side.proportion": "0.0", "settings.editor.selected.configurable": "preferences.pluginManager" } }</component> <component name="RunManager" selected="Application.SwitchRoomApplication"> <configuration name="SwitchRoomApplication" type="Application" factoryName="Application" temporary="true" nameIsGenerated="true"> <option name="MAIN_CLASS_NAME" value="vt.CS5934.SwitchRoom.SwitchRoomApplication" /> <module name="SwitchRoom.main" /> <extension name="coverage"> <pattern> <option name="PATTERN" value="vt.CS5934.SwitchRoom.*" /> <option name="ENABLED" value="true" /> </pattern> </extension> <method v="2"> <option name="Make" enabled="true" /> </method> </configuration> <configuration name="SwitchRoom" type="GradleRunConfiguration" factoryName="Gradle" temporary="true"> <ExternalSystemSettings> <option name="executionName" /> <option name="externalProjectPath" value="$PROJECT_DIR$/BackendFolder/SwitchRoom" /> <option name="externalSystemIdString" value="GRADLE" /> <option name="scriptParameters" /> <option name="taskDescriptions"> <list /> </option> <option name="taskNames"> <list /> </option> <option name="vmOptions" /> </ExternalSystemSettings> <ExternalSystemDebugServerProcess>true</ExternalSystemDebugServerProcess> <ExternalSystemReattachDebugProcess>true</ExternalSystemReattachDebugProcess> <DebugAllEnabled>false</DebugAllEnabled> <method v="2" /> </configuration> <recent_temporary> <list> <item itemvalue="Application.SwitchRoomApplication" /> <item itemvalue="Gradle.SwitchRoom" /> </list> </recent_temporary> </component> <component name="SpellCheckerSettings" RuntimeDictionaries="0" Folders="0" CustomDictionaries="0" DefaultDictionary="application-level" UseSingleDictionary="true" transferred="true" /> <component name="TaskManager"> <task active="true" id="Default" summary="Default task"> <changelist id="8d1842aa-2e0c-43eb-813e-5bbde3c5a6ca" name="Changes" comment="" /> <created>1665603001198</created> <option name="number" value="Default" /> <option name="presentableId" value="Default" /> <updated>1665603001198</updated> </task> <task id="LOCAL-00001" summary="Change spring boot port to 8081, so it will not interoperate with Vue"> <created>1665604029158</created> <option name="number" value="00001" /> <option name="presentableId" value="LOCAL-00001" /> <option name="project" value="LOCAL" /> <updated>1665604029158</updated> </task> <task id="LOCAL-00002" summary="Updated the example controller. Change spring boot port to 8081, so it will not interoperate with Vue"> <created>1665607317533</created> <option name="number" value="00002" /> <option name="presentableId" value="LOCAL-00002" /> <option name="project" value="LOCAL" /> <updated>1665607317533</updated> </task> <task id="LOCAL-00003" summary="Updated the example controller."> <created>1665608330254</created> <option name="number" value="00003" /> <option name="presentableId" value="LOCAL-00003" /> <option name="project" value="LOCAL" /> <updated>1665608330254</updated> </task> <option name="localTasksCounter" value="4" /> <servers /> </component> <component name="Vcs.Log.Tabs.Properties"> <option name="TAB_STATES"> <map> <entry key="MAIN"> <value> <State /> </value> </entry> </map> </option> </component> <component name="VcsManagerConfiguration"> <MESSAGE value="Change spring boot port to 8081, so it will not interoperate with Vue" /> <MESSAGE value="Updated the example controller. Change spring boot port to 8081, so it will not interoperate with Vue" /> <MESSAGE value="Updated the example controller." /> <option name="LAST_COMMIT_MESSAGE" value="Updated the example controller." /> </component> </project>