summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorelliott_c <ocielliottc@users.noreply.github.com>2014-06-27 15:09:02 +0000
committerelliott_c <ocielliottc@users.noreply.github.com>2014-06-27 15:09:02 +0000
commitcd00a66d16ad42f8beb5f6bf2c534b528d1acd98 (patch)
tree56a45c6ac36200b2bdfa4c0183623c139491dbf7 /docs
parent88c0e52ba8c0849f0a0fb8d709e0e9eecf0ed23e (diff)
downloadMPC-cd00a66d16ad42f8beb5f6bf2c534b528d1acd98.tar.gz
ChangeLogTag: Fri Jun 27 15:07:30 UTC 2014 Chad Elliott <elliott_c@ociweb.com>
Diffstat (limited to 'docs')
-rw-r--r--docs/templates/vc8csharp.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/templates/vc8csharp.txt b/docs/templates/vc8csharp.txt
index 0106c1ec..e28fd70f 100644
--- a/docs/templates/vc8csharp.txt
+++ b/docs/templates/vc8csharp.txt
@@ -23,6 +23,7 @@ targetframeworkprofile = Target a certain profile of the .NET framework, such as
targetframeworkversion = The TargetFrameworkVersion attribute. Setting this also enables a reference to the System.Core using the same version number as a requirement.
toolsversion = The ToolsVersion attribute of the Project XML element.
trace = This setting corresponds to the Build General property "Conditional Compilation Constants". If this boolean template variable is set, the TRACE constant will be defined.
+uiculture = This setting indicates the culture for the project.
vcversion = Specifies the version of the generated .csproj file. This value is determined by the VC8ProjectCreator.
warning_level = This corresponds to the Build General property "Warning level". Valid values are 0 through 4.
winapp = This boolean template variable indicates whether the application target is for the Console or Windows subsystem.