workspace.xml 45 KB

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