explorer: introducing new explorer based on ede::FileSystemBox
[ede] / newexplorer / explorer.epj
diff --git a/newexplorer/explorer.epj b/newexplorer/explorer.epj
new file mode 100644 (file)
index 0000000..1b4ddf3
--- /dev/null
@@ -0,0 +1,59 @@
+{
+   "Version" : 0.2,
+   "ModuleName" : "explorer",
+   "Options" : {
+      "Warnings" : "All",
+      "TargetType" : "Executable",
+      "TargetFileName" : "explorer",
+      "Libraries" : [
+         "ecere"
+      ]
+   },
+   "Configurations" : [
+      {
+         "Name" : "Debug",
+         "Options" : {
+            "Debug" : true,
+            "Optimization" : "None",
+            "PreprocessorDefinitions" : [
+               "_DEBUG"
+            ]
+         }
+      },
+      {
+         "Name" : "Release",
+         "Options" : {
+            "Debug" : false,
+            "Optimization" : "Speed"
+         }
+      }
+   ],
+   "Files" : [
+      {
+         "Folder" : "extern",
+         "Files" : [
+            "../../../sdk/extras/gui/controls/SelectorBar.ec",
+            "../../../sdk/extras/gui/controls/ToolBar.ec",
+            "../../../sdk/extras/gui/IconBag.ec"
+         ]
+      },
+      {
+         "Folder" : "src",
+         "Files" : [
+            "Explorer.ec",
+            "ExplorerWindow.ec"
+         ]
+      }
+   ],
+   "ResourcesPath" : "res",
+   "Resources" : [
+      "browse.png",
+      "panel-tree.png",
+      "view-cards.png",
+      "view-details.png",
+      "view-icons.png",
+      "view-list.png",
+      "view-showcase-left.png",
+      "view-showcase-right.png"
+   ]
+}
\ No newline at end of file