summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChad Elliott <elliottc@objectcomputing.com>2023-02-17 12:00:40 -0600
committerChad Elliott <elliottc@objectcomputing.com>2023-02-17 12:00:40 -0600
commit92be6443e0b606ea918fec4846b35ad14f3df6f7 (patch)
treee0f5aac8a47b962bfaa8dd3378e46d3d62a4d312
parentf86a09ece701c572e8c16d2601d8252315c44034 (diff)
downloadMPC-92be6443e0b606ea918fec4846b35ad14f3df6f7.tar.gz
Document the CodeAnalysisRuleSet template variable.
-rw-r--r--docs/templates/vc10.txt1
1 files changed, 1 insertions, 0 deletions
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".