workspace.xml 63 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <project version="4">
  3. <component name="CMakeRunConfigurationManager" shouldGenerate="true" shouldDeleteObsolete="true">
  4. <generated>
  5. <config projectName="mdd" targetName="auslegung_test" />
  6. <config projectName="mdd" targetName="gtest_main" />
  7. <config projectName="mdd" targetName="gtest" />
  8. <config projectName="mdd" targetName="mdd_lib" />
  9. </generated>
  10. </component>
  11. <component name="CMakeSettings">
  12. <configurations>
  13. <configuration PROFILE_NAME="Debug" CONFIG_NAME="Debug" GENERATION_OPTIONS="-DCMAKE_INSTALL_PREFIX=/home/willi/workspaces/master_thesis_ws/install" />
  14. </configurations>
  15. </component>
  16. <component name="ChangeListManager">
  17. <list default="true" id="4ddbafad-b85e-492e-80ec-3c73ef45688f" name="Default Changelist" comment="">
  18. <change afterPath="$PROJECT_DIR$/lib/include/IType.h" afterDir="false" />
  19. <change afterPath="$PROJECT_DIR$/lib/include/ModuleMath.h" afterDir="false" />
  20. <change afterPath="$PROJECT_DIR$/lib/src/ModuleMath.cpp" afterDir="false" />
  21. <change afterPath="$PROJECT_DIR$/lib/test/test_ModuleMath.cpp" afterDir="false" />
  22. <change afterPath="$PROJECT_DIR$/thirdparty/json/single_include/json.hpp" afterDir="false" />
  23. <change beforePath="$PROJECT_DIR$/.idea/vcs.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/vcs.xml" afterDir="false" />
  24. <change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
  25. <change beforePath="$PROJECT_DIR$/CMakeLists.txt" beforeDir="false" afterPath="$PROJECT_DIR$/CMakeLists.txt" afterDir="false" />
  26. <change beforePath="$PROJECT_DIR$/lib/CMakeLists.txt" beforeDir="false" afterPath="$PROJECT_DIR$/lib/CMakeLists.txt" afterDir="false" />
  27. <change beforePath="$PROJECT_DIR$/lib/include/IModule.h" beforeDir="false" afterPath="$PROJECT_DIR$/lib/include/IModule.h" afterDir="false" />
  28. <change beforePath="$PROJECT_DIR$/lib/include/IOutput.h" beforeDir="false" afterPath="$PROJECT_DIR$/lib/include/IOutput.h" afterDir="false" />
  29. <change beforePath="$PROJECT_DIR$/lib/include/ModuleBase.h" beforeDir="false" afterPath="$PROJECT_DIR$/lib/include/ModuleBase.h" afterDir="false" />
  30. <change beforePath="$PROJECT_DIR$/lib/include/Output.h" beforeDir="false" afterPath="$PROJECT_DIR$/lib/include/Output.h" afterDir="false" />
  31. <change beforePath="$PROJECT_DIR$/lib/src/ModuleBase.cpp" beforeDir="false" afterPath="$PROJECT_DIR$/lib/src/ModuleBase.cpp" afterDir="false" />
  32. <change beforePath="$PROJECT_DIR$/lib/src/Output.cpp" beforeDir="false" afterPath="$PROJECT_DIR$/lib/src/Output.cpp" afterDir="false" />
  33. <change beforePath="$PROJECT_DIR$/lib/test/CMakeLists.txt" beforeDir="false" afterPath="$PROJECT_DIR$/lib/test/CMakeLists.txt" afterDir="false" />
  34. <change beforePath="$PROJECT_DIR$/lib/test/test_TestClass.cpp" beforeDir="false" />
  35. <change beforePath="$PROJECT_DIR$/thirdparty/rapidjson/.gitattributes" beforeDir="false" />
  36. <change beforePath="$PROJECT_DIR$/thirdparty/rapidjson/.gitignore" beforeDir="false" />
  37. <change beforePath="$PROJECT_DIR$/thirdparty/rapidjson/.gitmodules" beforeDir="false" />
  38. <change beforePath="$PROJECT_DIR$/thirdparty/rapidjson/.travis.yml" beforeDir="false" />
  39. <change beforePath="$PROJECT_DIR$/thirdparty/rapidjson/CHANGELOG.md" beforeDir="false" />
  40. <change beforePath="$PROJECT_DIR$/thirdparty/rapidjson/CMakeLists.txt" beforeDir="false" />
  41. <change beforePath="$PROJECT_DIR$/thirdparty/rapidjson/CMakeModules/FindGTestSrc.cmake" beforeDir="false" />
  42. <change beforePath="$PROJECT_DIR$/thirdparty/rapidjson/RapidJSON.pc.in" beforeDir="false" />
  43. <change beforePath="$PROJECT_DIR$/thirdparty/rapidjson/RapidJSONConfig.cmake.in" beforeDir="false" />
  44. <change beforePath="$PROJECT_DIR$/thirdparty/rapidjson/RapidJSONConfigVersion.cmake.in" beforeDir="false" />
  45. <change beforePath="$PROJECT_DIR$/thirdparty/rapidjson/appveyor.yml" beforeDir="false" />
  46. <change beforePath="$PROJECT_DIR$/thirdparty/rapidjson/bin/data/abcde.txt" beforeDir="false" />
  47. <change beforePath="$PROJECT_DIR$/thirdparty/rapidjson/bin/data/glossary.json" beforeDir="false" />
  48. <change beforePath="$PROJECT_DIR$/thirdparty/rapidjson/bin/data/menu.json" beforeDir="false" />
  49. <change beforePath="$PROJECT_DIR$/thirdparty/rapidjson/bin/data/readme.txt" beforeDir="false" />
  50. <change beforePath="$PROJECT_DIR$/thirdparty/rapidjson/bin/data/sample.json" beforeDir="false" />
  51. <change beforePath="$PROJECT_DIR$/thirdparty/rapidjson/bin/data/webapp.json" beforeDir="false" />
  52. <change beforePath="$PROJECT_DIR$/thirdparty/rapidjson/bin/data/widget.json" beforeDir="false" />
  53. <change beforePath="$PROJECT_DIR$/thirdparty/rapidjson/bin/encodings/utf16be.json" beforeDir="false" />
  54. <change beforePath="$PROJECT_DIR$/thirdparty/rapidjson/bin/encodings/utf16bebom.json" beforeDir="false" />
  55. <change beforePath="$PROJECT_DIR$/thirdparty/rapidjson/bin/encodings/utf16le.json" beforeDir="false" />
  56. <change beforePath="$PROJECT_DIR$/thirdparty/rapidjson/bin/encodings/utf16lebom.json" beforeDir="false" />
  57. <change beforePath="$PROJECT_DIR$/thirdparty/rapidjson/bin/encodings/utf32be.json" beforeDir="false" />
  58. <change beforePath="$PROJECT_DIR$/thirdparty/rapidjson/bin/encodings/utf32bebom.json" beforeDir="false" />
  59. <change beforePath="$PROJECT_DIR$/thirdparty/rapidjson/bin/encodings/utf32le.json" beforeDir="false" />
  60. <change beforePath="$PROJECT_DIR$/thirdparty/rapidjson/bin/encodings/utf32lebom.json" beforeDir="false" />
  61. <change beforePath="$PROJECT_DIR$/thirdparty/rapidjson/bin/encodings/utf8.json" beforeDir="false" />
  62. <change beforePath="$PROJECT_DIR$/thirdparty/rapidjson/bin/encodings/utf8bom.json" beforeDir="false" />
  63. <change beforePath="$PROJECT_DIR$/thirdparty/rapidjson/bin/jsonchecker/fail1.json" beforeDir="false" />
  64. <change beforePath="$PROJECT_DIR$/thirdparty/rapidjson/bin/jsonchecker/fail10.json" beforeDir="false" />
  65. <change beforePath="$PROJECT_DIR$/thirdparty/rapidjson/bin/jsonchecker/fail11.json" beforeDir="false" />
  66. <change beforePath="$PROJECT_DIR$/thirdparty/rapidjson/bin/jsonchecker/fail12.json" beforeDir="false" />
  67. <change beforePath="$PROJECT_DIR$/thirdparty/rapidjson/bin/jsonchecker/fail13.json" beforeDir="false" />
  68. <change beforePath="$PROJECT_DIR$/thirdparty/rapidjson/bin/jsonchecker/fail14.json" beforeDir="false" />
  69. <change beforePath="$PROJECT_DIR$/thirdparty/rapidjson/bin/jsonchecker/fail15.json" beforeDir="false" />
  70. <change beforePath="$PROJECT_DIR$/thirdparty/rapidjson/bin/jsonchecker/fail16.json" beforeDir="false" />
  71. <change beforePath="$PROJECT_DIR$/thirdparty/rapidjson/bin/jsonchecker/fail17.json" beforeDir="false" />
  72. <change beforePath="$PROJECT_DIR$/thirdparty/rapidjson/bin/jsonchecker/fail18.json" beforeDir="false" />
  73. <change beforePath="$PROJECT_DIR$/thirdparty/rapidjson/bin/jsonchecker/fail19.json" beforeDir="false" />
  74. <change beforePath="$PROJECT_DIR$/thirdparty/rapidjson/bin/jsonchecker/fail2.json" beforeDir="false" />
  75. <change beforePath="$PROJECT_DIR$/thirdparty/rapidjson/bin/jsonchecker/fail20.json" beforeDir="false" />
  76. <change beforePath="$PROJECT_DIR$/thirdparty/rapidjson/bin/jsonchecker/fail21.json" beforeDir="false" />
  77. <change beforePath="$PROJECT_DIR$/thirdparty/rapidjson/bin/jsonchecker/fail22.json" beforeDir="false" />
  78. <change beforePath="$PROJECT_DIR$/thirdparty/rapidjson/bin/jsonchecker/fail23.json" beforeDir="false" />
  79. <change beforePath="$PROJECT_DIR$/thirdparty/rapidjson/bin/jsonchecker/fail24.json" beforeDir="false" />
  80. <change beforePath="$PROJECT_DIR$/thirdparty/rapidjson/bin/jsonchecker/fail25.json" beforeDir="false" />
  81. <change beforePath="$PROJECT_DIR$/thirdparty/rapidjson/bin/jsonchecker/fail26.json" beforeDir="false" />
  82. <change beforePath="$PROJECT_DIR$/thirdparty/rapidjson/bin/jsonchecker/fail27.json" beforeDir="false" />
  83. <change beforePath="$PROJECT_DIR$/thirdparty/rapidjson/bin/jsonchecker/fail28.json" beforeDir="false" />
  84. <change beforePath="$PROJECT_DIR$/thirdparty/rapidjson/bin/jsonchecker/fail29.json" beforeDir="false" />
  85. <change beforePath="$PROJECT_DIR$/thirdparty/rapidjson/bin/jsonchecker/fail3.json" beforeDir="false" />
  86. <change beforePath="$PROJECT_DIR$/thirdparty/rapidjson/bin/jsonchecker/fail30.json" beforeDir="false" />
  87. <change beforePath="$PROJECT_DIR$/thirdparty/rapidjson/bin/jsonchecker/fail31.json" beforeDir="false" />
  88. <change beforePath="$PROJECT_DIR$/thirdparty/rapidjson/bin/jsonchecker/fail32.json" beforeDir="false" />
  89. <change beforePath="$PROJECT_DIR$/thirdparty/rapidjson/bin/jsonchecker/fail33.json" beforeDir="false" />
  90. <change beforePath="$PROJECT_DIR$/thirdparty/rapidjson/bin/jsonchecker/fail4.json" beforeDir="false" />
  91. <change beforePath="$PROJECT_DIR$/thirdparty/rapidjson/bin/jsonchecker/fail5.json" beforeDir="false" />
  92. <change beforePath="$PROJECT_DIR$/thirdparty/rapidjson/bin/jsonchecker/fail6.json" beforeDir="false" />
  93. <change beforePath="$PROJECT_DIR$/thirdparty/rapidjson/bin/jsonchecker/fail7.json" beforeDir="false" />
  94. <change beforePath="$PROJECT_DIR$/thirdparty/rapidjson/bin/jsonchecker/fail8.json" beforeDir="false" />
  95. <change beforePath="$PROJECT_DIR$/thirdparty/rapidjson/bin/jsonchecker/fail9.json" beforeDir="false" />
  96. <change beforePath="$PROJECT_DIR$/thirdparty/rapidjson/bin/jsonchecker/pass1.json" beforeDir="false" />
  97. <change beforePath="$PROJECT_DIR$/thirdparty/rapidjson/bin/jsonchecker/pass2.json" beforeDir="false" />
  98. <change beforePath="$PROJECT_DIR$/thirdparty/rapidjson/bin/jsonchecker/pass3.json" beforeDir="false" />
  99. <change beforePath="$PROJECT_DIR$/thirdparty/rapidjson/bin/jsonchecker/readme.txt" beforeDir="false" />
  100. <change beforePath="$PROJECT_DIR$/thirdparty/rapidjson/bin/types/booleans.json" beforeDir="false" />
  101. <change beforePath="$PROJECT_DIR$/thirdparty/rapidjson/bin/types/floats.json" beforeDir="false" />
  102. <change beforePath="$PROJECT_DIR$/thirdparty/rapidjson/bin/types/guids.json" beforeDir="false" />
  103. <change beforePath="$PROJECT_DIR$/thirdparty/rapidjson/bin/types/integers.json" beforeDir="false" />
  104. <change beforePath="$PROJECT_DIR$/thirdparty/rapidjson/bin/types/mixed.json" beforeDir="false" />
  105. <change beforePath="$PROJECT_DIR$/thirdparty/rapidjson/bin/types/nulls.json" beforeDir="false" />
  106. <change beforePath="$PROJECT_DIR$/thirdparty/rapidjson/bin/types/paragraphs.json" beforeDir="false" />
  107. <change beforePath="$PROJECT_DIR$/thirdparty/rapidjson/bin/types/readme.txt" beforeDir="false" />
  108. <change beforePath="$PROJECT_DIR$/thirdparty/rapidjson/contrib/natvis/LICENSE" beforeDir="false" />
  109. <change beforePath="$PROJECT_DIR$/thirdparty/rapidjson/contrib/natvis/README.md" beforeDir="false" />
  110. <change beforePath="$PROJECT_DIR$/thirdparty/rapidjson/contrib/natvis/rapidjson.natvis" beforeDir="false" />
  111. <change beforePath="$PROJECT_DIR$/thirdparty/rapidjson/doc/CMakeLists.txt" beforeDir="false" />
  112. <change beforePath="$PROJECT_DIR$/thirdparty/rapidjson/doc/Doxyfile.in" beforeDir="false" />
  113. <change beforePath="$PROJECT_DIR$/thirdparty/rapidjson/doc/Doxyfile.zh-cn.in" beforeDir="false" />
  114. <change beforePath="$PROJECT_DIR$/thirdparty/rapidjson/doc/diagram/architecture.dot" beforeDir="false" />
  115. <change beforePath="$PROJECT_DIR$/thirdparty/rapidjson/doc/diagram/architecture.png" beforeDir="false" />
  116. <change beforePath="$PROJECT_DIR$/thirdparty/rapidjson/doc/diagram/insituparsing.dot" beforeDir="false" />
  117. <change beforePath="$PROJECT_DIR$/thirdparty/rapidjson/doc/diagram/insituparsing.png" beforeDir="false" />
  118. <change beforePath="$PROJECT_DIR$/thirdparty/rapidjson/doc/diagram/iterative-parser-states-diagram.dot" beforeDir="false" />
  119. <change beforePath="$PROJECT_DIR$/thirdparty/rapidjson/doc/diagram/iterative-parser-states-diagram.png" beforeDir="false" />
  120. <change beforePath="$PROJECT_DIR$/thirdparty/rapidjson/doc/diagram/makefile" beforeDir="false" />
  121. <change beforePath="$PROJECT_DIR$/thirdparty/rapidjson/doc/diagram/move1.dot" beforeDir="false" />
  122. <change beforePath="$PROJECT_DIR$/thirdparty/rapidjson/doc/diagram/move1.png" beforeDir="false" />
  123. <change beforePath="$PROJECT_DIR$/thirdparty/rapidjson/doc/diagram/move2.dot" beforeDir="false" />
  124. <change beforePath="$PROJECT_DIR$/thirdparty/rapidjson/doc/diagram/move2.png" beforeDir="false" />
  125. <change beforePath="$PROJECT_DIR$/thirdparty/rapidjson/doc/diagram/move3.dot" beforeDir="false" />
  126. <change beforePath="$PROJECT_DIR$/thirdparty/rapidjson/doc/diagram/move3.png" beforeDir="false" />
  127. <change beforePath="$PROJECT_DIR$/thirdparty/rapidjson/doc/diagram/normalparsing.dot" beforeDir="false" />
  128. <change beforePath="$PROJECT_DIR$/thirdparty/rapidjson/doc/diagram/normalparsing.png" beforeDir="false" />
  129. <change beforePath="$PROJECT_DIR$/thirdparty/rapidjson/doc/diagram/simpledom.dot" beforeDir="false" />
  130. <change beforePath="$PROJECT_DIR$/thirdparty/rapidjson/doc/diagram/simpledom.png" beforeDir="false" />
  131. <change beforePath="$PROJECT_DIR$/thirdparty/rapidjson/doc/diagram/tutorial.dot" beforeDir="false" />
  132. <change beforePath="$PROJECT_DIR$/thirdparty/rapidjson/doc/diagram/tutorial.png" beforeDir="false" />
  133. <change beforePath="$PROJECT_DIR$/thirdparty/rapidjson/doc/diagram/utilityclass.dot" beforeDir="false" />
  134. <change beforePath="$PROJECT_DIR$/thirdparty/rapidjson/doc/diagram/utilityclass.png" beforeDir="false" />
  135. <change beforePath="$PROJECT_DIR$/thirdparty/rapidjson/doc/dom.md" beforeDir="false" />
  136. <change beforePath="$PROJECT_DIR$/thirdparty/rapidjson/doc/dom.zh-cn.md" beforeDir="false" />
  137. <change beforePath="$PROJECT_DIR$/thirdparty/rapidjson/doc/encoding.md" beforeDir="false" />
  138. <change beforePath="$PROJECT_DIR$/thirdparty/rapidjson/doc/encoding.zh-cn.md" beforeDir="false" />
  139. <change beforePath="$PROJECT_DIR$/thirdparty/rapidjson/doc/faq.md" beforeDir="false" />
  140. <change beforePath="$PROJECT_DIR$/thirdparty/rapidjson/doc/faq.zh-cn.md" beforeDir="false" />
  141. <change beforePath="$PROJECT_DIR$/thirdparty/rapidjson/doc/features.md" beforeDir="false" />
  142. <change beforePath="$PROJECT_DIR$/thirdparty/rapidjson/doc/features.zh-cn.md" beforeDir="false" />
  143. <change beforePath="$PROJECT_DIR$/thirdparty/rapidjson/doc/internals.md" beforeDir="false" />
  144. <change beforePath="$PROJECT_DIR$/thirdparty/rapidjson/doc/internals.zh-cn.md" beforeDir="false" />
  145. <change beforePath="$PROJECT_DIR$/thirdparty/rapidjson/doc/logo/rapidjson.png" beforeDir="false" />
  146. <change beforePath="$PROJECT_DIR$/thirdparty/rapidjson/doc/logo/rapidjson.svg" beforeDir="false" />
  147. <change beforePath="$PROJECT_DIR$/thirdparty/rapidjson/doc/misc/DoxygenLayout.xml" beforeDir="false" />
  148. <change beforePath="$PROJECT_DIR$/thirdparty/rapidjson/doc/misc/doxygenextra.css" beforeDir="false" />
  149. <change beforePath="$PROJECT_DIR$/thirdparty/rapidjson/doc/misc/footer.html" beforeDir="false" />
  150. <change beforePath="$PROJECT_DIR$/thirdparty/rapidjson/doc/misc/header.html" beforeDir="false" />
  151. <change beforePath="$PROJECT_DIR$/thirdparty/rapidjson/doc/npm.md" beforeDir="false" />
  152. <change beforePath="$PROJECT_DIR$/thirdparty/rapidjson/doc/performance.md" beforeDir="false" />
  153. <change beforePath="$PROJECT_DIR$/thirdparty/rapidjson/doc/performance.zh-cn.md" beforeDir="false" />
  154. <change beforePath="$PROJECT_DIR$/thirdparty/rapidjson/doc/pointer.md" beforeDir="false" />
  155. <change beforePath="$PROJECT_DIR$/thirdparty/rapidjson/doc/pointer.zh-cn.md" beforeDir="false" />
  156. <change beforePath="$PROJECT_DIR$/thirdparty/rapidjson/doc/sax.md" beforeDir="false" />
  157. <change beforePath="$PROJECT_DIR$/thirdparty/rapidjson/doc/sax.zh-cn.md" beforeDir="false" />
  158. <change beforePath="$PROJECT_DIR$/thirdparty/rapidjson/doc/schema.md" beforeDir="false" />
  159. <change beforePath="$PROJECT_DIR$/thirdparty/rapidjson/doc/schema.zh-cn.md" beforeDir="false" />
  160. <change beforePath="$PROJECT_DIR$/thirdparty/rapidjson/doc/stream.md" beforeDir="false" />
  161. <change beforePath="$PROJECT_DIR$/thirdparty/rapidjson/doc/stream.zh-cn.md" beforeDir="false" />
  162. <change beforePath="$PROJECT_DIR$/thirdparty/rapidjson/doc/tutorial.md" beforeDir="false" />
  163. <change beforePath="$PROJECT_DIR$/thirdparty/rapidjson/doc/tutorial.zh-cn.md" beforeDir="false" />
  164. <change beforePath="$PROJECT_DIR$/thirdparty/rapidjson/docker/debian/Dockerfile" beforeDir="false" />
  165. <change beforePath="$PROJECT_DIR$/thirdparty/rapidjson/example/CMakeLists.txt" beforeDir="false" />
  166. <change beforePath="$PROJECT_DIR$/thirdparty/rapidjson/example/archiver/archiver.cpp" beforeDir="false" />
  167. <change beforePath="$PROJECT_DIR$/thirdparty/rapidjson/example/archiver/archiver.h" beforeDir="false" />
  168. <change beforePath="$PROJECT_DIR$/thirdparty/rapidjson/example/archiver/archivertest.cpp" beforeDir="false" />
  169. <change beforePath="$PROJECT_DIR$/thirdparty/rapidjson/example/capitalize/capitalize.cpp" beforeDir="false" />
  170. <change beforePath="$PROJECT_DIR$/thirdparty/rapidjson/example/condense/condense.cpp" beforeDir="false" />
  171. <change beforePath="$PROJECT_DIR$/thirdparty/rapidjson/example/filterkey/filterkey.cpp" beforeDir="false" />
  172. <change beforePath="$PROJECT_DIR$/thirdparty/rapidjson/example/filterkeydom/filterkeydom.cpp" beforeDir="false" />
  173. <change beforePath="$PROJECT_DIR$/thirdparty/rapidjson/example/jsonx/jsonx.cpp" beforeDir="false" />
  174. <change beforePath="$PROJECT_DIR$/thirdparty/rapidjson/example/lookaheadparser/lookaheadparser.cpp" beforeDir="false" />
  175. <change beforePath="$PROJECT_DIR$/thirdparty/rapidjson/example/messagereader/messagereader.cpp" beforeDir="false" />
  176. <change beforePath="$PROJECT_DIR$/thirdparty/rapidjson/example/parsebyparts/parsebyparts.cpp" beforeDir="false" />
  177. <change beforePath="$PROJECT_DIR$/thirdparty/rapidjson/example/pretty/pretty.cpp" beforeDir="false" />
  178. <change beforePath="$PROJECT_DIR$/thirdparty/rapidjson/example/prettyauto/prettyauto.cpp" beforeDir="false" />
  179. <change beforePath="$PROJECT_DIR$/thirdparty/rapidjson/example/schemavalidator/schemavalidator.cpp" beforeDir="false" />
  180. <change beforePath="$PROJECT_DIR$/thirdparty/rapidjson/example/serialize/serialize.cpp" beforeDir="false" />
  181. <change beforePath="$PROJECT_DIR$/thirdparty/rapidjson/example/simpledom/simpledom.cpp" beforeDir="false" />
  182. <change beforePath="$PROJECT_DIR$/thirdparty/rapidjson/example/simplepullreader/simplepullreader.cpp" beforeDir="false" />
  183. <change beforePath="$PROJECT_DIR$/thirdparty/rapidjson/example/simplereader/simplereader.cpp" beforeDir="false" />
  184. <change beforePath="$PROJECT_DIR$/thirdparty/rapidjson/example/simplewriter/simplewriter.cpp" beforeDir="false" />
  185. <change beforePath="$PROJECT_DIR$/thirdparty/rapidjson/example/sortkeys/sortkeys.cpp" beforeDir="false" />
  186. <change beforePath="$PROJECT_DIR$/thirdparty/rapidjson/example/tutorial/tutorial.cpp" beforeDir="false" />
  187. <change beforePath="$PROJECT_DIR$/thirdparty/rapidjson/include/rapidjson/allocators.h" beforeDir="false" />
  188. <change beforePath="$PROJECT_DIR$/thirdparty/rapidjson/include/rapidjson/cursorstreamwrapper.h" beforeDir="false" />
  189. <change beforePath="$PROJECT_DIR$/thirdparty/rapidjson/include/rapidjson/document.h" beforeDir="false" />
  190. <change beforePath="$PROJECT_DIR$/thirdparty/rapidjson/include/rapidjson/encodedstream.h" beforeDir="false" />
  191. <change beforePath="$PROJECT_DIR$/thirdparty/rapidjson/include/rapidjson/encodings.h" beforeDir="false" />
  192. <change beforePath="$PROJECT_DIR$/thirdparty/rapidjson/include/rapidjson/error/en.h" beforeDir="false" />
  193. <change beforePath="$PROJECT_DIR$/thirdparty/rapidjson/include/rapidjson/error/error.h" beforeDir="false" />
  194. <change beforePath="$PROJECT_DIR$/thirdparty/rapidjson/include/rapidjson/filereadstream.h" beforeDir="false" />
  195. <change beforePath="$PROJECT_DIR$/thirdparty/rapidjson/include/rapidjson/filewritestream.h" beforeDir="false" />
  196. <change beforePath="$PROJECT_DIR$/thirdparty/rapidjson/include/rapidjson/fwd.h" beforeDir="false" />
  197. <change beforePath="$PROJECT_DIR$/thirdparty/rapidjson/include/rapidjson/internal/biginteger.h" beforeDir="false" />
  198. <change beforePath="$PROJECT_DIR$/thirdparty/rapidjson/include/rapidjson/internal/clzll.h" beforeDir="false" />
  199. <change beforePath="$PROJECT_DIR$/thirdparty/rapidjson/include/rapidjson/internal/diyfp.h" beforeDir="false" />
  200. <change beforePath="$PROJECT_DIR$/thirdparty/rapidjson/include/rapidjson/internal/dtoa.h" beforeDir="false" />
  201. <change beforePath="$PROJECT_DIR$/thirdparty/rapidjson/include/rapidjson/internal/ieee754.h" beforeDir="false" />
  202. <change beforePath="$PROJECT_DIR$/thirdparty/rapidjson/include/rapidjson/internal/itoa.h" beforeDir="false" />
  203. <change beforePath="$PROJECT_DIR$/thirdparty/rapidjson/include/rapidjson/internal/meta.h" beforeDir="false" />
  204. <change beforePath="$PROJECT_DIR$/thirdparty/rapidjson/include/rapidjson/internal/pow10.h" beforeDir="false" />
  205. <change beforePath="$PROJECT_DIR$/thirdparty/rapidjson/include/rapidjson/internal/regex.h" beforeDir="false" />
  206. <change beforePath="$PROJECT_DIR$/thirdparty/rapidjson/include/rapidjson/internal/stack.h" beforeDir="false" />
  207. <change beforePath="$PROJECT_DIR$/thirdparty/rapidjson/include/rapidjson/internal/strfunc.h" beforeDir="false" />
  208. <change beforePath="$PROJECT_DIR$/thirdparty/rapidjson/include/rapidjson/internal/strtod.h" beforeDir="false" />
  209. <change beforePath="$PROJECT_DIR$/thirdparty/rapidjson/include/rapidjson/internal/swap.h" beforeDir="false" />
  210. <change beforePath="$PROJECT_DIR$/thirdparty/rapidjson/include/rapidjson/istreamwrapper.h" beforeDir="false" />
  211. <change beforePath="$PROJECT_DIR$/thirdparty/rapidjson/include/rapidjson/memorybuffer.h" beforeDir="false" />
  212. <change beforePath="$PROJECT_DIR$/thirdparty/rapidjson/include/rapidjson/memorystream.h" beforeDir="false" />
  213. <change beforePath="$PROJECT_DIR$/thirdparty/rapidjson/include/rapidjson/msinttypes/inttypes.h" beforeDir="false" />
  214. <change beforePath="$PROJECT_DIR$/thirdparty/rapidjson/include/rapidjson/msinttypes/stdint.h" beforeDir="false" />
  215. <change beforePath="$PROJECT_DIR$/thirdparty/rapidjson/include/rapidjson/ostreamwrapper.h" beforeDir="false" />
  216. <change beforePath="$PROJECT_DIR$/thirdparty/rapidjson/include/rapidjson/pointer.h" beforeDir="false" />
  217. <change beforePath="$PROJECT_DIR$/thirdparty/rapidjson/include/rapidjson/prettywriter.h" beforeDir="false" />
  218. <change beforePath="$PROJECT_DIR$/thirdparty/rapidjson/include/rapidjson/rapidjson.h" beforeDir="false" />
  219. <change beforePath="$PROJECT_DIR$/thirdparty/rapidjson/include/rapidjson/reader.h" beforeDir="false" />
  220. <change beforePath="$PROJECT_DIR$/thirdparty/rapidjson/include/rapidjson/schema.h" beforeDir="false" />
  221. <change beforePath="$PROJECT_DIR$/thirdparty/rapidjson/include/rapidjson/stream.h" beforeDir="false" />
  222. <change beforePath="$PROJECT_DIR$/thirdparty/rapidjson/include/rapidjson/stringbuffer.h" beforeDir="false" />
  223. <change beforePath="$PROJECT_DIR$/thirdparty/rapidjson/include/rapidjson/writer.h" beforeDir="false" />
  224. <change beforePath="$PROJECT_DIR$/thirdparty/rapidjson/include_dirs.js" beforeDir="false" />
  225. <change beforePath="$PROJECT_DIR$/thirdparty/rapidjson/library.json" beforeDir="false" />
  226. <change beforePath="$PROJECT_DIR$/thirdparty/rapidjson/license.txt" beforeDir="false" />
  227. <change beforePath="$PROJECT_DIR$/thirdparty/rapidjson/package.json" beforeDir="false" />
  228. <change beforePath="$PROJECT_DIR$/thirdparty/rapidjson/rapidjson.autopkg" beforeDir="false" />
  229. <change beforePath="$PROJECT_DIR$/thirdparty/rapidjson/readme.md" beforeDir="false" />
  230. <change beforePath="$PROJECT_DIR$/thirdparty/rapidjson/readme.zh-cn.md" beforeDir="false" />
  231. <change beforePath="$PROJECT_DIR$/thirdparty/rapidjson/test/CMakeLists.txt" beforeDir="false" />
  232. <change beforePath="$PROJECT_DIR$/thirdparty/rapidjson/test/perftest/CMakeLists.txt" beforeDir="false" />
  233. <change beforePath="$PROJECT_DIR$/thirdparty/rapidjson/test/perftest/misctest.cpp" beforeDir="false" />
  234. <change beforePath="$PROJECT_DIR$/thirdparty/rapidjson/test/perftest/perftest.cpp" beforeDir="false" />
  235. <change beforePath="$PROJECT_DIR$/thirdparty/rapidjson/test/perftest/perftest.h" beforeDir="false" />
  236. <change beforePath="$PROJECT_DIR$/thirdparty/rapidjson/test/perftest/platformtest.cpp" beforeDir="false" />
  237. <change beforePath="$PROJECT_DIR$/thirdparty/rapidjson/test/perftest/rapidjsontest.cpp" beforeDir="false" />
  238. <change beforePath="$PROJECT_DIR$/thirdparty/rapidjson/test/perftest/schematest.cpp" beforeDir="false" />
  239. <change beforePath="$PROJECT_DIR$/thirdparty/rapidjson/test/unittest/CMakeLists.txt" beforeDir="false" />
  240. <change beforePath="$PROJECT_DIR$/thirdparty/rapidjson/test/unittest/allocatorstest.cpp" beforeDir="false" />
  241. <change beforePath="$PROJECT_DIR$/thirdparty/rapidjson/test/unittest/bigintegertest.cpp" beforeDir="false" />
  242. <change beforePath="$PROJECT_DIR$/thirdparty/rapidjson/test/unittest/cursorstreamwrappertest.cpp" beforeDir="false" />
  243. <change beforePath="$PROJECT_DIR$/thirdparty/rapidjson/test/unittest/documenttest.cpp" beforeDir="false" />
  244. <change beforePath="$PROJECT_DIR$/thirdparty/rapidjson/test/unittest/dtoatest.cpp" beforeDir="false" />
  245. <change beforePath="$PROJECT_DIR$/thirdparty/rapidjson/test/unittest/encodedstreamtest.cpp" beforeDir="false" />
  246. <change beforePath="$PROJECT_DIR$/thirdparty/rapidjson/test/unittest/encodingstest.cpp" beforeDir="false" />
  247. <change beforePath="$PROJECT_DIR$/thirdparty/rapidjson/test/unittest/filestreamtest.cpp" beforeDir="false" />
  248. <change beforePath="$PROJECT_DIR$/thirdparty/rapidjson/test/unittest/fwdtest.cpp" beforeDir="false" />
  249. <change beforePath="$PROJECT_DIR$/thirdparty/rapidjson/test/unittest/istreamwrappertest.cpp" beforeDir="false" />
  250. <change beforePath="$PROJECT_DIR$/thirdparty/rapidjson/test/unittest/itoatest.cpp" beforeDir="false" />
  251. <change beforePath="$PROJECT_DIR$/thirdparty/rapidjson/test/unittest/jsoncheckertest.cpp" beforeDir="false" />
  252. <change beforePath="$PROJECT_DIR$/thirdparty/rapidjson/test/unittest/namespacetest.cpp" beforeDir="false" />
  253. <change beforePath="$PROJECT_DIR$/thirdparty/rapidjson/test/unittest/ostreamwrappertest.cpp" beforeDir="false" />
  254. <change beforePath="$PROJECT_DIR$/thirdparty/rapidjson/test/unittest/pointertest.cpp" beforeDir="false" />
  255. <change beforePath="$PROJECT_DIR$/thirdparty/rapidjson/test/unittest/prettywritertest.cpp" beforeDir="false" />
  256. <change beforePath="$PROJECT_DIR$/thirdparty/rapidjson/test/unittest/readertest.cpp" beforeDir="false" />
  257. <change beforePath="$PROJECT_DIR$/thirdparty/rapidjson/test/unittest/regextest.cpp" beforeDir="false" />
  258. <change beforePath="$PROJECT_DIR$/thirdparty/rapidjson/test/unittest/schematest.cpp" beforeDir="false" />
  259. <change beforePath="$PROJECT_DIR$/thirdparty/rapidjson/test/unittest/simdtest.cpp" beforeDir="false" />
  260. <change beforePath="$PROJECT_DIR$/thirdparty/rapidjson/test/unittest/strfunctest.cpp" beforeDir="false" />
  261. <change beforePath="$PROJECT_DIR$/thirdparty/rapidjson/test/unittest/stringbuffertest.cpp" beforeDir="false" />
  262. <change beforePath="$PROJECT_DIR$/thirdparty/rapidjson/test/unittest/strtodtest.cpp" beforeDir="false" />
  263. <change beforePath="$PROJECT_DIR$/thirdparty/rapidjson/test/unittest/unittest.cpp" beforeDir="false" />
  264. <change beforePath="$PROJECT_DIR$/thirdparty/rapidjson/test/unittest/unittest.h" beforeDir="false" />
  265. <change beforePath="$PROJECT_DIR$/thirdparty/rapidjson/test/unittest/valuetest.cpp" beforeDir="false" />
  266. <change beforePath="$PROJECT_DIR$/thirdparty/rapidjson/test/unittest/writertest.cpp" beforeDir="false" />
  267. <change beforePath="$PROJECT_DIR$/thirdparty/rapidjson/test/valgrind.supp" beforeDir="false" />
  268. <change beforePath="$PROJECT_DIR$/thirdparty/rapidjson/travis-doxygen.sh" beforeDir="false" />
  269. </list>
  270. <ignored path="$PROJECT_DIR$/cmake-build-debug/" />
  271. <option name="EXCLUDED_CONVERTED_TO_IGNORED" value="true" />
  272. <option name="SHOW_DIALOG" value="false" />
  273. <option name="HIGHLIGHT_CONFLICTS" value="true" />
  274. <option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
  275. <option name="LAST_RESOLUTION" value="IGNORE" />
  276. </component>
  277. <component name="ClangdSettings">
  278. <option name="formatViaClangd" value="false" />
  279. </component>
  280. <component name="ExecutionTargetManager" SELECTED_TARGET="CMakeBuildProfile:Debug" />
  281. <component name="FileEditorManager">
  282. <leaf SIDE_TABS_SIZE_LIMIT_KEY="300">
  283. <file pinned="false" current-in-tab="false">
  284. <entry file="file://$PROJECT_DIR$/lib/src/ModuleBase.cpp">
  285. <provider selected="true" editor-type-id="text-editor">
  286. <state>
  287. <caret line="18" column="23" lean-forward="true" selection-start-line="18" selection-start-column="23" selection-end-line="18" selection-end-column="23" />
  288. <folding>
  289. <element signature="e#0#23#0" expanded="true" />
  290. </folding>
  291. </state>
  292. </provider>
  293. </entry>
  294. </file>
  295. <file pinned="false" current-in-tab="false">
  296. <entry file="file://$PROJECT_DIR$/lib/src/ModuleMath.cpp">
  297. <provider selected="true" editor-type-id="text-editor">
  298. <state relative-caret-position="390">
  299. <caret line="80" column="2" selection-start-line="80" selection-start-column="2" selection-end-line="80" selection-end-column="2" />
  300. </state>
  301. </provider>
  302. </entry>
  303. </file>
  304. <file pinned="false" current-in-tab="false">
  305. <entry file="file://$PROJECT_DIR$/lib/include/Output.h">
  306. <provider selected="true" editor-type-id="text-editor">
  307. <state relative-caret-position="225">
  308. <caret line="15" column="25" selection-start-line="15" selection-start-column="25" selection-end-line="15" selection-end-column="25" />
  309. <folding>
  310. <element signature="e#42#62#0" expanded="true" />
  311. </folding>
  312. </state>
  313. </provider>
  314. </entry>
  315. </file>
  316. <file pinned="false" current-in-tab="false">
  317. <entry file="file://$PROJECT_DIR$/lib/src/Output.cpp">
  318. <provider selected="true" editor-type-id="text-editor">
  319. <state relative-caret-position="135">
  320. <caret line="9" column="24" selection-start-line="9" selection-start-column="24" selection-end-line="9" selection-end-column="24" />
  321. </state>
  322. </provider>
  323. </entry>
  324. </file>
  325. <file pinned="false" current-in-tab="false">
  326. <entry file="file://$PROJECT_DIR$/thirdparty/json/single_include/nlohmann/json.hpp">
  327. <provider selected="true" editor-type-id="text-editor">
  328. <state relative-caret-position="158">
  329. <caret line="16616" selection-start-line="16616" selection-end-line="16616" />
  330. </state>
  331. </provider>
  332. </entry>
  333. </file>
  334. <file pinned="false" current-in-tab="false">
  335. <entry file="file://$PROJECT_DIR$/lib/include/ModuleMath.h">
  336. <provider selected="true" editor-type-id="text-editor">
  337. <state relative-caret-position="280">
  338. <caret line="19" column="21" selection-start-line="19" selection-start-column="21" selection-end-line="19" selection-end-column="21" />
  339. </state>
  340. </provider>
  341. </entry>
  342. </file>
  343. <file pinned="false" current-in-tab="false">
  344. <entry file="file://$PROJECT_DIR$/lib/include/IOutput.h">
  345. <provider selected="true" editor-type-id="text-editor">
  346. <state relative-caret-position="165">
  347. <caret line="11" column="28" selection-start-line="11" selection-start-column="28" selection-end-line="11" selection-end-column="28" />
  348. <folding>
  349. <element signature="e#44#63#0" expanded="true" />
  350. </folding>
  351. </state>
  352. </provider>
  353. </entry>
  354. </file>
  355. <file pinned="false" current-in-tab="true">
  356. <entry file="file://$PROJECT_DIR$/lib/test/test_ModuleMath.cpp">
  357. <provider selected="true" editor-type-id="text-editor">
  358. <state relative-caret-position="315">
  359. <caret line="21" column="1" lean-forward="true" selection-start-line="21" selection-start-column="1" selection-end-line="21" selection-end-column="1" />
  360. <folding>
  361. <element signature="e#0#24#0" expanded="true" />
  362. </folding>
  363. </state>
  364. </provider>
  365. </entry>
  366. </file>
  367. </leaf>
  368. </component>
  369. <component name="FileTemplateManagerImpl">
  370. <option name="RECENT_TEMPLATES">
  371. <list>
  372. <option value="CMakeLists.txt" />
  373. <option value="Python Script" />
  374. </list>
  375. </option>
  376. </component>
  377. <component name="FindInProjectRecents">
  378. <findStrings>
  379. <find>output</find>
  380. <find>Gener</find>
  381. </findStrings>
  382. </component>
  383. <component name="Git.Settings">
  384. <option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$" />
  385. </component>
  386. <component name="IdeDocumentHistory">
  387. <option name="CHANGED_PATHS">
  388. <list>
  389. <option value="$PROJECT_DIR$/src/TestClass.h" />
  390. <option value="$PROJECT_DIR$/lib/src/TestClass.cpp" />
  391. <option value="$PROJECT_DIR$/cmake/auslegung-config.cmake" />
  392. <option value="$PROJECT_DIR$/lib/test/test_TestClass.cpp" />
  393. <option value="$PROJECT_DIR$/.gitignore" />
  394. <option value="$PROJECT_DIR$/lib/include/IListener.h" />
  395. <option value="$PROJECT_DIR$/README.MD" />
  396. <option value="$PROJECT_DIR$/lib/include/IValue.h" />
  397. <option value="$PROJECT_DIR$/lib/include/IInput.h" />
  398. <option value="$PROJECT_DIR$/lib/include/BaseModule.h" />
  399. <option value="$PROJECT_DIR$/lib/include/Data.h" />
  400. <option value="$PROJECT_DIR$/lib/include/IData.h" />
  401. <option value="$PROJECT_DIR$/lib/CMakeLists.txt" />
  402. <option value="$PROJECT_DIR$/lib/include/IType.h" />
  403. <option value="$PROJECT_DIR$/thirdparty/json/single_include/json.hpp" />
  404. <option value="$PROJECT_DIR$/CMakeLists.txt" />
  405. <option value="$PROJECT_DIR$/lib/include/IModule.h" />
  406. <option value="$PROJECT_DIR$/lib/include/ModuleMath.h" />
  407. <option value="$PROJECT_DIR$/lib/test/CMakeLists.txt" />
  408. <option value="$PROJECT_DIR$/lib/include/IOutput.h" />
  409. <option value="$PROJECT_DIR$/lib/include/Output.h" />
  410. <option value="$PROJECT_DIR$/lib/src/Output.cpp" />
  411. <option value="$PROJECT_DIR$/lib/src/ModuleBase.cpp" />
  412. <option value="$PROJECT_DIR$/lib/include/ModuleBase.h" />
  413. <option value="$PROJECT_DIR$/lib/src/ModuleMath.cpp" />
  414. <option value="$PROJECT_DIR$/lib/test/test_ModuleMath.cpp" />
  415. </list>
  416. </option>
  417. </component>
  418. <component name="OCResolveContextSettings">
  419. <option name="configuration" value="0-auslegung_test" />
  420. </component>
  421. <component name="ProjectFrameBounds" extendedState="6">
  422. <option name="x" value="320" />
  423. <option name="y" value="1248" />
  424. <option name="width" value="1440" />
  425. <option name="height" value="927" />
  426. </component>
  427. <component name="ProjectLevelVcsManager" settingsEditedManually="true" />
  428. <component name="ProjectView">
  429. <navigator proportions="" version="1">
  430. <foldersAlwaysOnTop value="true" />
  431. </navigator>
  432. <panes>
  433. <pane id="Scope" />
  434. <pane id="ProjectPane">
  435. <subPane>
  436. <expand>
  437. <path>
  438. <item name="mdd" type="b2602c69:ProjectViewProjectNode" />
  439. <item name="master_thesis_ws" type="47feb1d3:ProjectViewModuleNode" />
  440. </path>
  441. <path>
  442. <item name="mdd" type="b2602c69:ProjectViewProjectNode" />
  443. <item name="master_thesis_ws" type="47feb1d3:ProjectViewModuleNode" />
  444. <item name="master_thesis_ws" type="462c0819:PsiDirectoryNode" />
  445. </path>
  446. <path>
  447. <item name="mdd" type="b2602c69:ProjectViewProjectNode" />
  448. <item name="master_thesis_ws" type="47feb1d3:ProjectViewModuleNode" />
  449. <item name="master_thesis_ws" type="462c0819:PsiDirectoryNode" />
  450. <item name="lib" type="462c0819:PsiDirectoryNode" />
  451. </path>
  452. <path>
  453. <item name="mdd" type="b2602c69:ProjectViewProjectNode" />
  454. <item name="master_thesis_ws" type="47feb1d3:ProjectViewModuleNode" />
  455. <item name="master_thesis_ws" type="462c0819:PsiDirectoryNode" />
  456. <item name="lib" type="462c0819:PsiDirectoryNode" />
  457. <item name="include" type="462c0819:PsiDirectoryNode" />
  458. </path>
  459. <path>
  460. <item name="mdd" type="b2602c69:ProjectViewProjectNode" />
  461. <item name="master_thesis_ws" type="47feb1d3:ProjectViewModuleNode" />
  462. <item name="master_thesis_ws" type="462c0819:PsiDirectoryNode" />
  463. <item name="lib" type="462c0819:PsiDirectoryNode" />
  464. <item name="src" type="462c0819:PsiDirectoryNode" />
  465. </path>
  466. <path>
  467. <item name="mdd" type="b2602c69:ProjectViewProjectNode" />
  468. <item name="master_thesis_ws" type="47feb1d3:ProjectViewModuleNode" />
  469. <item name="master_thesis_ws" type="462c0819:PsiDirectoryNode" />
  470. <item name="lib" type="462c0819:PsiDirectoryNode" />
  471. <item name="test" type="462c0819:PsiDirectoryNode" />
  472. </path>
  473. <path>
  474. <item name="mdd" type="b2602c69:ProjectViewProjectNode" />
  475. <item name="master_thesis_ws" type="47feb1d3:ProjectViewModuleNode" />
  476. <item name="master_thesis_ws" type="462c0819:PsiDirectoryNode" />
  477. <item name="thirdparty" type="462c0819:PsiDirectoryNode" />
  478. </path>
  479. </expand>
  480. <select />
  481. </subPane>
  482. </pane>
  483. </panes>
  484. </component>
  485. <component name="PropertiesComponent">
  486. <property name="SHARE_PROJECT_CONFIGURATION_FILES" value="true" />
  487. <property name="WebServerToolWindowFactoryState" value="false" />
  488. <property name="last_opened_file_path" value="$PROJECT_DIR$/lib" />
  489. <property name="nodejs_interpreter_path.stuck_in_default_project" value="undefined stuck path" />
  490. <property name="nodejs_npm_path_reset_for_default_project" value="true" />
  491. <property name="settings.editor.selected.configurable" value="CMakeSettings" />
  492. </component>
  493. <component name="RecentsManager">
  494. <key name="CopyFile.RECENT_KEYS">
  495. <recent name="$PROJECT_DIR$/lib" />
  496. </key>
  497. <key name="MoveFile.RECENT_KEYS">
  498. <recent name="$PROJECT_DIR$" />
  499. <recent name="$PROJECT_DIR$/lib/thirdparty" />
  500. <recent name="$PROJECT_DIR$/lib/includes" />
  501. <recent name="$PROJECT_DIR$/lib" />
  502. </key>
  503. </component>
  504. <component name="RunDashboard">
  505. <option name="ruleStates">
  506. <list>
  507. <RuleState>
  508. <option name="name" value="ConfigurationTypeDashboardGroupingRule" />
  509. </RuleState>
  510. <RuleState>
  511. <option name="name" value="StatusDashboardGroupingRule" />
  512. </RuleState>
  513. </list>
  514. </option>
  515. </component>
  516. <component name="RunManager" selected="Google Test.ModuleMath.ARRAYINT_PLUS_ARRAYInt">
  517. <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">
  518. <method v="2">
  519. <option name="com.jetbrains.cidr.execution.CidrBuildBeforeRunTaskProvider$BuildBeforeRunTask" enabled="true" />
  520. <option name="BeforeTestRunTask" enabled="true" />
  521. </method>
  522. </configuration>
  523. <configuration name="ModuleMath" type="CMakeGoogleTestRunConfigurationType" factoryName="Google Test" temporary="true" nameIsGenerated="true" PASS_PARENT_ENVS_2="true" PROJECT_NAME="mdd" TARGET_NAME="auslegung_test" RUN_TARGET_PROJECT_NAME="mdd" RUN_TARGET_NAME="auslegung_test" TEST_PATTERN="ModuleMath.*:ModuleMath/*.*:*/ModuleMath.*/*:*/ModuleMath/*.*" TEST_MODE="PATTERN">
  524. <method v="2">
  525. <option name="com.jetbrains.cidr.execution.CidrBuildBeforeRunTaskProvider$BuildBeforeRunTask" enabled="true" />
  526. <option name="BeforeTestRunTask" enabled="true" />
  527. </method>
  528. </configuration>
  529. <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" RUN_TARGET_PROJECT_NAME="mdd" RUN_TARGET_NAME="auslegung_test" TEST_CLASS="ModuleMath" TEST_METHOD="ARRAYINT_PLUS_ARRAYInt" TEST_MODE="SUITE_TEST">
  530. <method v="2">
  531. <option name="com.jetbrains.cidr.execution.CidrBuildBeforeRunTaskProvider$BuildBeforeRunTask" enabled="true" />
  532. <option name="BeforeTestRunTask" enabled="true" />
  533. </method>
  534. </configuration>
  535. <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" RUN_TARGET_PROJECT_NAME="mdd" RUN_TARGET_NAME="auslegung_test" TEST_CLASS="ModuleMath" TEST_METHOD="add" TEST_MODE="SUITE_TEST">
  536. <method v="2">
  537. <option name="com.jetbrains.cidr.execution.CidrBuildBeforeRunTaskProvider$BuildBeforeRunTask" enabled="true" />
  538. <option name="BeforeTestRunTask" enabled="true" />
  539. </method>
  540. </configuration>
  541. <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">
  542. <method v="2">
  543. <option name="com.jetbrains.cidr.execution.CidrBuildBeforeRunTaskProvider$BuildBeforeRunTask" enabled="true" />
  544. </method>
  545. </configuration>
  546. <configuration name="gtest" type="CMakeRunConfiguration" factoryName="Application" PASS_PARENT_ENVS_2="true" PROJECT_NAME="mdd" TARGET_NAME="gtest" CONFIG_NAME="Debug">
  547. <method v="2">
  548. <option name="com.jetbrains.cidr.execution.CidrBuildBeforeRunTaskProvider$BuildBeforeRunTask" enabled="true" />
  549. </method>
  550. </configuration>
  551. <configuration name="gtest_main" type="CMakeRunConfiguration" factoryName="Application" PASS_PARENT_ENVS_2="true" PROJECT_NAME="mdd" TARGET_NAME="gtest_main" CONFIG_NAME="Debug">
  552. <method v="2">
  553. <option name="com.jetbrains.cidr.execution.CidrBuildBeforeRunTaskProvider$BuildBeforeRunTask" enabled="true" />
  554. </method>
  555. </configuration>
  556. <configuration name="mdd_lib" type="CMakeRunConfiguration" factoryName="Application" PASS_PARENT_ENVS_2="true" PROJECT_NAME="mdd" TARGET_NAME="mdd_lib" CONFIG_NAME="Debug">
  557. <method v="2">
  558. <option name="com.jetbrains.cidr.execution.CidrBuildBeforeRunTaskProvider$BuildBeforeRunTask" enabled="true" />
  559. </method>
  560. </configuration>
  561. <list>
  562. <item itemvalue="CMake Application.auslegung_test" />
  563. <item itemvalue="CMake Application.gtest" />
  564. <item itemvalue="CMake Application.gtest_main" />
  565. <item itemvalue="CMake Application.mdd_lib" />
  566. <item itemvalue="Google Test.All in auslegung_test" />
  567. <item itemvalue="Google Test.ModuleMath.add" />
  568. <item itemvalue="Google Test.ModuleMath" />
  569. <item itemvalue="Google Test.ModuleMath.ARRAYINT_PLUS_ARRAYInt" />
  570. </list>
  571. <recent_temporary>
  572. <list>
  573. <item itemvalue="Google Test.ModuleMath.ARRAYINT_PLUS_ARRAYInt" />
  574. <item itemvalue="Google Test.ModuleMath" />
  575. <item itemvalue="Google Test.ModuleMath.add" />
  576. </list>
  577. </recent_temporary>
  578. </component>
  579. <component name="SvnConfiguration">
  580. <configuration />
  581. </component>
  582. <component name="TaskManager">
  583. <task active="true" id="Default" summary="Default task">
  584. <changelist id="4ddbafad-b85e-492e-80ec-3c73ef45688f" name="Default Changelist" comment="" />
  585. <created>1587581799216</created>
  586. <option name="number" value="Default" />
  587. <option name="presentableId" value="Default" />
  588. <updated>1587581799216</updated>
  589. <workItem from="1587581800425" duration="5209000" />
  590. <workItem from="1587820394897" duration="10341000" />
  591. <workItem from="1588087564187" duration="2479000" />
  592. <workItem from="1588173608688" duration="1471000" />
  593. <workItem from="1588177691948" duration="2948000" />
  594. <workItem from="1588498505055" duration="16829000" />
  595. <workItem from="1588535249928" duration="102000" />
  596. <workItem from="1588599976041" duration="2014000" />
  597. <workItem from="1588602419291" duration="11000" />
  598. <workItem from="1588610944347" duration="1253000" />
  599. <workItem from="1588692367897" duration="1201000" />
  600. <workItem from="1588786717088" duration="4579000" />
  601. <workItem from="1588791515004" duration="3084000" />
  602. <workItem from="1588794698644" duration="6728000" />
  603. </task>
  604. <servers />
  605. </component>
  606. <component name="TestHistory">
  607. <history-entry file="ModuleMath_ARRAYINT_PLUS_ARRAYInt - 2020.05.06 at 23h 29m 13s.xml">
  608. <configuration name="ModuleMath.ARRAYINT_PLUS_ARRAYInt" configurationId="CMakeGoogleTestRunConfigurationType" />
  609. </history-entry>
  610. <history-entry file="ModuleMath_ARRAYINT_PLUS_ARRAYInt - 2020.05.06 at 23h 31m 40s.xml">
  611. <configuration name="ModuleMath.ARRAYINT_PLUS_ARRAYInt" configurationId="CMakeGoogleTestRunConfigurationType" />
  612. </history-entry>
  613. <history-entry file="ModuleMath_ARRAYINT_PLUS_ARRAYInt - 2020.05.06 at 23h 35m 28s.xml">
  614. <configuration name="ModuleMath.ARRAYINT_PLUS_ARRAYInt" configurationId="CMakeGoogleTestRunConfigurationType" />
  615. </history-entry>
  616. <history-entry file="ModuleMath_ARRAYINT_PLUS_ARRAYInt - 2020.05.06 at 23h 38m 36s.xml">
  617. <configuration name="ModuleMath.ARRAYINT_PLUS_ARRAYInt" configurationId="CMakeGoogleTestRunConfigurationType" />
  618. </history-entry>
  619. <history-entry file="ModuleMath_ARRAYINT_PLUS_ARRAYInt - 2020.05.06 at 23h 38m 39s.xml">
  620. <configuration name="ModuleMath.ARRAYINT_PLUS_ARRAYInt" configurationId="CMakeGoogleTestRunConfigurationType" />
  621. </history-entry>
  622. <history-entry file="ModuleMath_ARRAYINT_PLUS_ARRAYInt - 2020.05.06 at 23h 41m 10s.xml">
  623. <configuration name="ModuleMath.ARRAYINT_PLUS_ARRAYInt" configurationId="CMakeGoogleTestRunConfigurationType" />
  624. </history-entry>
  625. <history-entry file="ModuleMath_ARRAYINT_PLUS_ARRAYInt - 2020.05.06 at 23h 41m 27s.xml">
  626. <configuration name="ModuleMath.ARRAYINT_PLUS_ARRAYInt" configurationId="CMakeGoogleTestRunConfigurationType" />
  627. </history-entry>
  628. <history-entry file="ModuleMath_ARRAYINT_PLUS_ARRAYInt - 2020.05.06 at 23h 41m 53s.xml">
  629. <configuration name="ModuleMath.ARRAYINT_PLUS_ARRAYInt" configurationId="CMakeGoogleTestRunConfigurationType" />
  630. </history-entry>
  631. <history-entry file="ModuleMath_ARRAYINT_PLUS_ARRAYInt - 2020.05.06 at 23h 42m 11s.xml">
  632. <configuration name="ModuleMath.ARRAYINT_PLUS_ARRAYInt" configurationId="CMakeGoogleTestRunConfigurationType" />
  633. </history-entry>
  634. <history-entry file="ModuleMath_ARRAYINT_PLUS_ARRAYInt - 2020.05.06 at 23h 43m 13s.xml">
  635. <configuration name="ModuleMath.ARRAYINT_PLUS_ARRAYInt" configurationId="CMakeGoogleTestRunConfigurationType" />
  636. </history-entry>
  637. </component>
  638. <component name="TimeTrackingManager">
  639. <option name="totallyTimeSpent" value="58249000" />
  640. </component>
  641. <component name="TodoView">
  642. <todo-panel id="selected-file">
  643. <is-autoscroll-to-source value="true" />
  644. </todo-panel>
  645. <todo-panel id="all">
  646. <are-packages-shown value="true" />
  647. <is-autoscroll-to-source value="true" />
  648. </todo-panel>
  649. </component>
  650. <component name="ToolWindowManager">
  651. <frame x="0" y="1105" width="1920" height="1006" extended-state="6" />
  652. <editor active="true" />
  653. <layout>
  654. <window_info content_ui="combo" id="Project" order="0" visible="true" weight="0.21344717" />
  655. <window_info id="Structure" order="1" side_tool="true" weight="0.25" />
  656. <window_info id="Favorites" order="2" side_tool="true" />
  657. <window_info anchor="bottom" id="Message" order="0" />
  658. <window_info anchor="bottom" id="Find" order="1" />
  659. <window_info anchor="bottom" id="Run" order="2" weight="0.29874572" />
  660. <window_info active="true" anchor="bottom" id="Debug" order="3" visible="true" weight="0.3990878" />
  661. <window_info anchor="bottom" id="Cvs" order="4" weight="0.25" />
  662. <window_info anchor="bottom" id="Inspection" order="5" weight="0.4" />
  663. <window_info anchor="bottom" id="TODO" order="6" weight="0.32984293" />
  664. <window_info anchor="bottom" id="Database Changes" order="7" />
  665. <window_info anchor="bottom" id="Messages" order="8" weight="0.3249715" />
  666. <window_info anchor="bottom" id="Terminal" order="9" weight="0.30220357" />
  667. <window_info anchor="bottom" id="Event Log" order="10" side_tool="true" />
  668. <window_info anchor="bottom" id="Version Control" order="11" weight="0.32948583" />
  669. <window_info anchor="bottom" id="CMake" order="12" weight="0.32984293" />
  670. <window_info anchor="right" id="Commander" internal_type="SLIDING" order="0" type="SLIDING" weight="0.4" />
  671. <window_info anchor="right" id="Ant Build" order="1" weight="0.25" />
  672. <window_info anchor="right" content_ui="combo" id="Hierarchy" order="2" weight="0.25" />
  673. <window_info anchor="right" id="Database" order="3" />
  674. </layout>
  675. <layout-to-restore>
  676. <window_info active="true" content_ui="combo" id="Project" order="0" visible="true" weight="0.21344717" />
  677. <window_info id="Structure" order="1" side_tool="true" weight="0.25" />
  678. <window_info id="Favorites" order="2" side_tool="true" />
  679. <window_info anchor="bottom" id="Message" order="0" />
  680. <window_info anchor="bottom" id="Find" order="1" />
  681. <window_info anchor="bottom" id="Run" order="2" weight="0.32948583" />
  682. <window_info anchor="bottom" id="Debug" order="3" visible="true" weight="0.39979014" />
  683. <window_info anchor="bottom" id="Cvs" order="4" weight="0.25" />
  684. <window_info anchor="bottom" id="Inspection" order="5" weight="0.4" />
  685. <window_info anchor="bottom" id="TODO" order="6" weight="0.32984293" />
  686. <window_info anchor="bottom" id="Database Changes" order="7" />
  687. <window_info anchor="bottom" id="Messages" order="8" weight="0.32738718" />
  688. <window_info anchor="bottom" id="Terminal" order="9" weight="0.30220357" />
  689. <window_info anchor="bottom" id="Event Log" order="10" side_tool="true" />
  690. <window_info anchor="bottom" id="Version Control" order="11" weight="0.32948583" />
  691. <window_info anchor="bottom" id="CMake" order="12" weight="0.32984293" />
  692. <window_info anchor="right" id="Commander" internal_type="SLIDING" order="0" type="SLIDING" weight="0.4" />
  693. <window_info anchor="right" id="Ant Build" order="1" weight="0.25" />
  694. <window_info anchor="right" content_ui="combo" id="Hierarchy" order="2" weight="0.25" />
  695. <window_info anchor="right" id="Database" order="3" />
  696. </layout-to-restore>
  697. </component>
  698. <component name="TypeScriptGeneratedFilesManager">
  699. <option name="version" value="1" />
  700. </component>
  701. <component name="XDebuggerManager">
  702. <breakpoint-manager>
  703. <breakpoints>
  704. <line-breakpoint enabled="true" type="com.jetbrains.cidr.execution.debugger.OCBreakpointType">
  705. <url>file://$PROJECT_DIR$/lib/test/test_ModuleMath.cpp</url>
  706. <line>16</line>
  707. <option name="timeStamp" value="8" />
  708. </line-breakpoint>
  709. <line-breakpoint enabled="true" type="com.jetbrains.cidr.execution.debugger.OCBreakpointType">
  710. <url>file://$PROJECT_DIR$/lib/src/ModuleMath.cpp</url>
  711. <line>64</line>
  712. <option name="timeStamp" value="9" />
  713. </line-breakpoint>
  714. <line-breakpoint enabled="true" type="com.jetbrains.cidr.execution.debugger.OCBreakpointType">
  715. <url>file://$PROJECT_DIR$/lib/src/ModuleMath.cpp</url>
  716. <line>83</line>
  717. <option name="timeStamp" value="15" />
  718. </line-breakpoint>
  719. </breakpoints>
  720. </breakpoint-manager>
  721. </component>
  722. <component name="editorHistoryManager">
  723. <entry file="file://$PROJECT_DIR$/cmake/auslegung-config.cmake">
  724. <provider selected="true" editor-type-id="text-editor">
  725. <state relative-caret-position="75">
  726. <caret line="5" selection-start-line="5" selection-end-line="5" />
  727. </state>
  728. </provider>
  729. </entry>
  730. <entry file="file://$PROJECT_DIR$/install/cmake/targets.cmake">
  731. <provider selected="true" editor-type-id="text-editor">
  732. <state relative-caret-position="510">
  733. <caret line="43" column="56" lean-forward="true" selection-start-line="43" selection-start-column="56" selection-end-line="44" selection-end-column="72" />
  734. </state>
  735. </provider>
  736. </entry>
  737. <entry file="file://$PROJECT_DIR$/lib/src/TestClass.cpp" />
  738. <entry file="file://$PROJECT_DIR$/lib/README.MD">
  739. <provider selected="true" editor-type-id="split-provider[text-editor;markdown-preview-editor]">
  740. <state split_layout="SPLIT">
  741. <first_editor />
  742. <second_editor />
  743. </state>
  744. </provider>
  745. </entry>
  746. <entry file="file://$PROJECT_DIR$/install/mdd-config.cmake">
  747. <provider selected="true" editor-type-id="text-editor" />
  748. </entry>
  749. <entry file="file://$PROJECT_DIR$/lib/include/TestClass.h" />
  750. <entry file="file://$PROJECT_DIR$/lib/thirdparty/__init__.py" />
  751. <entry file="file://$PROJECT_DIR$/README.MD">
  752. <provider selected="true" editor-type-id="split-provider[text-editor;markdown-preview-editor]">
  753. <state split_layout="SPLIT">
  754. <first_editor relative-caret-position="15">
  755. <caret line="1" column="35" selection-start-line="1" selection-start-column="35" selection-end-line="1" selection-end-column="35" />
  756. </first_editor>
  757. <second_editor />
  758. </state>
  759. </provider>
  760. </entry>
  761. <entry file="file://$PROJECT_DIR$/thirdparty/rapidjson/bin/data/abcde.txt" />
  762. <entry file="file://$PROJECT_DIR$/lib/include/IInput.h" />
  763. <entry file="file://$PROJECT_DIR$/lib/include/IValue.h" />
  764. <entry file="file://$PROJECT_DIR$/lib/src/BaseModule.cpp" />
  765. <entry file="file:///usr/include/c++/7/bits/shared_ptr.h">
  766. <provider selected="true" editor-type-id="text-editor">
  767. <state relative-caret-position="204">
  768. <caret line="92" column="10" selection-start-line="92" selection-start-column="10" selection-end-line="92" selection-end-column="10" />
  769. </state>
  770. </provider>
  771. </entry>
  772. <entry file="file:///usr/include/c++/7/bits/std_function.h">
  773. <provider selected="true" editor-type-id="text-editor">
  774. <state relative-caret-position="159">
  775. <caret line="388" column="10" selection-start-line="388" selection-start-column="10" selection-end-line="388" selection-end-column="10" />
  776. </state>
  777. </provider>
  778. </entry>
  779. <entry file="file://$PROJECT_DIR$/thirdparty/rapidjson/include/rapidjson/internal/clzll.h" />
  780. <entry file="file://$PROJECT_DIR$/lib/src/Data.cpp" />
  781. <entry file="file://$PROJECT_DIR$/lib/include/Data.h" />
  782. <entry file="file://$PROJECT_DIR$/lib/include/IData.h" />
  783. <entry file="file:///usr/include/c++/7/bits/shared_ptr_base.h">
  784. <provider selected="true" editor-type-id="text-editor">
  785. <state relative-caret-position="293">
  786. <caret line="964" column="18" selection-start-line="964" selection-start-column="6" selection-end-line="964" selection-end-column="18" />
  787. </state>
  788. </provider>
  789. </entry>
  790. <entry file="file://$PROJECT_DIR$/lib/include/IListener.h">
  791. <provider selected="true" editor-type-id="text-editor">
  792. <state relative-caret-position="60">
  793. <caret line="4" lean-forward="true" selection-start-line="4" selection-end-line="4" />
  794. </state>
  795. </provider>
  796. </entry>
  797. <entry file="file://$PROJECT_DIR$/thirdparty/rapidjson/include/rapidjson/document.h" />
  798. <entry file="file://$PROJECT_DIR$/.gitignore">
  799. <provider selected="true" editor-type-id="text-editor">
  800. <state relative-caret-position="15">
  801. <caret line="1" column="7" selection-start-line="1" selection-start-column="7" selection-end-line="1" selection-end-column="7" />
  802. </state>
  803. </provider>
  804. </entry>
  805. <entry file="file://$PROJECT_DIR$/thirdparty/json/CMakeLists.txt">
  806. <provider selected="true" editor-type-id="text-editor">
  807. <state relative-caret-position="-315" />
  808. </provider>
  809. </entry>
  810. <entry file="file://$PROJECT_DIR$/thirdparty/json/single_include/json.hpp">
  811. <provider selected="true" editor-type-id="text-editor">
  812. <state relative-caret-position="15">
  813. <caret line="1" column="28" selection-start-line="1" selection-start-column="28" selection-end-line="1" selection-end-column="28" />
  814. </state>
  815. </provider>
  816. </entry>
  817. <entry file="file://$PROJECT_DIR$/lib/include/IType.h">
  818. <provider selected="true" editor-type-id="text-editor">
  819. <state relative-caret-position="75">
  820. <caret line="5" lean-forward="true" selection-start-line="5" selection-end-line="5" />
  821. </state>
  822. </provider>
  823. </entry>
  824. <entry file="file://$PROJECT_DIR$/lib/include/IProcessor.h">
  825. <provider selected="true" editor-type-id="text-editor" />
  826. </entry>
  827. <entry file="file://$PROJECT_DIR$/CMakeLists.txt">
  828. <provider selected="true" editor-type-id="text-editor">
  829. <state relative-caret-position="225">
  830. <caret line="15" column="79" selection-start-line="15" selection-start-column="79" selection-end-line="15" selection-end-column="79" />
  831. </state>
  832. </provider>
  833. </entry>
  834. <entry file="file://$PROJECT_DIR$/lib/CMakeLists.txt">
  835. <provider selected="true" editor-type-id="text-editor">
  836. <state relative-caret-position="225">
  837. <caret line="15" column="26" selection-start-line="15" selection-start-column="26" selection-end-line="15" selection-end-column="26" />
  838. </state>
  839. </provider>
  840. </entry>
  841. <entry file="file://$PROJECT_DIR$/lib/include/IModule.h">
  842. <provider selected="true" editor-type-id="text-editor">
  843. <state relative-caret-position="345">
  844. <caret line="23" column="27" selection-start-line="23" selection-start-column="27" selection-end-line="23" selection-end-column="36" />
  845. <folding>
  846. <element signature="e#45#65#0" expanded="true" />
  847. </folding>
  848. </state>
  849. </provider>
  850. </entry>
  851. <entry file="file://$PROJECT_DIR$/lib/test/CMakeLists.txt">
  852. <provider selected="true" editor-type-id="text-editor">
  853. <state relative-caret-position="30">
  854. <caret line="2" column="31" selection-start-line="2" selection-start-column="31" selection-end-line="2" selection-end-column="31" />
  855. </state>
  856. </provider>
  857. </entry>
  858. <entry file="file://$PROJECT_DIR$/lib/test/test_TestClass.cpp">
  859. <provider selected="true" editor-type-id="text-editor">
  860. <state>
  861. <caret selection-end-line="7" selection-end-column="1" />
  862. </state>
  863. </provider>
  864. </entry>
  865. <entry file="file://$PROJECT_DIR$/lib/include/ModuleBase.h">
  866. <provider selected="true" editor-type-id="text-editor">
  867. <state relative-caret-position="386">
  868. <caret line="30" column="27" lean-forward="true" selection-start-line="30" selection-start-column="27" selection-end-line="30" selection-end-column="27" />
  869. <folding>
  870. <element signature="e#51#68#0" expanded="true" />
  871. </folding>
  872. </state>
  873. </provider>
  874. </entry>
  875. <entry file="file://$PROJECT_DIR$/lib/include/ModuleMath.h">
  876. <provider selected="true" editor-type-id="text-editor">
  877. <state relative-caret-position="280">
  878. <caret line="19" column="21" selection-start-line="19" selection-start-column="21" selection-end-line="19" selection-end-column="21" />
  879. </state>
  880. </provider>
  881. </entry>
  882. <entry file="file://$PROJECT_DIR$/lib/include/IOutput.h">
  883. <provider selected="true" editor-type-id="text-editor">
  884. <state relative-caret-position="165">
  885. <caret line="11" column="28" selection-start-line="11" selection-start-column="28" selection-end-line="11" selection-end-column="28" />
  886. <folding>
  887. <element signature="e#44#63#0" expanded="true" />
  888. </folding>
  889. </state>
  890. </provider>
  891. </entry>
  892. <entry file="file://$PROJECT_DIR$/lib/src/Output.cpp">
  893. <provider selected="true" editor-type-id="text-editor">
  894. <state relative-caret-position="135">
  895. <caret line="9" column="24" selection-start-line="9" selection-start-column="24" selection-end-line="9" selection-end-column="24" />
  896. </state>
  897. </provider>
  898. </entry>
  899. <entry file="file://$PROJECT_DIR$/thirdparty/json/single_include/nlohmann/json.hpp">
  900. <provider selected="true" editor-type-id="text-editor">
  901. <state relative-caret-position="158">
  902. <caret line="16616" selection-start-line="16616" selection-end-line="16616" />
  903. </state>
  904. </provider>
  905. </entry>
  906. <entry file="file://$PROJECT_DIR$/lib/src/ModuleBase.cpp">
  907. <provider selected="true" editor-type-id="text-editor">
  908. <state>
  909. <caret line="18" column="23" lean-forward="true" selection-start-line="18" selection-start-column="23" selection-end-line="18" selection-end-column="23" />
  910. <folding>
  911. <element signature="e#0#23#0" expanded="true" />
  912. </folding>
  913. </state>
  914. </provider>
  915. </entry>
  916. <entry file="file:///usr/include/c++/7/bits/vector.tcc">
  917. <provider selected="true" editor-type-id="text-editor">
  918. <state relative-caret-position="-93">
  919. <caret line="68" selection-start-line="68" selection-end-line="68" />
  920. </state>
  921. </provider>
  922. </entry>
  923. <entry file="file://$PROJECT_DIR$/lib/include/Output.h">
  924. <provider selected="true" editor-type-id="text-editor">
  925. <state relative-caret-position="225">
  926. <caret line="15" column="25" selection-start-line="15" selection-start-column="25" selection-end-line="15" selection-end-column="25" />
  927. <folding>
  928. <element signature="e#42#62#0" expanded="true" />
  929. </folding>
  930. </state>
  931. </provider>
  932. </entry>
  933. <entry file="file://$PROJECT_DIR$/lib/src/ModuleMath.cpp">
  934. <provider selected="true" editor-type-id="text-editor">
  935. <state relative-caret-position="390">
  936. <caret line="80" column="2" selection-start-line="80" selection-start-column="2" selection-end-line="80" selection-end-column="2" />
  937. </state>
  938. </provider>
  939. </entry>
  940. <entry file="file://$PROJECT_DIR$/lib/test/test_ModuleMath.cpp">
  941. <provider selected="true" editor-type-id="text-editor">
  942. <state relative-caret-position="315">
  943. <caret line="21" column="1" lean-forward="true" selection-start-line="21" selection-start-column="1" selection-end-line="21" selection-end-column="1" />
  944. <folding>
  945. <element signature="e#0#24#0" expanded="true" />
  946. </folding>
  947. </state>
  948. </provider>
  949. </entry>
  950. </component>
  951. </project>