You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

workspace.xml 6.3KB

3 weeks ago
1 month ago
3 weeks ago
3 weeks ago
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <project version="4">
  3. <component name="AutoImportSettings">
  4. <option name="autoReloadType" value="SELECTIVE" />
  5. </component>
  6. <component name="ChangeListManager">
  7. <list default="true" id="4d75e996-cee4-4ec6-b802-5b56d0c0eac4" name="Changes" comment="Version 27.11 (&quot;fertiger&quot; Tracker)">
  8. <change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
  9. <change beforePath="$PROJECT_DIR$/src/main/java/Tracker.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/java/Tracker.java" afterDir="false" />
  10. </list>
  11. <option name="SHOW_DIALOG" value="false" />
  12. <option name="HIGHLIGHT_CONFLICTS" value="true" />
  13. <option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
  14. <option name="LAST_RESOLUTION" value="IGNORE" />
  15. </component>
  16. <component name="FileTemplateManagerImpl">
  17. <option name="RECENT_TEMPLATES">
  18. <list>
  19. <option value="Class" />
  20. </list>
  21. </option>
  22. </component>
  23. <component name="Git.Settings">
  24. <option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$" />
  25. </component>
  26. <component name="ProjectColorInfo">{
  27. &quot;associatedIndex&quot;: 8
  28. }</component>
  29. <component name="ProjectId" id="2p7Eq8ZJM8BEjLybOnAdhzZ82uv" />
  30. <component name="ProjectLevelVcsManager" settingsEditedManually="true" />
  31. <component name="ProjectViewState">
  32. <option name="hideEmptyMiddlePackages" value="true" />
  33. <option name="showLibraryContents" value="true" />
  34. </component>
  35. <component name="PropertiesComponent"><![CDATA[{
  36. "keyToString": {
  37. "Application.GTCar.executor": "Run",
  38. "Application.GraphicsProgram.executor": "Run",
  39. "Application.Tracker.executor": "Run",
  40. "Downloaded.Files.Path.Enabled": "false",
  41. "Repository.Attach.Annotations": "false",
  42. "Repository.Attach.JavaDocs": "false",
  43. "Repository.Attach.Sources": "false",
  44. "RunOnceActivity.OpenProjectViewOnStart": "true",
  45. "RunOnceActivity.ShowReadmeOnStart": "true",
  46. "com.codeium.enabled": "true",
  47. "git-widget-placeholder": "master",
  48. "kotlin-language-version-configured": "true",
  49. "last_opened_file_path": "C:/Users/david/Documents/Uni/GTCar/opencv/build/java/opencv-4100.jar",
  50. "node.js.detected.package.eslint": "true",
  51. "node.js.detected.package.tslint": "true",
  52. "node.js.selected.package.eslint": "(autodetect)",
  53. "node.js.selected.package.tslint": "(autodetect)",
  54. "nodejs_package_manager_path": "npm",
  55. "project.structure.last.edited": "Libraries",
  56. "project.structure.proportion": "0.15",
  57. "project.structure.side.proportion": "0.24022989",
  58. "vue.rearranger.settings.migration": "true"
  59. }
  60. }]]></component>
  61. <component name="RunManager">
  62. <configuration name="GTCar" type="Application" factoryName="Application">
  63. <option name="MAIN_CLASS_NAME" value="Tracker" />
  64. <module name="GTCar_V2_maven" />
  65. <option name="VM_PARAMETERS" value="-Djava.library.path=C:\Users\david\Documents\Uni\GTCar\opencv\build\java\x64" />
  66. <method v="2">
  67. <option name="Make" enabled="true" />
  68. </method>
  69. </configuration>
  70. </component>
  71. <component name="SpellCheckerSettings" RuntimeDictionaries="0" Folders="0" CustomDictionaries="0" DefaultDictionary="application-level" UseSingleDictionary="true" transferred="true" />
  72. <component name="TaskManager">
  73. <task active="true" id="Default" summary="Default task">
  74. <changelist id="4d75e996-cee4-4ec6-b802-5b56d0c0eac4" name="Changes" comment="" />
  75. <created>1732108904989</created>
  76. <option name="number" value="Default" />
  77. <option name="presentableId" value="Default" />
  78. <updated>1732108904989</updated>
  79. <workItem from="1732108906083" duration="758000" />
  80. <workItem from="1732113837570" duration="20534000" />
  81. </task>
  82. <task id="LOCAL-00001" summary="First Commit Test">
  83. <option name="closed" value="true" />
  84. <created>1732109548353</created>
  85. <option name="number" value="00001" />
  86. <option name="presentableId" value="LOCAL-00001" />
  87. <option name="project" value="LOCAL" />
  88. <updated>1732109548353</updated>
  89. </task>
  90. <task id="LOCAL-00002" summary="Version 20.11">
  91. <option name="closed" value="true" />
  92. <created>1732118799936</created>
  93. <option name="number" value="00002" />
  94. <option name="presentableId" value="LOCAL-00002" />
  95. <option name="project" value="LOCAL" />
  96. <updated>1732118799936</updated>
  97. </task>
  98. <task id="LOCAL-00003" summary="Version 23.11 (Grafics update)">
  99. <option name="closed" value="true" />
  100. <created>1732368525825</created>
  101. <option name="number" value="00003" />
  102. <option name="presentableId" value="LOCAL-00003" />
  103. <option name="project" value="LOCAL" />
  104. <updated>1732368525826</updated>
  105. </task>
  106. <task id="LOCAL-00004" summary="Version 27.11">
  107. <option name="closed" value="true" />
  108. <created>1732703104268</created>
  109. <option name="number" value="00004" />
  110. <option name="presentableId" value="LOCAL-00004" />
  111. <option name="project" value="LOCAL" />
  112. <updated>1732703104268</updated>
  113. </task>
  114. <task id="LOCAL-00005" summary="Version 27.11 (&quot;fertiger&quot; Tracker)">
  115. <option name="closed" value="true" />
  116. <created>1732706211714</created>
  117. <option name="number" value="00005" />
  118. <option name="presentableId" value="LOCAL-00005" />
  119. <option name="project" value="LOCAL" />
  120. <updated>1732706211714</updated>
  121. </task>
  122. <option name="localTasksCounter" value="6" />
  123. <servers />
  124. </component>
  125. <component name="TypeScriptGeneratedFilesManager">
  126. <option name="version" value="3" />
  127. </component>
  128. <component name="Vcs.Log.Tabs.Properties">
  129. <option name="TAB_STATES">
  130. <map>
  131. <entry key="MAIN">
  132. <value>
  133. <State />
  134. </value>
  135. </entry>
  136. </map>
  137. </option>
  138. </component>
  139. <component name="VcsManagerConfiguration">
  140. <MESSAGE value="First Commit Test" />
  141. <MESSAGE value="Version 20.11" />
  142. <MESSAGE value="Version 23.11 (Grafics update)" />
  143. <MESSAGE value="Version 27.11" />
  144. <MESSAGE value="Version 27.11 (&quot;fertiger&quot; Tracker)" />
  145. <option name="LAST_COMMIT_MESSAGE" value="Version 27.11 (&quot;fertiger&quot; Tracker)" />
  146. </component>
  147. </project>