|
@@ -66,12 +66,14 @@
|
|
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
|
</ImportGroup>
|
|
|
<PropertyGroup Label="UserMacros" />
|
|
|
+ <PropertyGroup Condition="'$(DefineConstants)'=='CODEANALYSIS'">
|
|
|
+ <CodeAnalysisRuleSet>CppCoreCheckRules.ruleset</CodeAnalysisRuleSet>
|
|
|
+ <RunCodeAnalysis>true</RunCodeAnalysis>
|
|
|
+ </PropertyGroup>
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
|
|
<LinkIncremental>true</LinkIncremental>
|
|
|
<OutDir>$(SolutionDir)</OutDir>
|
|
|
<IntDir>$(SolutionDir).vs\build\$(ProjectName)\$(Platform)\$(Configuration)\</IntDir>
|
|
|
- <CodeAnalysisRuleSet>CppCoreCheckRules.ruleset</CodeAnalysisRuleSet>
|
|
|
- <RunCodeAnalysis>true</RunCodeAnalysis>
|
|
|
</PropertyGroup>
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
|
|
<LinkIncremental>true</LinkIncremental>
|