Add missing files to VS2010 project files.

This commit is contained in:
Kimmo Varis 2010-10-17 00:16:39 +03:00
parent 00e5ca2299
commit 0bb6e22d53
4 changed files with 28 additions and 0 deletions

View File

@ -128,6 +128,7 @@
<ClCompile Include="..\lib\checkclass.cpp" /> <ClCompile Include="..\lib\checkclass.cpp" />
<ClCompile Include="..\lib\checkexceptionsafety.cpp" /> <ClCompile Include="..\lib\checkexceptionsafety.cpp" />
<ClCompile Include="..\lib\checkmemoryleak.cpp" /> <ClCompile Include="..\lib\checkmemoryleak.cpp" />
<ClCompile Include="..\lib\checkobsoletefunctions.cpp" />
<ClCompile Include="..\lib\checkother.cpp" /> <ClCompile Include="..\lib\checkother.cpp" />
<ClCompile Include="..\lib\checkpostfixoperator.cpp" /> <ClCompile Include="..\lib\checkpostfixoperator.cpp" />
<ClCompile Include="..\lib\checkstl.cpp" /> <ClCompile Include="..\lib\checkstl.cpp" />
@ -156,6 +157,7 @@
<ClInclude Include="..\lib\checkclass.h" /> <ClInclude Include="..\lib\checkclass.h" />
<ClInclude Include="..\lib\checkexceptionsafety.h" /> <ClInclude Include="..\lib\checkexceptionsafety.h" />
<ClInclude Include="..\lib\checkmemoryleak.h" /> <ClInclude Include="..\lib\checkmemoryleak.h" />
<ClInclude Include="..\lib\checkobsoletefunctions.h" />
<ClInclude Include="..\lib\checkother.h" /> <ClInclude Include="..\lib\checkother.h" />
<ClInclude Include="..\lib\checkpostfixoperator.h" /> <ClInclude Include="..\lib\checkpostfixoperator.h" />
<ClInclude Include="..\lib\checkstl.h" /> <ClInclude Include="..\lib\checkstl.h" />

View File

@ -86,6 +86,9 @@
<ClCompile Include="..\lib\checkpostfixoperator.cpp"> <ClCompile Include="..\lib\checkpostfixoperator.cpp">
<Filter>Source Files</Filter> <Filter>Source Files</Filter>
</ClCompile> </ClCompile>
<ClCompile Include="..\lib\checkobsoletefunctions.cpp">
<Filter>Source Files</Filter>
</ClCompile>
</ItemGroup> </ItemGroup>
<ItemGroup> <ItemGroup>
<ClInclude Include="resource.h"> <ClInclude Include="resource.h">
@ -163,6 +166,9 @@
<ClInclude Include="..\lib\checkpostfixoperator.h"> <ClInclude Include="..\lib\checkpostfixoperator.h">
<Filter>Header Files</Filter> <Filter>Header Files</Filter>
</ClInclude> </ClInclude>
<ClInclude Include="..\lib\checkobsoletefunctions.h">
<Filter>Header Files</Filter>
</ClInclude>
</ItemGroup> </ItemGroup>
<ItemGroup> <ItemGroup>
<ResourceCompile Include="cppcheck.rc" /> <ResourceCompile Include="cppcheck.rc" />

View File

@ -121,6 +121,7 @@
</ItemDefinitionGroup> </ItemDefinitionGroup>
<ItemGroup> <ItemGroup>
<ClCompile Include="..\cli\cmdlineparser.cpp" /> <ClCompile Include="..\cli\cmdlineparser.cpp" />
<ClCompile Include="..\cli\threadexecutor.cpp" />
<ClCompile Include="..\lib\checkautovariables.cpp" /> <ClCompile Include="..\lib\checkautovariables.cpp" />
<ClCompile Include="..\lib\checkbufferoverrun.cpp" /> <ClCompile Include="..\lib\checkbufferoverrun.cpp" />
<ClCompile Include="..\lib\checkclass.cpp" /> <ClCompile Include="..\lib\checkclass.cpp" />
@ -158,13 +159,16 @@
<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="testother.cpp" /> <ClCompile Include="testother.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" />
<ClCompile Include="testsettings.cpp" />
<ClCompile Include="testsimplifytokens.cpp" /> <ClCompile Include="testsimplifytokens.cpp" />
<ClCompile Include="teststl.cpp" /> <ClCompile Include="teststl.cpp" />
<ClCompile Include="testsuite.cpp" /> <ClCompile Include="testsuite.cpp" />
<ClCompile Include="testthreadexecutor.cpp" />
<ClCompile Include="testtoken.cpp" /> <ClCompile Include="testtoken.cpp" />
<ClCompile Include="testtokenize.cpp" /> <ClCompile Include="testtokenize.cpp" />
<ClCompile Include="testunusedfunctions.cpp" /> <ClCompile Include="testunusedfunctions.cpp" />
@ -176,6 +180,7 @@
</ItemGroup> </ItemGroup>
<ItemGroup> <ItemGroup>
<ClInclude Include="..\cli\cmdlineparser.h" /> <ClInclude Include="..\cli\cmdlineparser.h" />
<ClInclude Include="..\cli\threadexecutor.h" />
<ClInclude Include="..\lib\check.h" /> <ClInclude Include="..\lib\check.h" />
<ClInclude Include="..\lib\checkautovariables.h" /> <ClInclude Include="..\lib\checkautovariables.h" />
<ClInclude Include="..\lib\checkbufferoverrun.h" /> <ClInclude Include="..\lib\checkbufferoverrun.h" />

View File

@ -170,6 +170,18 @@
<ClCompile Include="options.cpp"> <ClCompile Include="options.cpp">
<Filter>Source Files</Filter> <Filter>Source Files</Filter>
</ClCompile> </ClCompile>
<ClCompile Include="testoptions.cpp">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="testsettings.cpp">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="testthreadexecutor.cpp">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="..\cli\threadexecutor.cpp">
<Filter>Source Files</Filter>
</ClCompile>
</ItemGroup> </ItemGroup>
<ItemGroup> <ItemGroup>
<ClInclude Include="testsuite.h"> <ClInclude Include="testsuite.h">
@ -259,5 +271,8 @@
<ClInclude Include="redirect.h"> <ClInclude Include="redirect.h">
<Filter>Header Files</Filter> <Filter>Header Files</Filter>
</ClInclude> </ClInclude>
<ClInclude Include="..\cli\threadexecutor.h">
<Filter>Header Files</Filter>
</ClInclude>
</ItemGroup> </ItemGroup>
</Project> </Project>