Added a missing (uint) cast to a SetData
[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" : "notes",
39          "Files" : [
40             "Info.txt",
41             "Todo.txt"
42          ]
43       },
44       {
45          "Folder" : "src",
46          "Files" : [
47             "Explorer.ec",
48             "ExplorerTree.ec",
49             "DeleteBox.ec",
50             "Finder.ec",
51             "NotificationBox.ec",
52             "Panels.ec",
53             "Search.ec"
54          ]
55       },
56       {
57          "Folder" : "outside",
58          "Files" : [
59             "src/SplitWindow.ec",
60             "src/Structures/ArrayFactoredGrowth.ec",
61             "src/Structures/ArrayUtilities.ec",
62             "src/Skin.ec"
63          ]
64       }
65    ],
66    "ResourcesPath" : "",
67    "Resources" : [
68       "res/panel-tree.png",
69       "res/view-cards.png",
70       "res/view-details.png",
71       "res/view-icons.png",
72       "res/view-list.png",
73       "res/view-showcase-right.png",
74       "res/browse.png"
75    ]
76 }