workspace.xml 44 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <project version="4">
  3. <component name="CMakeRunConfigurationManager" shouldGenerate="true" shouldDeleteObsolete="true">
  4. <generated>
  5. <config projectName="mdd" targetName="auslegung_test" />
  6. <config projectName="mdd" targetName="gtest_main" />
  7. <config projectName="mdd" targetName="gtest" />
  8. <config projectName="mdd" targetName="mdd_lib" />
  9. </generated>
  10. </component>
  11. <component name="CMakeSettings">
  12. <configurations>
  13. <configuration PROFILE_NAME="Debug" CONFIG_NAME="Debug" GENERATION_OPTIONS="-DCMAKE_INSTALL_PREFIX=/home/willi/workspaces/master_thesis_ws/install" />
  14. </configurations>
  15. </component>
  16. <component name="ChangeListManager">
  17. <list default="true" id="4ddbafad-b85e-492e-80ec-3c73ef45688f" name="Default Changelist" comment="">
  18. <change afterPath="$PROJECT_DIR$/lib/test/test_ModuleSwitch.cpp" afterDir="false" />
  19. <change afterPath="$PROJECT_DIR$/thirdparty/json/single_include/json.hpp" afterDir="false" />
  20. <change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
  21. <change beforePath="$PROJECT_DIR$/lib/include/ProcessorManual.h" beforeDir="false" afterPath="$PROJECT_DIR$/lib/include/ProcessorManual.h" afterDir="false" />
  22. <change beforePath="$PROJECT_DIR$/lib/src/ModuleSwitch.cpp" beforeDir="false" afterPath="$PROJECT_DIR$/lib/src/ModuleSwitch.cpp" afterDir="false" />
  23. <change beforePath="$PROJECT_DIR$/lib/src/ProcessorManual.cpp" beforeDir="false" afterPath="$PROJECT_DIR$/lib/src/ProcessorManual.cpp" afterDir="false" />
  24. <change beforePath="$PROJECT_DIR$/lib/test/CMakeLists.txt" beforeDir="false" afterPath="$PROJECT_DIR$/lib/test/CMakeLists.txt" afterDir="false" />
  25. <change beforePath="$PROJECT_DIR$/thirdparty/json" beforeDir="false" afterPath="$PROJECT_DIR$/thirdparty/json" afterDir="false" />
  26. </list>
  27. <ignored path="$PROJECT_DIR$/cmake-build-debug/" />
  28. <option name="EXCLUDED_CONVERTED_TO_IGNORED" value="true" />
  29. <option name="SHOW_DIALOG" value="false" />
  30. <option name="HIGHLIGHT_CONFLICTS" value="true" />
  31. <option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
  32. <option name="LAST_RESOLUTION" value="IGNORE" />
  33. </component>
  34. <component name="ClangdSettings">
  35. <option name="formatViaClangd" value="false" />
  36. </component>
  37. <component name="ExecutionTargetManager" SELECTED_TARGET="CMakeBuildProfile:Debug" />
  38. <component name="FavoritesManager">
  39. <favorites_list name="mdd" />
  40. </component>
  41. <component name="FileEditorManager">
  42. <leaf SIDE_TABS_SIZE_LIMIT_KEY="300">
  43. <file pinned="false" current-in-tab="false">
  44. <entry file="file://$PROJECT_DIR$/lib/src/ProcessorManual.cpp">
  45. <provider selected="true" editor-type-id="text-editor">
  46. <state relative-caret-position="255">
  47. <caret line="17" column="59" lean-forward="true" selection-start-line="17" selection-start-column="59" selection-end-line="17" selection-end-column="59" />
  48. <folding>
  49. <element signature="e#0#28#0" expanded="true" />
  50. </folding>
  51. </state>
  52. </provider>
  53. </entry>
  54. </file>
  55. <file pinned="false" current-in-tab="false">
  56. <entry file="file://$PROJECT_DIR$/lib/test/test_ModuleSwitch.cpp">
  57. <provider selected="true" editor-type-id="text-editor">
  58. <state relative-caret-position="302">
  59. <caret line="47" column="44" lean-forward="true" selection-start-line="47" selection-start-column="44" selection-end-line="47" selection-end-column="44" />
  60. <folding>
  61. <element signature="e#0#24#0" expanded="true" />
  62. <element signature="e#70#98#0" expanded="true" />
  63. </folding>
  64. </state>
  65. </provider>
  66. </entry>
  67. </file>
  68. <file pinned="false" current-in-tab="false">
  69. <entry file="file://$PROJECT_DIR$/lib/test/test_ModuleMath.cpp">
  70. <provider selected="true" editor-type-id="text-editor">
  71. <state relative-caret-position="-733">
  72. <caret line="5" column="2" lean-forward="true" selection-start-line="5" selection-start-column="2" selection-end-line="5" selection-end-column="31" />
  73. <folding>
  74. <element signature="e#0#24#0" expanded="true" />
  75. </folding>
  76. </state>
  77. </provider>
  78. </entry>
  79. </file>
  80. <file pinned="false" current-in-tab="false">
  81. <entry file="file://$PROJECT_DIR$/lib/src/ModuleBase.cpp">
  82. <provider selected="true" editor-type-id="text-editor">
  83. <state relative-caret-position="214">
  84. <caret line="23" column="28" selection-start-line="23" selection-start-column="28" selection-end-line="23" selection-end-column="28" />
  85. <folding>
  86. <element signature="e#0#23#0" expanded="true" />
  87. </folding>
  88. </state>
  89. </provider>
  90. </entry>
  91. </file>
  92. <file pinned="false" current-in-tab="false">
  93. <entry file="file://$PROJECT_DIR$/lib/CMakeLists.txt">
  94. <provider selected="true" editor-type-id="text-editor">
  95. <state relative-caret-position="300">
  96. <caret line="20" column="26" selection-start-line="20" selection-start-column="26" selection-end-line="20" selection-end-column="26" />
  97. </state>
  98. </provider>
  99. </entry>
  100. </file>
  101. <file pinned="false" current-in-tab="false">
  102. <entry file="file://$PROJECT_DIR$/lib/test/CMakeLists.txt">
  103. <provider selected="true" editor-type-id="text-editor">
  104. <state relative-caret-position="45">
  105. <caret line="3" column="33" selection-start-line="3" selection-start-column="33" selection-end-line="3" selection-end-column="33" />
  106. </state>
  107. </provider>
  108. </entry>
  109. </file>
  110. <file pinned="false" current-in-tab="false">
  111. <entry file="file://$PROJECT_DIR$/lib/include/IModule.h">
  112. <provider selected="true" editor-type-id="text-editor">
  113. <state relative-caret-position="375">
  114. <caret line="25" selection-start-line="25" selection-end-line="25" />
  115. <folding>
  116. <element signature="e#45#65#0" expanded="true" />
  117. </folding>
  118. </state>
  119. </provider>
  120. </entry>
  121. </file>
  122. <file pinned="false" current-in-tab="false">
  123. <entry file="file://$PROJECT_DIR$/lib/test/test_ProcessorManual.cpp">
  124. <provider selected="true" editor-type-id="text-editor">
  125. <state relative-caret-position="1140">
  126. <caret line="76" selection-start-line="76" selection-end-line="76" />
  127. <folding>
  128. <element signature="e#0#24#0" expanded="true" />
  129. <element signature="e#70#98#0" expanded="true" />
  130. </folding>
  131. </state>
  132. </provider>
  133. </entry>
  134. </file>
  135. <file pinned="false" current-in-tab="false">
  136. <entry file="file://$PROJECT_DIR$/lib/include/ModuleSwitch.h">
  137. <provider selected="true" editor-type-id="text-editor">
  138. <state relative-caret-position="120">
  139. <caret line="8" column="16" lean-forward="true" selection-start-line="8" selection-start-column="16" selection-end-line="8" selection-end-column="16" />
  140. </state>
  141. </provider>
  142. </entry>
  143. </file>
  144. <file pinned="false" current-in-tab="true">
  145. <entry file="file://$PROJECT_DIR$/lib/src/ModuleSwitch.cpp">
  146. <provider selected="true" editor-type-id="text-editor">
  147. <state relative-caret-position="435">
  148. <caret line="29" column="24" lean-forward="true" selection-start-line="29" selection-start-column="24" selection-end-line="29" selection-end-column="24" />
  149. <folding>
  150. <element signature="e#0#25#0" expanded="true" />
  151. </folding>
  152. </state>
  153. </provider>
  154. </entry>
  155. </file>
  156. </leaf>
  157. </component>
  158. <component name="FileTemplateManagerImpl">
  159. <option name="RECENT_TEMPLATES">
  160. <list>
  161. <option value="CMakeLists.txt" />
  162. <option value="Python Script" />
  163. </list>
  164. </option>
  165. </component>
  166. <component name="FindInProjectRecents">
  167. <findStrings>
  168. <find>output</find>
  169. <find>Gener</find>
  170. </findStrings>
  171. </component>
  172. <component name="Git.Settings">
  173. <option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$" />
  174. </component>
  175. <component name="IdeDocumentHistory">
  176. <option name="CHANGED_PATHS">
  177. <list>
  178. <option value="$PROJECT_DIR$/src/TestClass.h" />
  179. <option value="$PROJECT_DIR$/lib/src/TestClass.cpp" />
  180. <option value="$PROJECT_DIR$/cmake/auslegung-config.cmake" />
  181. <option value="$PROJECT_DIR$/lib/test/test_TestClass.cpp" />
  182. <option value="$PROJECT_DIR$/.gitignore" />
  183. <option value="$PROJECT_DIR$/lib/include/IListener.h" />
  184. <option value="$PROJECT_DIR$/README.MD" />
  185. <option value="$PROJECT_DIR$/lib/include/IValue.h" />
  186. <option value="$PROJECT_DIR$/lib/include/IInput.h" />
  187. <option value="$PROJECT_DIR$/lib/include/BaseModule.h" />
  188. <option value="$PROJECT_DIR$/lib/include/Data.h" />
  189. <option value="$PROJECT_DIR$/lib/include/IData.h" />
  190. <option value="$PROJECT_DIR$/lib/include/IType.h" />
  191. <option value="$PROJECT_DIR$/thirdparty/json/single_include/json.hpp" />
  192. <option value="$PROJECT_DIR$/CMakeLists.txt" />
  193. <option value="$PROJECT_DIR$/lib/test/test_ModuleMath.cpp" />
  194. <option value="$PROJECT_DIR$/lib/src/ProcessorBase.h.cpp" />
  195. <option value="$PROJECT_DIR$/lib/include/Input.h" />
  196. <option value="$PROJECT_DIR$/lib/include/ModuleHandler.h" />
  197. <option value="$PROJECT_DIR$/lib/include/HandlerModule.h" />
  198. <option value="$PROJECT_DIR$/lib/include/IOutput.h" />
  199. <option value="$PROJECT_DIR$/lib/src/Output.cpp" />
  200. <option value="$PROJECT_DIR$/lib/include/Output.h" />
  201. <option value="$PROJECT_DIR$/lib/src/ModuleBase.cpp" />
  202. <option value="$PROJECT_DIR$/lib/include/ModulBase.h" />
  203. <option value="$PROJECT_DIR$/lib/include/IModule.h" />
  204. <option value="$PROJECT_DIR$/lib/include/ModuleBase.h" />
  205. <option value="$PROJECT_DIR$/lib/src/ModuleCompare.cpp" />
  206. <option value="$PROJECT_DIR$/lib/include/ModuleCompare.h" />
  207. <option value="$PROJECT_DIR$/lib/include/ModulePass.h" />
  208. <option value="$PROJECT_DIR$/lib/src/ModulePass.cpp" />
  209. <option value="$PROJECT_DIR$/lib/include/ModuleMath.h" />
  210. <option value="$PROJECT_DIR$/lib/CMakeLists.txt" />
  211. <option value="$PROJECT_DIR$/lib/include/ModuleSwitch.h" />
  212. <option value="$PROJECT_DIR$/lib/src/ProcessorBase.cpp" />
  213. <option value="$PROJECT_DIR$/lib/include/IProcessor.h" />
  214. <option value="$PROJECT_DIR$/lib/include/ProcessorBase.h" />
  215. <option value="$PROJECT_DIR$/lib/src/ModuleMath.cpp" />
  216. <option value="$PROJECT_DIR$/lib/test/test_ProcessorManual.cpp" />
  217. <option value="$PROJECT_DIR$/lib/include/ProcessorManual.h" />
  218. <option value="$PROJECT_DIR$/lib/test/CMakeLists.txt" />
  219. <option value="$PROJECT_DIR$/lib/src/ProcessorManual.cpp" />
  220. <option value="$PROJECT_DIR$/lib/test/test_ModuleSwitch.cpp" />
  221. <option value="$PROJECT_DIR$/lib/src/ModuleSwitch.cpp" />
  222. </list>
  223. </option>
  224. </component>
  225. <component name="OCFindUsagesOptions" text="true" ivars="false" properties="true" derivedClasses="false" />
  226. <component name="OCResolveContextSettings">
  227. <option name="configuration" value="0-auslegung_test" />
  228. </component>
  229. <component name="ProjectFrameBounds" extendedState="6">
  230. <option name="x" value="141" />
  231. <option name="width" value="1440" />
  232. <option name="height" value="927" />
  233. </component>
  234. <component name="ProjectLevelVcsManager" settingsEditedManually="true" />
  235. <component name="ProjectView">
  236. <navigator proportions="" version="1">
  237. <foldersAlwaysOnTop value="true" />
  238. </navigator>
  239. <panes>
  240. <pane id="ProjectPane">
  241. <subPane>
  242. <expand>
  243. <path>
  244. <item name="mdd" type="b2602c69:ProjectViewProjectNode" />
  245. <item name="master_thesis_ws" type="47feb1d3:ProjectViewModuleNode" />
  246. </path>
  247. <path>
  248. <item name="mdd" type="b2602c69:ProjectViewProjectNode" />
  249. <item name="master_thesis_ws" type="47feb1d3:ProjectViewModuleNode" />
  250. <item name="master_thesis_ws" type="462c0819:PsiDirectoryNode" />
  251. </path>
  252. <path>
  253. <item name="mdd" type="b2602c69:ProjectViewProjectNode" />
  254. <item name="master_thesis_ws" type="47feb1d3:ProjectViewModuleNode" />
  255. <item name="master_thesis_ws" type="462c0819:PsiDirectoryNode" />
  256. <item name="lib" type="462c0819:PsiDirectoryNode" />
  257. </path>
  258. <path>
  259. <item name="mdd" type="b2602c69:ProjectViewProjectNode" />
  260. <item name="master_thesis_ws" type="47feb1d3:ProjectViewModuleNode" />
  261. <item name="master_thesis_ws" type="462c0819:PsiDirectoryNode" />
  262. <item name="lib" type="462c0819:PsiDirectoryNode" />
  263. <item name="include" type="462c0819:PsiDirectoryNode" />
  264. </path>
  265. <path>
  266. <item name="mdd" type="b2602c69:ProjectViewProjectNode" />
  267. <item name="master_thesis_ws" type="47feb1d3:ProjectViewModuleNode" />
  268. <item name="master_thesis_ws" type="462c0819:PsiDirectoryNode" />
  269. <item name="lib" type="462c0819:PsiDirectoryNode" />
  270. <item name="src" type="462c0819:PsiDirectoryNode" />
  271. </path>
  272. <path>
  273. <item name="mdd" type="b2602c69:ProjectViewProjectNode" />
  274. <item name="master_thesis_ws" type="47feb1d3:ProjectViewModuleNode" />
  275. <item name="master_thesis_ws" type="462c0819:PsiDirectoryNode" />
  276. <item name="lib" type="462c0819:PsiDirectoryNode" />
  277. <item name="test" type="462c0819:PsiDirectoryNode" />
  278. </path>
  279. </expand>
  280. <select />
  281. </subPane>
  282. </pane>
  283. <pane id="Scope" />
  284. </panes>
  285. </component>
  286. <component name="PropertiesComponent">
  287. <property name="SHARE_PROJECT_CONFIGURATION_FILES" value="true" />
  288. <property name="WebServerToolWindowFactoryState" value="false" />
  289. <property name="last_opened_file_path" value="$PROJECT_DIR$/lib/test" />
  290. <property name="nodejs_interpreter_path.stuck_in_default_project" value="undefined stuck path" />
  291. <property name="nodejs_npm_path_reset_for_default_project" value="true" />
  292. <property name="settings.editor.selected.configurable" value="CMakeSettings" />
  293. </component>
  294. <component name="RecentsManager">
  295. <key name="MoveFile.RECENT_KEYS">
  296. <recent name="$PROJECT_DIR$" />
  297. <recent name="$PROJECT_DIR$/lib/thirdparty" />
  298. <recent name="$PROJECT_DIR$/lib/includes" />
  299. <recent name="$PROJECT_DIR$/lib" />
  300. </key>
  301. <key name="CopyFile.RECENT_KEYS">
  302. <recent name="$PROJECT_DIR$/lib/test" />
  303. <recent name="$PROJECT_DIR$/lib" />
  304. </key>
  305. </component>
  306. <component name="RunDashboard">
  307. <option name="ruleStates">
  308. <list>
  309. <RuleState>
  310. <option name="name" value="ConfigurationTypeDashboardGroupingRule" />
  311. </RuleState>
  312. <RuleState>
  313. <option name="name" value="StatusDashboardGroupingRule" />
  314. </RuleState>
  315. </list>
  316. </option>
  317. </component>
  318. <component name="RunManager" selected="CMake Application.auslegung_test">
  319. <configuration name="All in auslegung_test" type="CMakeGoogleTestRunConfigurationType" factoryName="Google Test" nameIsGenerated="true" PASS_PARENT_ENVS_2="true" PROJECT_NAME="mdd" TARGET_NAME="auslegung_test" CONFIG_NAME="Debug" RUN_TARGET_PROJECT_NAME="mdd" RUN_TARGET_NAME="auslegung_test" TEST_MODE="SUITE_TEST">
  320. <method v="2">
  321. <option name="com.jetbrains.cidr.execution.CidrBuildBeforeRunTaskProvider$BuildBeforeRunTask" enabled="true" />
  322. <option name="BeforeTestRunTask" enabled="true" />
  323. </method>
  324. </configuration>
  325. <configuration name="ModuleMath" type="CMakeGoogleTestRunConfigurationType" factoryName="Google Test" temporary="true" nameIsGenerated="true" PASS_PARENT_ENVS_2="true" PROJECT_NAME="mdd" TARGET_NAME="auslegung_test" CONFIG_NAME="Debug" RUN_TARGET_PROJECT_NAME="mdd" RUN_TARGET_NAME="auslegung_test" TEST_PATTERN="ModuleMath.*:ModuleMath/*.*:*/ModuleMath.*/*:*/ModuleMath/*.*" TEST_MODE="PATTERN">
  326. <method v="2">
  327. <option name="com.jetbrains.cidr.execution.CidrBuildBeforeRunTaskProvider$BuildBeforeRunTask" enabled="true" />
  328. <option name="BeforeTestRunTask" enabled="true" />
  329. </method>
  330. </configuration>
  331. <configuration name="ModuleMath.ARRAYINT_PLUS_ARRAYInt" type="CMakeGoogleTestRunConfigurationType" factoryName="Google Test" temporary="true" nameIsGenerated="true" PASS_PARENT_ENVS_2="true" PROJECT_NAME="mdd" TARGET_NAME="auslegung_test" CONFIG_NAME="Debug" RUN_TARGET_PROJECT_NAME="mdd" RUN_TARGET_NAME="auslegung_test" TEST_CLASS="ModuleMath" TEST_METHOD="ARRAYINT_PLUS_ARRAYInt" TEST_MODE="SUITE_TEST">
  332. <method v="2">
  333. <option name="com.jetbrains.cidr.execution.CidrBuildBeforeRunTaskProvider$BuildBeforeRunTask" enabled="true" />
  334. <option name="BeforeTestRunTask" enabled="true" />
  335. </method>
  336. </configuration>
  337. <configuration name="ModuleMath.add" type="CMakeGoogleTestRunConfigurationType" factoryName="Google Test" temporary="true" nameIsGenerated="true" PASS_PARENT_ENVS_2="true" PROJECT_NAME="mdd" TARGET_NAME="auslegung_test" CONFIG_NAME="Debug" RUN_TARGET_PROJECT_NAME="mdd" RUN_TARGET_NAME="auslegung_test" TEST_CLASS="ModuleMath" TEST_METHOD="add" TEST_MODE="SUITE_TEST">
  338. <method v="2">
  339. <option name="com.jetbrains.cidr.execution.CidrBuildBeforeRunTaskProvider$BuildBeforeRunTask" enabled="true" />
  340. <option name="BeforeTestRunTask" enabled="true" />
  341. </method>
  342. </configuration>
  343. <configuration name="auslegung_test" type="CMakeRunConfiguration" factoryName="Application" PASS_PARENT_ENVS_2="true" PROJECT_NAME="mdd" TARGET_NAME="auslegung_test" CONFIG_NAME="Debug" RUN_TARGET_PROJECT_NAME="mdd" RUN_TARGET_NAME="auslegung_test">
  344. <method v="2">
  345. <option name="com.jetbrains.cidr.execution.CidrBuildBeforeRunTaskProvider$BuildBeforeRunTask" enabled="true" />
  346. </method>
  347. </configuration>
  348. <configuration name="gtest" type="CMakeRunConfiguration" factoryName="Application" PASS_PARENT_ENVS_2="true" PROJECT_NAME="mdd" TARGET_NAME="gtest" CONFIG_NAME="Debug">
  349. <method v="2">
  350. <option name="com.jetbrains.cidr.execution.CidrBuildBeforeRunTaskProvider$BuildBeforeRunTask" enabled="true" />
  351. </method>
  352. </configuration>
  353. <configuration name="gtest_main" type="CMakeRunConfiguration" factoryName="Application" PASS_PARENT_ENVS_2="true" PROJECT_NAME="mdd" TARGET_NAME="gtest_main" CONFIG_NAME="Debug">
  354. <method v="2">
  355. <option name="com.jetbrains.cidr.execution.CidrBuildBeforeRunTaskProvider$BuildBeforeRunTask" enabled="true" />
  356. </method>
  357. </configuration>
  358. <configuration name="mdd_lib" type="CMakeRunConfiguration" factoryName="Application" PASS_PARENT_ENVS_2="true" PROJECT_NAME="mdd" TARGET_NAME="mdd_lib" CONFIG_NAME="Debug">
  359. <method v="2">
  360. <option name="com.jetbrains.cidr.execution.CidrBuildBeforeRunTaskProvider$BuildBeforeRunTask" enabled="true" />
  361. </method>
  362. </configuration>
  363. <list>
  364. <item itemvalue="CMake Application.auslegung_test" />
  365. <item itemvalue="CMake Application.gtest" />
  366. <item itemvalue="CMake Application.gtest_main" />
  367. <item itemvalue="CMake Application.mdd_lib" />
  368. <item itemvalue="Google Test.All in auslegung_test" />
  369. <item itemvalue="Google Test.ModuleMath.add" />
  370. <item itemvalue="Google Test.ModuleMath" />
  371. <item itemvalue="Google Test.ModuleMath.ARRAYINT_PLUS_ARRAYInt" />
  372. </list>
  373. <recent_temporary>
  374. <list>
  375. <item itemvalue="Google Test.ModuleMath" />
  376. <item itemvalue="Google Test.ModuleMath.ARRAYINT_PLUS_ARRAYInt" />
  377. <item itemvalue="Google Test.ModuleMath.add" />
  378. </list>
  379. </recent_temporary>
  380. </component>
  381. <component name="SvnConfiguration">
  382. <configuration />
  383. </component>
  384. <component name="TaskManager">
  385. <task active="true" id="Default" summary="Default task">
  386. <changelist id="4ddbafad-b85e-492e-80ec-3c73ef45688f" name="Default Changelist" comment="" />
  387. <created>1587581799216</created>
  388. <option name="number" value="Default" />
  389. <option name="presentableId" value="Default" />
  390. <updated>1587581799216</updated>
  391. <workItem from="1587581800425" duration="5209000" />
  392. <workItem from="1587820394897" duration="10341000" />
  393. <workItem from="1588087564187" duration="2479000" />
  394. <workItem from="1588173608688" duration="1471000" />
  395. <workItem from="1588177691948" duration="2948000" />
  396. <workItem from="1588498505055" duration="16829000" />
  397. <workItem from="1588535249928" duration="102000" />
  398. <workItem from="1588599976041" duration="2014000" />
  399. <workItem from="1588602419291" duration="11000" />
  400. <workItem from="1588610944347" duration="1253000" />
  401. <workItem from="1588692367897" duration="1201000" />
  402. <workItem from="1588786717088" duration="4579000" />
  403. <workItem from="1588791515004" duration="3084000" />
  404. <workItem from="1588794698644" duration="7128000" />
  405. <workItem from="1589382925743" duration="20440000" />
  406. <workItem from="1589404518690" duration="4865000" />
  407. <workItem from="1589963897477" duration="403000" />
  408. <workItem from="1589965045546" duration="13832000" />
  409. <workItem from="1589979027570" duration="3504000" />
  410. <workItem from="1589982545546" duration="300000" />
  411. <workItem from="1589982859071" duration="2423000" />
  412. </task>
  413. <servers />
  414. </component>
  415. <component name="TestHistory">
  416. <history-entry file="All_in_auslegung_test - 2020.05.13 at 19h 37m 15s.xml">
  417. <configuration name="All in auslegung_test" configurationId="CMakeGoogleTestRunConfigurationType" />
  418. </history-entry>
  419. <history-entry file="All_in_auslegung_test - 2020.05.13 at 19h 38m 56s.xml">
  420. <configuration name="All in auslegung_test" configurationId="CMakeGoogleTestRunConfigurationType" />
  421. </history-entry>
  422. <history-entry file="All_in_auslegung_test - 2020.05.13 at 19h 43m 46s.xml">
  423. <configuration name="All in auslegung_test" configurationId="CMakeGoogleTestRunConfigurationType" />
  424. </history-entry>
  425. <history-entry file="All_in_auslegung_test - 2020.05.13 at 19h 45m 12s.xml">
  426. <configuration name="All in auslegung_test" configurationId="CMakeGoogleTestRunConfigurationType" />
  427. </history-entry>
  428. <history-entry file="ModuleMath - 2020.05.13 at 19h 45m 27s.xml">
  429. <configuration name="ModuleMath" configurationId="CMakeGoogleTestRunConfigurationType" />
  430. </history-entry>
  431. <history-entry file="ModuleMath - 2020.05.13 at 19h 45m 46s.xml">
  432. <configuration name="ModuleMath" configurationId="CMakeGoogleTestRunConfigurationType" />
  433. </history-entry>
  434. <history-entry file="ModuleMath - 2020.05.13 at 19h 47m 13s.xml">
  435. <configuration name="ModuleMath" configurationId="CMakeGoogleTestRunConfigurationType" />
  436. </history-entry>
  437. <history-entry file="ModuleMath - 2020.05.13 at 19h 51m 06s.xml">
  438. <configuration name="ModuleMath" configurationId="CMakeGoogleTestRunConfigurationType" />
  439. </history-entry>
  440. <history-entry file="ModuleMath - 2020.05.13 at 19h 52m 44s.xml">
  441. <configuration name="ModuleMath" configurationId="CMakeGoogleTestRunConfigurationType" />
  442. </history-entry>
  443. <history-entry file="ModuleMath - 2020.05.13 at 19h 58m 50s.xml">
  444. <configuration name="ModuleMath" configurationId="CMakeGoogleTestRunConfigurationType" />
  445. </history-entry>
  446. </component>
  447. <component name="TimeTrackingManager">
  448. <option name="totallyTimeSpent" value="104416000" />
  449. </component>
  450. <component name="TodoView" selected-index="2">
  451. <todo-panel id="selected-file">
  452. <is-autoscroll-to-source value="true" />
  453. </todo-panel>
  454. <todo-panel id="all">
  455. <are-packages-shown value="true" />
  456. <is-autoscroll-to-source value="true" />
  457. </todo-panel>
  458. </component>
  459. <component name="ToolWindowManager">
  460. <frame x="0" y="-2" width="1920" height="1082" extended-state="6" />
  461. <editor active="true" />
  462. <layout>
  463. <window_info active="true" content_ui="combo" id="Project" order="0" sideWeight="0.49921754" visible="true" weight="0.23105656" />
  464. <window_info id="Structure" order="1" sideWeight="0.5007825" side_tool="true" weight="0.22572039" />
  465. <window_info id="Favorites" order="2" sideWeight="0.5007825" side_tool="true" weight="0.22572039" />
  466. <window_info anchor="bottom" id="Message" order="0" />
  467. <window_info anchor="bottom" id="Find" order="1" />
  468. <window_info anchor="bottom" id="Run" order="2" visible="true" weight="0.2980063" />
  469. <window_info anchor="bottom" id="Debug" order="3" weight="0.39874083" />
  470. <window_info anchor="bottom" id="Cvs" order="4" weight="0.25" />
  471. <window_info anchor="bottom" id="Inspection" order="5" weight="0.4" />
  472. <window_info anchor="bottom" id="TODO" order="6" weight="0.32948583" />
  473. <window_info anchor="bottom" id="Database Changes" order="7" />
  474. <window_info anchor="bottom" id="Messages" order="8" weight="0.32423925" />
  475. <window_info anchor="bottom" id="Terminal" order="9" weight="0.25498426" />
  476. <window_info anchor="bottom" id="Event Log" order="10" side_tool="true" />
  477. <window_info anchor="bottom" id="Version Control" order="11" weight="0.32948583" />
  478. <window_info anchor="bottom" id="CMake" order="12" weight="0.32948583" />
  479. <window_info anchor="right" id="Commander" internal_type="SLIDING" order="0" type="SLIDING" weight="0.4" />
  480. <window_info anchor="right" id="Ant Build" order="1" weight="0.25" />
  481. <window_info anchor="right" content_ui="combo" id="Hierarchy" order="2" weight="0.25" />
  482. <window_info anchor="right" id="Database" order="3" />
  483. </layout>
  484. <layout-to-restore>
  485. <window_info content_ui="combo" id="Project" order="0" visible="true" weight="0.2230523" />
  486. <window_info id="Structure" order="1" side_tool="true" weight="0.25" />
  487. <window_info id="Favorites" order="2" side_tool="true" />
  488. <window_info anchor="bottom" id="Message" order="0" />
  489. <window_info anchor="bottom" id="Find" order="1" />
  490. <window_info anchor="bottom" id="Run" order="2" visible="true" weight="0.2980063" />
  491. <window_info anchor="bottom" id="Debug" order="3" weight="0.39874083" />
  492. <window_info anchor="bottom" id="Cvs" order="4" weight="0.25" />
  493. <window_info anchor="bottom" id="Inspection" order="5" weight="0.4" />
  494. <window_info anchor="bottom" id="TODO" order="6" weight="0.32948583" />
  495. <window_info anchor="bottom" id="Database Changes" order="7" />
  496. <window_info anchor="bottom" id="Messages" order="8" weight="0.32423925" />
  497. <window_info anchor="bottom" id="Terminal" order="9" weight="0.25498426" />
  498. <window_info anchor="bottom" id="Event Log" order="10" side_tool="true" />
  499. <window_info anchor="bottom" id="Version Control" order="11" weight="0.32948583" />
  500. <window_info anchor="bottom" id="CMake" order="12" weight="0.32948583" />
  501. <window_info anchor="right" id="Commander" internal_type="SLIDING" order="0" type="SLIDING" weight="0.4" />
  502. <window_info anchor="right" id="Ant Build" order="1" weight="0.25" />
  503. <window_info anchor="right" content_ui="combo" id="Hierarchy" order="2" weight="0.25" />
  504. <window_info anchor="right" id="Database" order="3" />
  505. </layout-to-restore>
  506. </component>
  507. <component name="TypeScriptGeneratedFilesManager">
  508. <option name="version" value="1" />
  509. </component>
  510. <component name="XDebuggerManager">
  511. <breakpoint-manager>
  512. <breakpoints>
  513. <line-breakpoint enabled="true" type="com.jetbrains.cidr.execution.debugger.OCBreakpointType">
  514. <url>file://$PROJECT_DIR$/lib/test/test_ProcessorManual.cpp</url>
  515. <line>61</line>
  516. <option name="timeStamp" value="1" />
  517. </line-breakpoint>
  518. <line-breakpoint enabled="true" type="com.jetbrains.cidr.execution.debugger.OCBreakpointType">
  519. <url>file://$PROJECT_DIR$/lib/test/test_ProcessorManual.cpp</url>
  520. <line>76</line>
  521. <option name="timeStamp" value="2" />
  522. </line-breakpoint>
  523. <line-breakpoint enabled="true" type="com.jetbrains.cidr.execution.debugger.OCBreakpointType">
  524. <url>file://$PROJECT_DIR$/lib/src/ModuleSwitch.cpp</url>
  525. <line>19</line>
  526. <option name="timeStamp" value="3" />
  527. </line-breakpoint>
  528. <line-breakpoint enabled="true" type="com.jetbrains.cidr.execution.debugger.OCBreakpointType">
  529. <url>file://$PROJECT_DIR$/lib/src/ModuleSwitch.cpp</url>
  530. <line>24</line>
  531. <option name="timeStamp" value="4" />
  532. </line-breakpoint>
  533. </breakpoints>
  534. </breakpoint-manager>
  535. <watches-manager>
  536. <configuration name="CMakeRunConfiguration">
  537. <watch expression="this-&gt;_inputs[0].output.get()" />
  538. </configuration>
  539. </watches-manager>
  540. </component>
  541. <component name="editorHistoryManager">
  542. <entry file="file://$PROJECT_DIR$/lib/thirdparty/__init__.py" />
  543. <entry file="file://$PROJECT_DIR$/README.MD">
  544. <provider selected="true" editor-type-id="split-provider[text-editor;markdown-preview-editor]">
  545. <state split_layout="SPLIT">
  546. <first_editor relative-caret-position="15">
  547. <caret line="1" column="35" selection-start-line="1" selection-start-column="35" selection-end-line="1" selection-end-column="35" />
  548. </first_editor>
  549. <second_editor />
  550. </state>
  551. </provider>
  552. </entry>
  553. <entry file="file://$PROJECT_DIR$/thirdparty/rapidjson/bin/data/abcde.txt" />
  554. <entry file="file://$PROJECT_DIR$/lib/include/IInput.h" />
  555. <entry file="file://$PROJECT_DIR$/lib/include/IValue.h" />
  556. <entry file="file://$PROJECT_DIR$/lib/src/BaseModule.cpp" />
  557. <entry file="file:///usr/include/c++/7/bits/shared_ptr.h">
  558. <provider selected="true" editor-type-id="text-editor">
  559. <state relative-caret-position="204">
  560. <caret line="92" column="10" selection-start-line="92" selection-start-column="10" selection-end-line="92" selection-end-column="10" />
  561. </state>
  562. </provider>
  563. </entry>
  564. <entry file="file:///usr/include/c++/7/bits/std_function.h">
  565. <provider selected="true" editor-type-id="text-editor">
  566. <state relative-caret-position="159">
  567. <caret line="388" column="10" selection-start-line="388" selection-start-column="10" selection-end-line="388" selection-end-column="10" />
  568. </state>
  569. </provider>
  570. </entry>
  571. <entry file="file://$PROJECT_DIR$/thirdparty/rapidjson/include/rapidjson/internal/clzll.h" />
  572. <entry file="file://$PROJECT_DIR$/lib/src/Data.cpp" />
  573. <entry file="file://$PROJECT_DIR$/lib/include/Data.h" />
  574. <entry file="file://$PROJECT_DIR$/lib/include/IData.h" />
  575. <entry file="file:///usr/include/c++/7/bits/shared_ptr_base.h">
  576. <provider selected="true" editor-type-id="text-editor">
  577. <state relative-caret-position="293">
  578. <caret line="964" column="18" selection-start-line="964" selection-start-column="6" selection-end-line="964" selection-end-column="18" />
  579. </state>
  580. </provider>
  581. </entry>
  582. <entry file="file://$PROJECT_DIR$/lib/include/IListener.h">
  583. <provider selected="true" editor-type-id="text-editor">
  584. <state relative-caret-position="60">
  585. <caret line="4" lean-forward="true" selection-start-line="4" selection-end-line="4" />
  586. </state>
  587. </provider>
  588. </entry>
  589. <entry file="file://$PROJECT_DIR$/thirdparty/rapidjson/include/rapidjson/document.h" />
  590. <entry file="file://$PROJECT_DIR$/.gitignore">
  591. <provider selected="true" editor-type-id="text-editor">
  592. <state relative-caret-position="15">
  593. <caret line="1" column="7" selection-start-line="1" selection-start-column="7" selection-end-line="1" selection-end-column="7" />
  594. </state>
  595. </provider>
  596. </entry>
  597. <entry file="file://$PROJECT_DIR$/thirdparty/json/CMakeLists.txt">
  598. <provider selected="true" editor-type-id="text-editor">
  599. <state relative-caret-position="-315" />
  600. </provider>
  601. </entry>
  602. <entry file="file://$PROJECT_DIR$/thirdparty/json/single_include/json.hpp">
  603. <provider selected="true" editor-type-id="text-editor">
  604. <state relative-caret-position="15">
  605. <caret line="1" column="28" selection-start-line="1" selection-start-column="28" selection-end-line="1" selection-end-column="28" />
  606. </state>
  607. </provider>
  608. </entry>
  609. <entry file="file://$PROJECT_DIR$/lib/test/test_TestClass.cpp" />
  610. <entry file="file://$PROJECT_DIR$/thirdparty/json/README.md">
  611. <provider selected="true" editor-type-id="split-provider[text-editor;markdown-preview-editor]">
  612. <state split_layout="SPLIT">
  613. <first_editor />
  614. <second_editor />
  615. </state>
  616. </provider>
  617. </entry>
  618. <entry file="file:///usr/include/c++/7/bits/vector.tcc">
  619. <provider selected="true" editor-type-id="text-editor">
  620. <state relative-caret-position="164">
  621. <caret line="68" selection-start-line="68" selection-end-line="68" />
  622. </state>
  623. </provider>
  624. </entry>
  625. <entry file="file://$PROJECT_DIR$/thirdparty/json/single_include/nlohmann/json.hpp">
  626. <provider selected="true" editor-type-id="text-editor">
  627. <state relative-caret-position="163">
  628. <caret line="14988" selection-start-line="14988" selection-end-line="14988" />
  629. </state>
  630. </provider>
  631. </entry>
  632. <entry file="file://$PROJECT_DIR$/CMakeLists.txt">
  633. <provider selected="true" editor-type-id="text-editor">
  634. <state relative-caret-position="180">
  635. <caret line="12" column="70" lean-forward="true" selection-start-line="12" selection-start-column="70" selection-end-line="12" selection-end-column="70" />
  636. </state>
  637. </provider>
  638. </entry>
  639. <entry file="file://$PROJECT_DIR$/lib/README.MD">
  640. <provider selected="true" editor-type-id="split-provider[text-editor;markdown-preview-editor]">
  641. <state split_layout="SPLIT">
  642. <first_editor />
  643. <second_editor />
  644. </state>
  645. </provider>
  646. </entry>
  647. <entry file="file://$PROJECT_DIR$/lib/include/Input.h">
  648. <provider selected="true" editor-type-id="text-editor">
  649. <state relative-caret-position="150">
  650. <caret line="10" column="25" lean-forward="true" selection-start-line="10" selection-start-column="25" selection-end-line="10" selection-end-column="25" />
  651. <folding>
  652. <element signature="e#41#58#0" expanded="true" />
  653. </folding>
  654. </state>
  655. </provider>
  656. </entry>
  657. <entry file="file://$PROJECT_DIR$/lib/include/HandlerModule.h">
  658. <provider selected="true" editor-type-id="text-editor">
  659. <state relative-caret-position="105">
  660. <caret line="7" column="17" selection-start-line="7" selection-start-column="4" selection-end-line="7" selection-end-column="17" />
  661. </state>
  662. </provider>
  663. </entry>
  664. <entry file="file://$PROJECT_DIR$/lib/include/IType.h">
  665. <provider selected="true" editor-type-id="text-editor">
  666. <state relative-caret-position="75">
  667. <caret line="5" selection-start-line="5" selection-end-line="5" />
  668. </state>
  669. </provider>
  670. </entry>
  671. <entry file="file://$PROJECT_DIR$/lib/src/ModuleCompare.cpp" />
  672. <entry file="file://$PROJECT_DIR$/lib/include/ModuleCompare.h" />
  673. <entry file="file://$PROJECT_DIR$/lib/include/ModulePass.h" />
  674. <entry file="file://$PROJECT_DIR$/lib/src/ModulePass.cpp" />
  675. <entry file="file://$PROJECT_DIR$/lib/include/Output.h">
  676. <provider selected="true" editor-type-id="text-editor">
  677. <state relative-caret-position="210">
  678. <caret line="14" selection-start-line="14" selection-end-line="14" />
  679. <folding>
  680. <element signature="e#42#62#0" expanded="true" />
  681. </folding>
  682. </state>
  683. </provider>
  684. </entry>
  685. <entry file="file://$PROJECT_DIR$/lib/src/Output.cpp">
  686. <provider selected="true" editor-type-id="text-editor">
  687. <state relative-caret-position="300">
  688. <caret line="20" column="52" selection-start-line="20" selection-start-column="52" selection-end-line="20" selection-end-column="52" />
  689. </state>
  690. </provider>
  691. </entry>
  692. <entry file="file://$PROJECT_DIR$/lib/include/IProcessor.h">
  693. <provider selected="true" editor-type-id="text-editor">
  694. <state relative-caret-position="195">
  695. <caret line="13" column="67" selection-start-line="13" selection-start-column="67" selection-end-line="13" selection-end-column="67" />
  696. <folding>
  697. <element signature="e#51#71#0" expanded="true" />
  698. </folding>
  699. </state>
  700. </provider>
  701. </entry>
  702. <entry file="file://$PROJECT_DIR$/lib/include/IOutput.h">
  703. <provider selected="true" editor-type-id="text-editor">
  704. <state relative-caret-position="165">
  705. <caret line="11" column="28" selection-start-line="11" selection-start-column="28" selection-end-line="11" selection-end-column="28" />
  706. <folding>
  707. <element signature="e#44#63#0" expanded="true" />
  708. </folding>
  709. </state>
  710. </provider>
  711. </entry>
  712. <entry file="file://$PROJECT_DIR$/lib/include/ProcessorBase.h">
  713. <provider selected="true" editor-type-id="text-editor">
  714. <state relative-caret-position="540">
  715. <caret line="36" column="64" selection-start-line="36" selection-start-column="64" selection-end-line="36" selection-end-column="64" />
  716. <folding>
  717. <element signature="e#57#72#0" expanded="true" />
  718. </folding>
  719. </state>
  720. </provider>
  721. </entry>
  722. <entry file="file://$PROJECT_DIR$/lib/include/ModuleBase.h">
  723. <provider selected="true" editor-type-id="text-editor">
  724. <state relative-caret-position="330">
  725. <caret line="22" column="20" selection-start-line="22" selection-start-column="20" selection-end-line="22" selection-end-column="20" />
  726. <folding>
  727. <element signature="e#51#69#0" expanded="true" />
  728. </folding>
  729. </state>
  730. </provider>
  731. </entry>
  732. <entry file="file://$PROJECT_DIR$/lib/src/ProcessorBase.cpp">
  733. <provider selected="true" editor-type-id="text-editor">
  734. <state relative-caret-position="225">
  735. <caret line="15" column="5" selection-start-line="15" selection-start-column="5" selection-end-line="15" selection-end-column="5" />
  736. </state>
  737. </provider>
  738. </entry>
  739. <entry file="file://$PROJECT_DIR$/lib/src/ModuleMath.cpp">
  740. <provider selected="true" editor-type-id="text-editor">
  741. <state relative-caret-position="-3600">
  742. <caret line="3" column="16" selection-start-line="3" selection-start-column="16" selection-end-line="3" selection-end-column="16" />
  743. </state>
  744. </provider>
  745. </entry>
  746. <entry file="file://$PROJECT_DIR$/lib/include/ModuleMath.h">
  747. <provider selected="true" editor-type-id="text-editor">
  748. <state relative-caret-position="326">
  749. <caret line="34" column="21" selection-start-line="34" selection-start-column="21" selection-end-line="34" selection-end-column="21" />
  750. </state>
  751. </provider>
  752. </entry>
  753. <entry file="file://$PROJECT_DIR$/lib/include/ProcessorManual.h">
  754. <provider selected="true" editor-type-id="text-editor">
  755. <state relative-caret-position="105">
  756. <caret line="7" column="43" selection-start-line="7" selection-start-column="43" selection-end-line="7" selection-end-column="43" />
  757. <folding>
  758. <element signature="e#60#86#0" expanded="true" />
  759. </folding>
  760. </state>
  761. </provider>
  762. </entry>
  763. <entry file="file://$PROJECT_DIR$/lib/include/IModule.h">
  764. <provider selected="true" editor-type-id="text-editor">
  765. <state relative-caret-position="375">
  766. <caret line="25" selection-start-line="25" selection-end-line="25" />
  767. <folding>
  768. <element signature="e#45#65#0" expanded="true" />
  769. </folding>
  770. </state>
  771. </provider>
  772. </entry>
  773. <entry file="file://$PROJECT_DIR$/lib/CMakeLists.txt">
  774. <provider selected="true" editor-type-id="text-editor">
  775. <state relative-caret-position="300">
  776. <caret line="20" column="26" selection-start-line="20" selection-start-column="26" selection-end-line="20" selection-end-column="26" />
  777. </state>
  778. </provider>
  779. </entry>
  780. <entry file="file://$PROJECT_DIR$/lib/test/CMakeLists.txt">
  781. <provider selected="true" editor-type-id="text-editor">
  782. <state relative-caret-position="45">
  783. <caret line="3" column="33" selection-start-line="3" selection-start-column="33" selection-end-line="3" selection-end-column="33" />
  784. </state>
  785. </provider>
  786. </entry>
  787. <entry file="file://$PROJECT_DIR$/lib/test/test_ProcessorManual.cpp">
  788. <provider selected="true" editor-type-id="text-editor">
  789. <state relative-caret-position="1140">
  790. <caret line="76" selection-start-line="76" selection-end-line="76" />
  791. <folding>
  792. <element signature="e#0#24#0" expanded="true" />
  793. <element signature="e#70#98#0" expanded="true" />
  794. </folding>
  795. </state>
  796. </provider>
  797. </entry>
  798. <entry file="file://$PROJECT_DIR$/lib/src/ProcessorManual.cpp">
  799. <provider selected="true" editor-type-id="text-editor">
  800. <state relative-caret-position="255">
  801. <caret line="17" column="59" lean-forward="true" selection-start-line="17" selection-start-column="59" selection-end-line="17" selection-end-column="59" />
  802. <folding>
  803. <element signature="e#0#28#0" expanded="true" />
  804. </folding>
  805. </state>
  806. </provider>
  807. </entry>
  808. <entry file="file://$PROJECT_DIR$/lib/src/ModuleBase.cpp">
  809. <provider selected="true" editor-type-id="text-editor">
  810. <state relative-caret-position="214">
  811. <caret line="23" column="28" selection-start-line="23" selection-start-column="28" selection-end-line="23" selection-end-column="28" />
  812. <folding>
  813. <element signature="e#0#23#0" expanded="true" />
  814. </folding>
  815. </state>
  816. </provider>
  817. </entry>
  818. <entry file="file://$PROJECT_DIR$/lib/test/test_ModuleMath.cpp">
  819. <provider selected="true" editor-type-id="text-editor">
  820. <state relative-caret-position="-733">
  821. <caret line="5" column="2" lean-forward="true" selection-start-line="5" selection-start-column="2" selection-end-line="5" selection-end-column="31" />
  822. <folding>
  823. <element signature="e#0#24#0" expanded="true" />
  824. </folding>
  825. </state>
  826. </provider>
  827. </entry>
  828. <entry file="file://$PROJECT_DIR$/lib/test/test_ModuleSwitch.cpp">
  829. <provider selected="true" editor-type-id="text-editor">
  830. <state relative-caret-position="302">
  831. <caret line="47" column="44" lean-forward="true" selection-start-line="47" selection-start-column="44" selection-end-line="47" selection-end-column="44" />
  832. <folding>
  833. <element signature="e#0#24#0" expanded="true" />
  834. <element signature="e#70#98#0" expanded="true" />
  835. </folding>
  836. </state>
  837. </provider>
  838. </entry>
  839. <entry file="file://$PROJECT_DIR$/lib/include/ModuleSwitch.h">
  840. <provider selected="true" editor-type-id="text-editor">
  841. <state relative-caret-position="120">
  842. <caret line="8" column="16" lean-forward="true" selection-start-line="8" selection-start-column="16" selection-end-line="8" selection-end-column="16" />
  843. </state>
  844. </provider>
  845. </entry>
  846. <entry file="file://$PROJECT_DIR$/lib/src/ModuleSwitch.cpp">
  847. <provider selected="true" editor-type-id="text-editor">
  848. <state relative-caret-position="435">
  849. <caret line="29" column="24" lean-forward="true" selection-start-line="29" selection-start-column="24" selection-end-line="29" selection-end-column="24" />
  850. <folding>
  851. <element signature="e#0#25#0" expanded="true" />
  852. </folding>
  853. </state>
  854. </provider>
  855. </entry>
  856. </component>
  857. </project>