Initial Git commit
[ede] / explorer / Explorer.epj
1 {
2    "Version" : 0.2,
3    "ModuleName" : "Explorer",
4    "Options" : {
5       "Warnings" : "All",
6       "MemoryGuard" : false,
7       "Profile" : false,
8       "StrictNameSpaces" : false,
9       "TargetType" : "Executable",
10       "Libraries" : [
11          "ecere"
12       ],
13       "Console" : false
14    },
15    "Configurations" : [
16       {
17          "Name" : "Debug",
18          "Options" : {
19             "Debug" : true,
20             "Optimization" : "None",
21             "PreprocessorDefinitions" : [
22                "_DEBUG"
23             ],
24             "TargetFileName" : "Explorer",
25             "TargetDirectory" : "debug",
26             "ObjectsDirectory" : "debug"
27          }
28       },
29       {
30          "Name" : "Release",
31          "Options" : {
32             "Debug" : false,
33             "Optimization" : "Speed",
34             "TargetFileName" : "Explorer",
35             "TargetDirectory" : "release",
36             "ObjectsDirectory" : "release"
37          }
38       }
39    ],
40    "Files" : [
41       {
42          "Folder" : "notes",
43          "Files" : [
44             "Info.txt",
45             "Todo.txt"
46          ]
47       },
48       {
49          "Folder" : "src",
50          "Files" : [
51             "Explorer.ec",
52             "ExplorerTree.ec",
53             "DeleteBox.ec",
54             "Finder.ec",
55             "NotificationBox.ec",
56             "Panels.ec",
57             "Search.ec"
58          ]
59       },
60       {
61          "Folder" : "outside",
62          "Files" : [
63             "src/SplitWindow.ec",
64             "src/Structures/ArrayFactoredGrowth.ec",
65             "src/Structures/ArrayUtilities.ec",
66             "src/Skin.ec"
67          ]
68       }
69    ],
70    "ResourcesPath" : "",
71    "Resources" : [
72       "res/panel-tree.png",
73       "res/view-cards.png",
74       "res/view-details.png",
75       "res/view-icons.png",
76       "res/view-list.png",
77       "res/view-showcase-right.png",
78       "res/browse.png"
79    ]
80 }