Update VS project files.

This commit is contained in:
Kimmo Varis 2011-08-03 18:39:02 +03:00
parent 5112b0ddae
commit 7e8f5be4b6
3 changed files with 18 additions and 0 deletions

View File

@ -179,6 +179,10 @@
RelativePath="..\lib\settings.cpp" />
<File
RelativePath="..\lib\symboldatabase.cpp" />
<File
RelativePath="test64bit.cpp" />
<File
RelativePath="testassignif.cpp" />
<File
RelativePath="testautovariables.cpp" />
<File
@ -207,6 +211,8 @@
RelativePath="testmathlib.cpp" />
<File
RelativePath="testmemleak.cpp" />
<File
RelativePath="testnonreentrantfunctions.cpp" />
<File
RelativePath="testnullpointer.cpp" />
<File

View File

@ -145,6 +145,8 @@
<ClCompile Include="..\lib\preprocessor.cpp" />
<ClCompile Include="..\lib\settings.cpp" />
<ClCompile Include="..\lib\symboldatabase.cpp" />
<ClCompile Include="test64bit.cpp" />
<ClCompile Include="testassignif.cpp" />
<ClCompile Include="testautovariables.cpp" />
<ClCompile Include="testbufferoverrun.cpp" />
<ClCompile Include="testcharvar.cpp" />
@ -159,6 +161,7 @@
<ClCompile Include="testincompletestatement.cpp" />
<ClCompile Include="testmathlib.cpp" />
<ClCompile Include="testmemleak.cpp" />
<ClCompile Include="testnonreentrantfunctions.cpp" />
<ClCompile Include="testnullpointer.cpp" />
<ClCompile Include="testobsoletefunctions.cpp" />
<ClCompile Include="testoptions.cpp" />

View File

@ -95,6 +95,12 @@
<ClCompile Include="..\lib\symboldatabase.cpp">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="test64bit.cpp">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="testassignif.cpp">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="testautovariables.cpp">
<Filter>Source Files</Filter>
</ClCompile>
@ -137,6 +143,9 @@
<ClCompile Include="testmemleak.cpp">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="testnonreentrantfunctions.cpp">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="testnullpointer.cpp">
<Filter>Source Files</Filter>
</ClCompile>