From 908aa606ea7c46346b590aaee79dd6cc1851e36d Mon Sep 17 00:00:00 2001 From: porokoro Date: Sun, 20 Mar 2016 16:55:06 +0100 Subject: Update .idea project files --- .idea/modules/core/core.iml | 12 +++ .idea/modules/core/core_main.iml | 221 +++++++++++++++++++++++++++++++++++++ .idea/modules/core/core_test.iml | 228 +++++++++++++++++++++++++++++++++++++++ 3 files changed, 461 insertions(+) create mode 100644 .idea/modules/core/core.iml create mode 100644 .idea/modules/core/core_main.iml create mode 100644 .idea/modules/core/core_test.iml (limited to '.idea/modules/core') diff --git a/.idea/modules/core/core.iml b/.idea/modules/core/core.iml new file mode 100644 index 00000000..5c473483 --- /dev/null +++ b/.idea/modules/core/core.iml @@ -0,0 +1,12 @@ + + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/modules/core/core_main.iml b/.idea/modules/core/core_main.iml new file mode 100644 index 00000000..0bc2339a --- /dev/null +++ b/.idea/modules/core/core_main.iml @@ -0,0 +1,221 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/modules/core/core_test.iml b/.idea/modules/core/core_test.iml new file mode 100644 index 00000000..77127a12 --- /dev/null +++ b/.idea/modules/core/core_test.iml @@ -0,0 +1,228 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file -- cgit