renamed Explorer.epj to explorer.epj
[ede] / explorer / Explorer.epj
diff --git a/explorer/Explorer.epj b/explorer/Explorer.epj
deleted file mode 100644 (file)
index 08bb9f4..0000000
+++ /dev/null
@@ -1,77 +0,0 @@
-{
-   "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"
-         ]
-      },
-      "info.txt",
-      "todo.txt"
-   ],
-   "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