summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/USAGE4
-rw-r--r--docs/templates/vc8csharp.txt1
2 files changed, 3 insertions, 2 deletions
diff --git a/docs/USAGE b/docs/USAGE
index 7f42c664..41e9c9d3 100644
--- a/docs/USAGE
+++ b/docs/USAGE
@@ -25,8 +25,8 @@ Usage: mwc.pl [-global <file>] [-include <directory>] [-recurse]
[-language <cplusplus | csharp | java | vb>]
[-type <automake | bcb2007 | bcb2009 | bds4 | bmake | cc | cdt6 |
cdt7 | em3 | ghs | html | make | nmake | rpmspec | sle |
- vc6 | vc7 | vc71 | vc8 | vc9 | vc10 | vc11 | vc12 | wb26 |
- wb30 | wix>]
+ vc6 | vc7 | vc8 | vc9 | vc10 | vc11 | vc12 | vc13 |
+ vc14 | vc71 | wb26 | wb30 | wix>]
[files]
-base Add <project> as a base project to each generated
diff --git a/docs/templates/vc8csharp.txt b/docs/templates/vc8csharp.txt
index 5a14df5e..0106c1ec 100644
--- a/docs/templates/vc8csharp.txt
+++ b/docs/templates/vc8csharp.txt
@@ -14,6 +14,7 @@ disablespecificwarnings = A space separated list of warning numbers to be disabl
guid = The value for this variable is generated during project generation.
keyfile = Indicate the keyfile to use when signing the assembly.
platformtarget = Set the Platform Target, for example x86 to force a 32-bit .NET framework.
+prefer32bit = This setting indicates whether or not 32-bit binaries should be used over 64-bit binaries.
prversion = This setting specifies the ProductVersion in the generated .csproj file.
registerforcominterop = This setting corresponds to the Build Output property "Register for COM interop". The boolean values true and false correspond to enabling or disabling the feature in the IDE.
schemaversion = This setting specifies the SchemaVersion in the generated .csproj file.