workspace.xml 46 KB

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