workspace.xml 5.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <project version="4">
  3. <component name="ChangeListManager">
  4. <list default="true" id="b8a967e5-9651-44eb-87a6-16760f979b45" name="Default Changelist" comment="">
  5. <change beforePath="$PROJECT_DIR$/ScheduleGenerator/LICENSE" beforeDir="false" afterPath="$PROJECT_DIR$/ScheduleGenerator/LICENSE" afterDir="false" />
  6. <change beforePath="$PROJECT_DIR$/ScheduleGenerator/README.md" beforeDir="false" afterPath="$PROJECT_DIR$/ScheduleGenerator/README.md" afterDir="false" />
  7. <change beforePath="$PROJECT_DIR$/ScheduleGenerator/input/groups.json" beforeDir="false" afterPath="$PROJECT_DIR$/ScheduleGenerator/input/groups.json" afterDir="false" />
  8. <change beforePath="$PROJECT_DIR$/ScheduleGenerator/input/teachers.json" beforeDir="false" afterPath="$PROJECT_DIR$/ScheduleGenerator/input/teachers.json" afterDir="false" />
  9. <change beforePath="$PROJECT_DIR$/ScheduleGenerator/main.go" beforeDir="false" afterPath="$PROJECT_DIR$/ScheduleGenerator/main.go" afterDir="false" />
  10. <change beforePath="$PROJECT_DIR$/ScheduleGenerator/output/schedule.xlsx" beforeDir="false" afterPath="$PROJECT_DIR$/ScheduleGenerator/output/schedule.xlsx" afterDir="false" />
  11. <change beforePath="$PROJECT_DIR$/ScheduleGenerator/schedule/generator.go" beforeDir="false" afterPath="$PROJECT_DIR$/ScheduleGenerator/schedule/generator.go" afterDir="false" />
  12. <change beforePath="$PROJECT_DIR$/ScheduleGenerator/schedule/localdata.go" beforeDir="false" afterPath="$PROJECT_DIR$/ScheduleGenerator/schedule/localdata.go" afterDir="false" />
  13. <change beforePath="$PROJECT_DIR$/ScheduleGenerator/schedule/models.go" beforeDir="false" afterPath="$PROJECT_DIR$/ScheduleGenerator/schedule/models.go" afterDir="false" />
  14. <change beforePath="$PROJECT_DIR$/ScheduleGenerator/schedule/settings.go" beforeDir="false" afterPath="$PROJECT_DIR$/ScheduleGenerator/schedule/settings.go" afterDir="false" />
  15. </list>
  16. <option name="SHOW_DIALOG" value="false" />
  17. <option name="HIGHLIGHT_CONFLICTS" value="true" />
  18. <option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
  19. <option name="LAST_RESOLUTION" value="IGNORE" />
  20. </component>
  21. <component name="FileTemplateManagerImpl">
  22. <option name="RECENT_TEMPLATES">
  23. <list>
  24. <option value="Go File" />
  25. </list>
  26. </option>
  27. </component>
  28. <component name="GOROOT" path="/usr/lib/go-1.12" />
  29. <component name="Git.Settings">
  30. <option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$/ScheduleGenerator" />
  31. </component>
  32. <component name="GoLibraries">
  33. <option name="indexEntireGoPath" value="false" />
  34. </component>
  35. <component name="ProjectId" id="1YHJ2vSULrwvl6h5lxSsZ9HGGXG" />
  36. <component name="ProjectViewState">
  37. <option name="hideEmptyMiddlePackages" value="true" />
  38. <option name="showExcludedFiles" value="true" />
  39. <option name="showLibraryContents" value="true" />
  40. </component>
  41. <component name="PropertiesComponent">
  42. <property name="DefaultGoTemplateProperty" value="Go File" />
  43. <property name="RunOnceActivity.ShowReadmeOnStart" value="true" />
  44. <property name="WebServerToolWindowFactoryState" value="false" />
  45. <property name="go.import.settings.migrated" value="true" />
  46. <property name="go.sdk.automatically.set" value="true" />
  47. <property name="go.vendoring.notification.had.been.shown" value="true" />
  48. <property name="last_opened_file_path" value="$PROJECT_DIR$" />
  49. <property name="settings.editor.selected.configurable" value="editor.preferences.fonts.default" />
  50. </component>
  51. <component name="TypeScriptGeneratedFilesManager">
  52. <option name="version" value="1" />
  53. </component>
  54. <component name="WindowStateProjectService">
  55. <state x="555" y="214" width="802" height="672" key="#GOROOT" timestamp="1582790965153">
  56. <screen x="0" y="25" width="1920" height="1055" />
  57. </state>
  58. <state x="555" y="214" width="802" height="672" key="#GOROOT/0.25.1920.1055@0.25.1920.1055" timestamp="1582790965153" />
  59. <state x="418" y="211" key="#com.intellij.execution.impl.EditConfigurationsDialog" timestamp="1582779582584">
  60. <screen x="0" y="25" width="1920" height="1055" />
  61. </state>
  62. <state x="418" y="211" key="#com.intellij.execution.impl.EditConfigurationsDialog/0.25.1920.1055@0.25.1920.1055" timestamp="1582779582584" />
  63. <state x="557" y="148" width="797" height="804" key="CommitChangelistDialog2" timestamp="1582779607590">
  64. <screen x="0" y="25" width="1920" height="1055" />
  65. </state>
  66. <state x="557" y="148" width="797" height="804" key="CommitChangelistDialog2/0.25.1920.1055@0.25.1920.1055" timestamp="1582779607590" />
  67. <state x="743" y="311" width="426" height="479" key="FileChooserDialogImpl" timestamp="1582792657934">
  68. <screen x="0" y="25" width="1920" height="1055" />
  69. </state>
  70. <state x="743" y="311" width="426" height="479" key="FileChooserDialogImpl/0.25.1920.1055@0.25.1920.1055" timestamp="1582792657934" />
  71. <state x="464" y="188" key="SettingsEditor" timestamp="1582692089783">
  72. <screen x="0" y="25" width="1920" height="1055" />
  73. </state>
  74. <state x="464" y="188" key="SettingsEditor/0.25.1920.1055@0.25.1920.1055" timestamp="1582692089783" />
  75. </component>
  76. </project>