Merge pull request #228 from DOCGroup/jwillemsen-patch-1
[MPC.git] / docs / templates / vc7java.txt
blob445240f2373dda6ffd94845fedad01c11f891857
1 // Current as of 11/15/2007
2 // This defines the role of all the template variables specific to the
3 // 'vc7' and 'vc71' project types with the java language.
4 //
5 // Please try to keep this alphabetically sorted.
6 //
7 allowunsafeblocks = Enable/disable the use of the unsafe keyword.
8 common_defines = Specifies macros that are common to all target types.
9 defines = Macros that are specific to a particular configuration.
10 guid = The value for this variable is generated during project generation.
11 incremental = This setting corresponds to the Configuration Properties Advanced property "Incremental Build". The boolean values true and false correspond to enabling or disabling the feature in the IDE.
12 keyfile = Indicate the keyfile to use when signing the assembly.
13 prversion = This setting specifies the ProductVersion in the generated .vjsproj file.
14 scc = This template variable enables or disables the use of Scc.
15 schemaversion = This setting specifies the SchemaVersion in the generated .vjsproj file.
16 startupobject = This corresponds to the Common Properties General property "Startup Object".
17 trace = This setting corresponds to the Configuration Properties Build property "Conditional Compilation Constants". If this boolean template variable is set, the TRACE constant will be defined.
18 winapp = This boolean template variable indicates whether the application target is for the Console or Windows subsystem.