workspace.xml 51 KB

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