introducing test app for the FileSystemBox class of libede
[ede] / tests / libede / fileSystemBoxTestApp / fileSystemBoxTestApp.epj
1 {
2    "Version" : 0.2,
3    "ModuleName" : "test",
4    "Description" : "",
5    "License" : "",
6    "Options" : {
7       "Warnings" : "All",
8       "TargetType" : "Executable",
9       "TargetFileName" : "test",
10       "TargetDirectory" : "obj/$(CONFIG).$(PLATFORM)",
11       "ObjectsDirectory" : "obj/$(CONFIG).$(PLATFORM)",
12       "Libraries" : [
13          "ecere"
14       ]
15    },
16    "Configurations" : [
17       {
18          "Name" : "Debug",
19          "Options" : {
20             "Debug" : true,
21             "Optimization" : "None",
22             "PreprocessorDefinitions" : [
23                "_DEBUG"
24             ]
25          }
26       },
27       {
28          "Name" : "Release",
29          "Options" : {
30             "Debug" : false,
31             "Optimization" : "Speed"
32          }
33       }
34    ],
35    "Files" : [
36       "FileSystemBoxTestApp.ec"
37    ],
38    "ResourcesPath" : "",
39    "Resources" : [
40
41    ]
42 }