workspace.xml 50 KB

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