Merge pull request #2690 from Ken-Patrick/bughunting_vcxproj

Try to fix compilation with cppcheck.vcxproj
This commit is contained in:
Daniel Marjamäki 2020-06-20 09:52:00 +02:00 committed by GitHub
commit 6743971112
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

View File

@ -39,6 +39,7 @@
<ClCompile Include="..\externals\tinyxml\tinyxml2.cpp" />
<ClCompile Include="analyzerinfo.cpp" />
<ClCompile Include="astutils.cpp" />
<ClCompile Include="bughuntingchecks.cpp" />
<ClCompile Include="check.cpp">
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">Create</PrecompiledHeader>
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Create</PrecompiledHeader>
@ -106,6 +107,7 @@
<ClInclude Include="..\externals\tinyxml\tinyxml2.h" />
<ClInclude Include="analyzerinfo.h" />
<ClInclude Include="astutils.h" />
<ClInclude Include="bughuntingchecks.h" />
<ClInclude Include="check.h" />
<ClInclude Include="check64bit.h" />
<ClInclude Include="checkassert.h" />