workspace.xml 47 KB

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