Skip to content
Snippets Groups Projects
workspace.xml 5.35 KiB
Newer Older
  • Learn to ignore specific revisions
  • Zhengbo Wang's avatar
    Zhengbo Wang committed
    <?xml version="1.0" encoding="UTF-8"?>
    <project version="4">
    
      <component name="AutoImportSettings">
        <option name="autoReloadType" value="SELECTIVE" />
      </component>
    
    Zhengbo Wang's avatar
    Zhengbo Wang committed
      <component name="ChangeListManager">
    
    fz2907's avatar
    fz2907 committed
        <list default="true" id="b729e076-3c33-49b4-9d1d-ab622bea054d" name="Changes" comment="">
    
          <change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
    
    fz2907's avatar
    fz2907 committed
          <change beforePath="$PROJECT_DIR$/FrontendFolder/switch-room/package-lock.json" beforeDir="false" afterPath="$PROJECT_DIR$/FrontendFolder/switch-room/package-lock.json" afterDir="false" />
          <change beforePath="$PROJECT_DIR$/FrontendFolder/switch-room/package.json" beforeDir="false" afterPath="$PROJECT_DIR$/FrontendFolder/switch-room/package.json" afterDir="false" />
    
    fz2907's avatar
    fz2907 committed
          <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" />
    
    fz2907's avatar
    fz2907 committed
          <change beforePath="$PROJECT_DIR$/FrontendFolder/switch-room/src/main.ts" beforeDir="false" afterPath="$PROJECT_DIR$/FrontendFolder/switch-room/src/main.ts" afterDir="false" />
    
    Zhengbo Wang's avatar
    Zhengbo Wang committed
        </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>
    
    fz2907's avatar
    fz2907 committed
      <component name="ExternalProjectsData">
        <projectState path="$PROJECT_DIR$/BackendFolder/SwitchRoom">
          <ProjectState />
        </projectState>
      </component>
      <component name="FileTemplateManagerImpl">
        <option name="RECENT_TEMPLATES">
          <list>
            <option value="Vue Single File Component" />
          </list>
        </option>
      </component>
    
    Zhengbo Wang's avatar
    Zhengbo Wang committed
      <component name="Git.Settings">
    
    fz2907's avatar
    fz2907 committed
        <option name="RECENT_BRANCH_BY_REPOSITORY">
          <map>
            <entry key="$PROJECT_DIR$" value="sprint_1" />
          </map>
        </option>
    
    Zhengbo Wang's avatar
    Zhengbo Wang committed
        <option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$" />
      </component>
    
      <component name="JpbToolWindowState">
        <option name="myId2FirstActivated">
          <map>
            <entry key="com.haulmont.jpb.jpaStructure" value="true" />
          </map>
        </option>
        <option name="myId2Visible">
          <map>
            <entry key="com.haulmont.jpb.jpaStructure" value="true" />
          </map>
        </option>
      </component>
    
    fz2907's avatar
    fz2907 committed
      <component name="MarkdownSettingsMigration">
        <option name="stateVersion" value="1" />
      </component>
      <component name="ProjectId" id="2GJVwSZMPKX1yHQnDB4Be3ZYhAP" />
      <component name="ProjectViewState">
        <option name="hideEmptyMiddlePackages" value="true" />
        <option name="showLibraryContents" value="true" />
      </component>
      <component name="PropertiesComponent">{
      &quot;keyToString&quot;: {
        &quot;RunOnceActivity.OpenProjectViewOnStart&quot;: &quot;true&quot;,
        &quot;RunOnceActivity.ShowReadmeOnStart&quot;: &quot;true&quot;,
        &quot;WebServerToolWindowFactoryState&quot;: &quot;false&quot;,
        &quot;last_opened_file_path&quot;: &quot;D:/Code/switchroom&quot;,
        &quot;node.js.detected.package.eslint&quot;: &quot;true&quot;,
        &quot;node.js.detected.package.tslint&quot;: &quot;true&quot;,
        &quot;node.js.selected.package.eslint&quot;: &quot;(autodetect)&quot;,
        &quot;node.js.selected.package.tslint&quot;: &quot;(autodetect)&quot;,
        &quot;nodejs_package_manager_path&quot;: &quot;npm&quot;,
        &quot;spring.configuration.checksum&quot;: &quot;99fec119d6b1e29fa348378304c6feac&quot;,
        &quot;ts.external.directory.path&quot;: &quot;D:\\Code\\switchroom\\FrontendFolder\\switch-room\\node_modules\\typescript\\lib&quot;,
        &quot;vue.rearranger.settings.migration&quot;: &quot;true&quot;
      }
    }</component>
      <component name="RunManager">
        <configuration name="SwitchRoomApplication" type="SpringBootApplicationConfigurationType" factoryName="Spring Boot">
    
          <module name="SwitchRoom.main" />
    
    fz2907's avatar
    fz2907 committed
          <option name="SPRING_BOOT_MAIN_CLASS" value="vt.CS5934.SwitchRoom.SwitchRoomApplication" />
    
    fz2907's avatar
    fz2907 committed
          <method v="2">
            <option name="Make" enabled="true" />
          </method>
        </configuration>
    
    fz2907's avatar
    fz2907 committed
      <component name="SpellCheckerSettings" RuntimeDictionaries="0" Folders="0" CustomDictionaries="0" DefaultDictionary="application-level" UseSingleDictionary="true" transferred="true" />
    
    Zhengbo Wang's avatar
    Zhengbo Wang committed
      <component name="TaskManager">
    
    fz2907's avatar
    fz2907 committed
        <task active="true" id="Default" summary="Default task">
          <changelist id="b729e076-3c33-49b4-9d1d-ab622bea054d" name="Changes" comment="" />
          <created>1666106914172</created>
          <option name="number" value="Default" />
          <option name="presentableId" value="Default" />
          <updated>1666106914172</updated>
          <workItem from="1666119986712" duration="11363000" />
    
    Zhengbo Wang's avatar
    Zhengbo Wang committed
        <servers />
      </component>
    
    fz2907's avatar
    fz2907 committed
      <component name="TypeScriptGeneratedFilesManager">
        <option name="version" value="3" />
      </component>
      <component name="UnknownFeatures">
        <option featureType="dependencySupport" implementationName="java:jakarta.persistence:jakarta.persistence-api" />
        <option featureType="dependencySupport" implementationName="java:org.hibernate:hibernate-core" />
      </component>
    
    Zhengbo Wang's avatar
    Zhengbo Wang committed
      <component name="Vcs.Log.Tabs.Properties">
        <option name="TAB_STATES">
          <map>
            <entry key="MAIN">
              <value>
                <State />
              </value>
            </entry>
          </map>
        </option>
      </component>
    </project>