summaryrefslogtreecommitdiff
path: root/docs/templates
diff options
context:
space:
mode:
authorelliott_c <ocielliottc@users.noreply.github.com>2010-05-18 18:45:35 +0000
committerelliott_c <ocielliottc@users.noreply.github.com>2010-05-18 18:45:35 +0000
commitb436fcebf2ce3326a1d87e99d376b750111c63ee (patch)
treebd9bd0e0a692f08a90281c0add6c83f248b090b2 /docs/templates
parent809006cbd8638dcaad78aba474390003e672c3f8 (diff)
downloadMPC-b436fcebf2ce3326a1d87e99d376b750111c63ee.tar.gz
ChangeLogTag: Tue May 18 18:44:33 UTC 2010 Chad Elliott <elliott_c@ociweb.com>
Diffstat (limited to 'docs/templates')
-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 1768d087..643e3c73 100644
--- a/docs/templates/vc8csharp.txt
+++ b/docs/templates/vc8csharp.txt
@@ -13,6 +13,7 @@ prversion = This setting specifies the ProductVersion in the generated .csproj f
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.
startupobject = This corresponds to the Application property "Startup object".
+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.
warning_level = This corresponds to the Build General property "Warning level". Valid values are 0 through 4.