summaryrefslogtreecommitdiff
path: root/ACE/MPC/docs/templates/vc8csharp.txt
diff options
context:
space:
mode:
authorAbdullah Sowayan <sowayan@users.noreply.github.com>2010-02-24 20:20:21 +0000
committerAbdullah Sowayan <sowayan@users.noreply.github.com>2010-02-24 20:20:21 +0000
commit035b47c1a6985e2b884182ab0f3bb1afa714a48f (patch)
tree48d75721f242b7a0eb4398a65b672a152bdaa37f /ACE/MPC/docs/templates/vc8csharp.txt
parenta3894e5127aa8cf1892e717ab30f02e053cdb482 (diff)
downloadATCD-035b47c1a6985e2b884182ab0f3bb1afa714a48f.tar.gz
Diffstat (limited to 'ACE/MPC/docs/templates/vc8csharp.txt')
-rw-r--r--ACE/MPC/docs/templates/vc8csharp.txt20
1 files changed, 20 insertions, 0 deletions
diff --git a/ACE/MPC/docs/templates/vc8csharp.txt b/ACE/MPC/docs/templates/vc8csharp.txt
new file mode 100644
index 00000000000..1768d087711
--- /dev/null
+++ b/ACE/MPC/docs/templates/vc8csharp.txt
@@ -0,0 +1,20 @@
+// Current as of 10/26/2006
+// This defines the role of all the template variables specific to the
+// 'vc8' project type with the csharp language.
+//
+// Please try to keep this alphabetically sorted.
+//
+allowunsafeblocks = Enable/disable the use of the unsafe keyword.
+common_defines = Specifies macros that are common to all target types.
+defines = Macros that are specific to a particular configuration.
+guid = The value for this variable is generated during project generation.
+keyfile = Indicate the keyfile to use when signing the assembly.
+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.
+startupobject = This corresponds to the Application property "Startup object".
+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.
+winapp = This boolean template variable indicates whether the application target is for the Console or Windows subsystem.
+xmlheader = Enable the <?xml ...?> header. \ No newline at end of file