Update VS2010 project files.

This commit is contained in:
Kimmo Varis 2010-10-31 22:59:44 +02:00
parent 285d76a413
commit 7e33b8fb9f
4 changed files with 40 additions and 0 deletions

View File

@ -236,10 +236,12 @@
<ClCompile Include="..\lib\checkclass.cpp" />
<ClCompile Include="..\lib\checkexceptionsafety.cpp" />
<ClCompile Include="..\lib\checkmemoryleak.cpp" />
<ClCompile Include="..\lib\checknullpointer.cpp" />
<ClCompile Include="..\lib\checkobsoletefunctions.cpp" />
<ClCompile Include="..\lib\checkother.cpp" />
<ClCompile Include="..\lib\checkpostfixoperator.cpp" />
<ClCompile Include="..\lib\checkstl.cpp" />
<ClCompile Include="..\lib\checkuninitvar.cpp" />
<ClCompile Include="..\lib\checkunusedfunctions.cpp" />
<ClCompile Include="..\lib\cppcheck.cpp" />
<ClCompile Include="..\lib\errorlogger.cpp" />
@ -265,10 +267,12 @@
<ClInclude Include="..\lib\checkclass.h" />
<ClInclude Include="..\lib\checkexceptionsafety.h" />
<ClInclude Include="..\lib\checkmemoryleak.h" />
<ClInclude Include="..\lib\checknullpointer.h" />
<ClInclude Include="..\lib\checkobsoletefunctions.h" />
<ClInclude Include="..\lib\checkother.h" />
<ClInclude Include="..\lib\checkpostfixoperator.h" />
<ClInclude Include="..\lib\checkstl.h" />
<ClInclude Include="..\lib\checkuninitvar.h" />
<ClInclude Include="..\lib\checkunusedfunctions.h" />
<ClInclude Include="..\lib\classinfo.h" />
<ClInclude Include="..\lib\cppcheck.h" />

View File

@ -89,6 +89,12 @@
<ClCompile Include="..\lib\checkobsoletefunctions.cpp">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="..\lib\checknullpointer.cpp">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="..\lib\checkuninitvar.cpp">
<Filter>Source Files</Filter>
</ClCompile>
</ItemGroup>
<ItemGroup>
<ClInclude Include="resource.h">
@ -172,6 +178,12 @@
<ClInclude Include="cppcheckexecutor.h">
<Filter>Header Files</Filter>
</ClInclude>
<ClInclude Include="..\lib\checknullpointer.h">
<Filter>Header Files</Filter>
</ClInclude>
<ClInclude Include="..\lib\checkuninitvar.h">
<Filter>Header Files</Filter>
</ClInclude>
</ItemGroup>
<ItemGroup>
<ResourceCompile Include="cppcheck.rc" />

View File

@ -233,10 +233,12 @@
<ClCompile Include="..\lib\checkclass.cpp" />
<ClCompile Include="..\lib\checkexceptionsafety.cpp" />
<ClCompile Include="..\lib\checkmemoryleak.cpp" />
<ClCompile Include="..\lib\checknullpointer.cpp" />
<ClCompile Include="..\lib\checkobsoletefunctions.cpp" />
<ClCompile Include="..\lib\checkother.cpp" />
<ClCompile Include="..\lib\checkpostfixoperator.cpp" />
<ClCompile Include="..\lib\checkstl.cpp" />
<ClCompile Include="..\lib\checkuninitvar.cpp" />
<ClCompile Include="..\lib\checkunusedfunctions.cpp" />
<ClCompile Include="..\lib\cppcheck.cpp" />
<ClCompile Include="..\lib\errorlogger.cpp" />
@ -263,6 +265,7 @@
<ClCompile Include="testincompletestatement.cpp" />
<ClCompile Include="testmathlib.cpp" />
<ClCompile Include="testmemleak.cpp" />
<ClCompile Include="testnullpointer.cpp" />
<ClCompile Include="testobsoletefunctions.cpp" />
<ClCompile Include="testoptions.cpp" />
<ClCompile Include="testother.cpp" />
@ -277,6 +280,7 @@
<ClCompile Include="testthreadexecutor.cpp" />
<ClCompile Include="testtoken.cpp" />
<ClCompile Include="testtokenize.cpp" />
<ClCompile Include="testuninitvar.cpp" />
<ClCompile Include="testunusedfunctions.cpp" />
<ClCompile Include="testunusedprivfunc.cpp" />
<ClCompile Include="testunusedvar.cpp" />
@ -294,10 +298,12 @@
<ClInclude Include="..\lib\checkclass.h" />
<ClInclude Include="..\lib\checkexceptionsafety.h" />
<ClInclude Include="..\lib\checkmemoryleak.h" />
<ClInclude Include="..\lib\checknullpointer.h" />
<ClInclude Include="..\lib\checkobsoletefunctions.h" />
<ClInclude Include="..\lib\checkother.h" />
<ClInclude Include="..\lib\checkpostfixoperator.h" />
<ClInclude Include="..\lib\checkstl.h" />
<ClInclude Include="..\lib\checkuninitvar.h" />
<ClInclude Include="..\lib\checkunusedfunctions.h" />
<ClInclude Include="..\lib\classinfo.h" />
<ClInclude Include="..\lib\cppcheck.h" />

View File

@ -185,6 +185,18 @@
<ClCompile Include="testpath.cpp">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="..\lib\checknullpointer.cpp">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="..\lib\checkuninitvar.cpp">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="testnullpointer.cpp">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="testuninitvar.cpp">
<Filter>Source Files</Filter>
</ClCompile>
</ItemGroup>
<ItemGroup>
<ClInclude Include="testsuite.h">
@ -280,5 +292,11 @@
<ClInclude Include="..\cli\cppcheckexecutor.h">
<Filter>Header Files</Filter>
</ClInclude>
<ClInclude Include="..\lib\checknullpointer.h">
<Filter>Header Files</Filter>
</ClInclude>
<ClInclude Include="..\lib\checkuninitvar.h">
<Filter>Header Files</Filter>
</ClInclude>
</ItemGroup>
</Project>