workspace.xml 46 KB

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