tests:libede: introducing FileSystemBoxTestApp
[ede] / tests / libede / fileSystemBoxTestApp / fileSystemBoxTestApp.epj
diff --git a/tests/libede/fileSystemBoxTestApp/fileSystemBoxTestApp.epj b/tests/libede/fileSystemBoxTestApp/fileSystemBoxTestApp.epj
new file mode 100644 (file)
index 0000000..10fb4fd
--- /dev/null
@@ -0,0 +1,42 @@
+{
+   "Version" : 0.2,
+   "ModuleName" : "test",
+   "Description" : "",
+   "License" : "",
+   "Options" : {
+      "Warnings" : "All",
+      "TargetType" : "Executable",
+      "TargetFileName" : "test",
+      "TargetDirectory" : "obj/$(CONFIG).$(PLATFORM)",
+      "ObjectsDirectory" : "obj/$(CONFIG).$(PLATFORM)",
+      "Libraries" : [
+         "ecere"
+      ]
+   },
+   "Configurations" : [
+      {
+         "Name" : "Debug",
+         "Options" : {
+            "Debug" : true,
+            "Optimization" : "None",
+            "PreprocessorDefinitions" : [
+               "_DEBUG"
+            ]
+         }
+      },
+      {
+         "Name" : "Release",
+         "Options" : {
+            "Debug" : false,
+            "Optimization" : "Speed"
+         }
+      }
+   ],
+   "Files" : [
+      "FileSystemBoxTestApp.ec"
+   ],
+   "ResourcesPath" : "",
+   "Resources" : [
+
+   ]
+}
\ No newline at end of file