summaryrefslogtreecommitdiff
path: root/templates/wix.mpt
diff options
context:
space:
mode:
authorcalkinsc <calkinsc@a3e5c962-4219-0410-a828-e124f845ac39>2010-11-03 14:55:16 +0000
committercalkinsc <calkinsc@a3e5c962-4219-0410-a828-e124f845ac39>2010-11-03 14:55:16 +0000
commita1ccee821e91c9b35785defbbff3562a33357d77 (patch)
treee7924793621545b9f5ffcd95b7e4be8302456a58 /templates/wix.mpt
parent6459fc7546c2f8cbef937f591340503377f5b12a (diff)
downloadMPC-a1ccee821e91c9b35785defbbff3562a33357d77.tar.gz
Wed Nov 3 14:53:37 UTC 2010 Charles Calkins <calkinsc@ociweb.com>
* docs/templates/wix.txt: * modules/CDT6WorkspaceCreator.pm: * modules/TemplateParser.pm: * modules/VC7WorkspaceCreator.pm: * modules/WixProjectCreator.pm: * modules/WixWorkspaceCreator.pm: * templates/wix.mpd: * templates/wix.mpt: * templates/wixcs.mpd: * templates/wixcs.mpt: Extended the "wix" project type to support C#, decorated names, internationalized .NET resources, and generation of components and groups based on configurations and platforms.
Diffstat (limited to 'templates/wix.mpt')
-rw-r--r--templates/wix.mpt12
1 files changed, 12 insertions, 0 deletions
diff --git a/templates/wix.mpt b/templates/wix.mpt
index 300ea4b2..1bc279ae 100644
--- a/templates/wix.mpt
+++ b/templates/wix.mpt
@@ -2,3 +2,15 @@
// $Id$
conditional_include "common"
+conditional_include "windowscommon"
+
+configurations = Debug Release
+
+conditional_include "vc10platforms"
+
+Release {
+}
+
+Debug {
+ debug_prj = 1
+}