summaryrefslogtreecommitdiff
path: root/templates/vc7csharp.mpt
diff options
context:
space:
mode:
authorelliott_c <ocielliottc@users.noreply.github.com>2006-10-26 15:45:22 +0000
committerelliott_c <ocielliottc@users.noreply.github.com>2006-10-26 15:45:22 +0000
commitffd5a32288199592304ba55027c76c8efbd228bf (patch)
tree82b189219170a02f221d289820e53a10d0af842d /templates/vc7csharp.mpt
parent6d63d2ae7449d6c00b5e9ac38da503e7c3d1ec44 (diff)
downloadMPC-ffd5a32288199592304ba55027c76c8efbd228bf.tar.gz
ChangeLogTag: Thu Oct 26 15:45:18 UTC 2006 Chad Elliott <elliott_c@ociweb.com>
Diffstat (limited to 'templates/vc7csharp.mpt')
-rw-r--r--templates/vc7csharp.mpt4
1 files changed, 1 insertions, 3 deletions
diff --git a/templates/vc7csharp.mpt b/templates/vc7csharp.mpt
index c5e46cd6..2964f1d2 100644
--- a/templates/vc7csharp.mpt
+++ b/templates/vc7csharp.mpt
@@ -5,17 +5,15 @@ conditional_include "common"
conditional_include "windowscommon"
configurations = Debug Release
-common_defines = TRACE
+trace = 1
Release {
optimize = 1
- defines =
output_dir = Release
}
Debug {
optimize =
- defines = DESIGN DEBUG
output_dir = Debug
}