Try to fix compilation with cppcheck.vcxproj

This commit is contained in:
Ken-Patrick Lehrmann 2020-06-20 09:46:52 +02:00
parent af45148e58
commit 7065c5598b
1 changed files with 3 additions and 1 deletions

View File

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