Try to fix VS compile error. Add analyzeinfo.cpp.

This commit is contained in:
Daniel Marjamäki 2016-10-29 16:20:20 +02:00
parent 75f50e0bf8
commit 26cae60110
1 changed files with 2 additions and 0 deletions

View File

@ -37,6 +37,7 @@
<ItemGroup>
<ClCompile Include="..\externals\simplecpp\simplecpp.cpp" />
<ClCompile Include="..\externals\tinyxml\tinyxml2.cpp" />
<ClCompile Include="analyzerinfo.cpp" />
<ClCompile Include="astutils.cpp" />
<ClCompile Include="check.cpp">
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">Create</PrecompiledHeader>
@ -95,6 +96,7 @@
<ItemGroup>
<ClInclude Include="..\externals\simplecpp\simplecpp.h" />
<ClInclude Include="..\externals\tinyxml\tinyxml2.h" />
<ClInclude Include="analyzerinfo.h" />
<ClInclude Include="astutils.h" />
<ClInclude Include="check.h" />
<ClInclude Include="check64bit.h" />