workspace.xml 48 KB

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