08bb9f42c316f3b7c070748b1d5f3c7c18d459c8
[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          }
26       },
27       {
28          "Name" : "Release",
29          "Options" : {
30             "Debug" : false,
31             "Optimization" : "Speed",
32             "TargetFileName" : "Explorer"
33          }
34       }
35    ],
36    "Files" : [
37       {
38          "Folder" : "extern",
39          "Files" : [
40
41          ]
42       },
43       {
44          "Folder" : "src",
45          "Files" : [
46             "Explorer.ec",
47             "ExplorerTree.ec",
48             "DeleteBox.ec",
49             "Finder.ec",
50             "NotificationBox.ec",
51             "Panels.ec",
52             "Search.ec"
53          ]
54       },
55       {
56          "Folder" : "outside",
57          "Files" : [
58             "src/SplitWindow.ec",
59             "src/Structures/ArrayFactoredGrowth.ec",
60             "src/Structures/ArrayUtilities.ec",
61             "src/Skin.ec"
62          ]
63       },
64       "info.txt",
65       "todo.txt"
66    ],
67    "ResourcesPath" : "res",
68    "Resources" : [
69       "panel-tree.png",
70       "view-cards.png",
71       "view-details.png",
72       "view-icons.png",
73       "view-list.png",
74       "view-showcase-right.png",
75       "browse.png"
76    ]
77 }