cleaned ede.epj of old file references
[ede] / libede / ede.epj
1 {
2    "Version" : 0.2,
3    "ModuleName" : "ede",
4    "Description" : "",
5    "License" : "",
6    "Options" : {
7       "Warnings" : "All",
8       "TargetType" : "SharedLibrary",
9       "TargetFileName" : "ede",
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       {
37          "Folder" : "src",
38          "Files" : [
39             "FileSystemBox.ec"
40          ]
41       }
42    ],
43    "ResourcesPath" : "",
44    "Resources" : [
45
46    ]
47 }