updated .gitignore for .configs/
[ede] / explorer / explorer.epj
index fc207fb..eb35059 100644 (file)
@@ -5,8 +5,6 @@
       "Warnings" : "All",
       "TargetType" : "Executable",
       "TargetFileName" : "explorer",
-      "TargetDirectory" : "obj/$(CONFIG).$(PLATFORM)",
-      "ObjectsDirectory" : "obj/$(CONFIG).$(PLATFORM)",
       "Libraries" : [
          "ecere"
       ]
@@ -19,7 +17,8 @@
             "Optimization" : "None",
             "PreprocessorDefinitions" : [
                "_DEBUG"
-            ]
+            ],
+            "Console" : true
          }
       },
       {
             "Debug" : false,
             "Optimization" : "Speed"
          }
+      },
+      {
+         "Name" : "MemoryGuard",
+         "Options" : {
+            "Debug" : true,
+            "MemoryGuard" : true,
+            "Console" : true
+         }
       }
    ],
    "Files" : [
@@ -59,8 +66,7 @@
             "src/DeleteBox.ec",
             "src/Finder.ec",
             "src/NotificationBox.ec",
-            "src/Panels.ec",
-            "src/Search.ec"
+            "src/Panels.ec"
          ],
          "Options" : {
             "ExcludeFromBuild" : true