X-Git-Url: https://ecere.com/cgi-bin/gitweb.cgi?p=ede;a=blobdiff_plain;f=explorer%2Fexplorer.epj;fp=explorer%2Fexplorer.epj;h=8fa78f8d0c508a4eac50edf15cdecee62abacd78;hp=0000000000000000000000000000000000000000;hb=4f3e760407ea988f92bad9cc7016d4931bdc2586;hpb=c0265b1d4f347078653a7fdbbe674b812d5851d7 diff --git a/explorer/explorer.epj b/explorer/explorer.epj new file mode 100644 index 0000000..8fa78f8 --- /dev/null +++ b/explorer/explorer.epj @@ -0,0 +1,75 @@ +{ + "Version" : 0.2, + "ModuleName" : "explorer", + "Options" : { + "Warnings" : "All", + "MemoryGuard" : false, + "Profile" : false, + "StrictNameSpaces" : false, + "TargetType" : "Executable", + "Libraries" : [ + "ecere" + ], + "Console" : false + }, + "Configurations" : [ + { + "Name" : "Debug", + "Options" : { + "Debug" : true, + "Optimization" : "None", + "PreprocessorDefinitions" : [ + "_DEBUG" + ], + "TargetFileName" : "explorer" + } + }, + { + "Name" : "Release", + "Options" : { + "Debug" : false, + "Optimization" : "Speed", + "TargetFileName" : "explorer" + } + } + ], + "Files" : [ + { + "Folder" : "extern", + "Files" : [ + + ] + }, + { + "Folder" : "src", + "Files" : [ + "Explorer.ec", + "ExplorerTree.ec", + "DeleteBox.ec", + "Finder.ec", + "NotificationBox.ec", + "Panels.ec", + "Search.ec" + ] + }, + { + "Folder" : "outside", + "Files" : [ + "src/SplitWindow.ec", + "src/Structures/ArrayFactoredGrowth.ec", + "src/Structures/ArrayUtilities.ec", + "src/Skin.ec" + ] + } + ], + "ResourcesPath" : "res", + "Resources" : [ + "panel-tree.png", + "view-cards.png", + "view-details.png", + "view-icons.png", + "view-list.png", + "view-showcase-right.png", + "browse.png" + ] +} \ No newline at end of file