From 92be6443e0b606ea918fec4846b35ad14f3df6f7 Mon Sep 17 00:00:00 2001 From: Chad Elliott Date: Fri, 17 Feb 2023 12:00:40 -0600 Subject: Document the CodeAnalysisRuleSet template variable. --- docs/templates/vc10.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'docs') diff --git a/docs/templates/vc10.txt b/docs/templates/vc10.txt index 861880a6..85a7535b 100644 --- a/docs/templates/vc10.txt +++ b/docs/templates/vc10.txt @@ -21,6 +21,7 @@ clrimagetype = Sets the type of a CLR image (ForceIJWImage, ForcePureILImage, Fo clrsupportlasterror = Preserve Last Error Code for PInvoke Calls (Enabled = default, Disabled, SystemDlls). clrthreadattribute = Explicitly specify the threading attribute for the entry point of your CLR program (MTAThreadingAttribute, STAThreadingAttribute). clrunmanagedcodecheck = Specifies whether the linker will apply SuppressUnmanagedCodeSecurityAttribute to linker-generated PInvoke calls from managed code into native DLLs. +codeanalysisruleset = Specifies the code analysis ruleset file for the project. common_defines = Specifies macros that are common to all target types. compileas = Override default C or C++ selection (CompileAsC, CompileAsCpp). compileasmanaged = Use this only if you need to explicitly set the MSBuild XML CompileAsManaged tag. Otherwise use MPC's built-in keyword for "managed". -- cgit v1.2.1