Skip to content

Commit 92be644

Browse files
committed
Document the CodeAnalysisRuleSet template variable.
1 parent f86a09e commit 92be644

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/templates/vc10.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ clrimagetype = Sets the type of a CLR image (ForceIJWImage, ForcePureILImage, Fo
2121
clrsupportlasterror = Preserve Last Error Code for PInvoke Calls (Enabled = default, Disabled, SystemDlls).
2222
clrthreadattribute = Explicitly specify the threading attribute for the entry point of your CLR program (MTAThreadingAttribute, STAThreadingAttribute).
2323
clrunmanagedcodecheck = Specifies whether the linker will apply SuppressUnmanagedCodeSecurityAttribute to linker-generated PInvoke calls from managed code into native DLLs.
24+
codeanalysisruleset = Specifies the code analysis ruleset file for the project.
2425
common_defines = Specifies macros that are common to all target types.
2526
compileas = Override default C or C++ selection (CompileAsC, CompileAsCpp).
2627
compileasmanaged = Use this only if you need to explicitly set the MSBuild XML CompileAsManaged tag. Otherwise use MPC's built-in keyword for "managed".

0 commit comments

Comments
 (0)