By the way, how about enabling RunCodeAnalysis for Release build (at least)?
$ git diff
diff --git a/Sazabi.vcxproj b/Sazabi.vcxproj
index 3315806..3078c1b 100644
--- a/Sazabi.vcxproj
+++ b/Sazabi.vcxproj
@@ -50,6 +50,7 @@
<LinkIncremental>false</LinkIncremental>
<TargetName>ChronosN</TargetName>
<CodeAnalysisRuleSet>Sazabi.ruleset</CodeAnalysisRuleSet>
+ <RunCodeAnalysis>true</RunCodeAnalysis>^M
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='D64_CSG|Win32'">
<OutDir>.\D32\</OutDir>
Originally posted by @kenhys in #271 (comment)
Originally posted by @kenhys in #271 (comment)