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 7.3KB

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