Update VS2010 project files.

This commit is contained in:
Kimmo Varis 2010-10-29 22:48:46 +03:00
parent aea0cb5f28
commit 2d32ce3140
2 changed files with 4 additions and 4 deletions

View File

@ -260,13 +260,13 @@
<ClCompile Include="testcppcheck.cpp" /> <ClCompile Include="testcppcheck.cpp" />
<ClCompile Include="testdivision.cpp" /> <ClCompile Include="testdivision.cpp" />
<ClCompile Include="testexceptionsafety.cpp" /> <ClCompile Include="testexceptionsafety.cpp" />
<ClCompile Include="testfilelister.cpp" />
<ClCompile Include="testincompletestatement.cpp" /> <ClCompile Include="testincompletestatement.cpp" />
<ClCompile Include="testmathlib.cpp" /> <ClCompile Include="testmathlib.cpp" />
<ClCompile Include="testmemleak.cpp" /> <ClCompile Include="testmemleak.cpp" />
<ClCompile Include="testobsoletefunctions.cpp" /> <ClCompile Include="testobsoletefunctions.cpp" />
<ClCompile Include="testoptions.cpp" /> <ClCompile Include="testoptions.cpp" />
<ClCompile Include="testother.cpp" /> <ClCompile Include="testother.cpp" />
<ClCompile Include="testpath.cpp" />
<ClCompile Include="testpostfixoperator.cpp" /> <ClCompile Include="testpostfixoperator.cpp" />
<ClCompile Include="testpreprocessor.cpp" /> <ClCompile Include="testpreprocessor.cpp" />
<ClCompile Include="testrunner.cpp" /> <ClCompile Include="testrunner.cpp" />

View File

@ -35,9 +35,6 @@
<ClCompile Include="testexceptionsafety.cpp"> <ClCompile Include="testexceptionsafety.cpp">
<Filter>Source Files</Filter> <Filter>Source Files</Filter>
</ClCompile> </ClCompile>
<ClCompile Include="testfilelister.cpp">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="testincompletestatement.cpp"> <ClCompile Include="testincompletestatement.cpp">
<Filter>Source Files</Filter> <Filter>Source Files</Filter>
</ClCompile> </ClCompile>
@ -185,6 +182,9 @@
<ClCompile Include="..\cli\cppcheckexecutor.cpp"> <ClCompile Include="..\cli\cppcheckexecutor.cpp">
<Filter>Source Files</Filter> <Filter>Source Files</Filter>
</ClCompile> </ClCompile>
<ClCompile Include="testpath.cpp">
<Filter>Source Files</Filter>
</ClCompile>
</ItemGroup> </ItemGroup>
<ItemGroup> <ItemGroup>
<ClInclude Include="testsuite.h"> <ClInclude Include="testsuite.h">