Update VS 2008/2010 project files for tests.
This commit is contained in:
parent
2d6d8580d7
commit
85187dca07
|
@ -229,6 +229,8 @@
|
||||||
RelativePath="teststl.cpp" />
|
RelativePath="teststl.cpp" />
|
||||||
<File
|
<File
|
||||||
RelativePath="testsuite.cpp" />
|
RelativePath="testsuite.cpp" />
|
||||||
|
<File
|
||||||
|
RelativePath="testsymboldatabase.cpp" />
|
||||||
<File
|
<File
|
||||||
RelativePath="testthreadexecutor.cpp" />
|
RelativePath="testthreadexecutor.cpp" />
|
||||||
<File
|
<File
|
||||||
|
|
|
@ -170,6 +170,7 @@
|
||||||
<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="testsymboldatabase.cpp" />
|
||||||
<ClCompile Include="testthreadexecutor.cpp" />
|
<ClCompile Include="testthreadexecutor.cpp" />
|
||||||
<ClCompile Include="testtoken.cpp" />
|
<ClCompile Include="testtoken.cpp" />
|
||||||
<ClCompile Include="testtokenize.cpp" />
|
<ClCompile Include="testtokenize.cpp" />
|
||||||
|
|
|
@ -170,6 +170,9 @@
|
||||||
<ClCompile Include="testsuite.cpp">
|
<ClCompile Include="testsuite.cpp">
|
||||||
<Filter>Source Files</Filter>
|
<Filter>Source Files</Filter>
|
||||||
</ClCompile>
|
</ClCompile>
|
||||||
|
<ClCompile Include="testsymboldatabase.cpp">
|
||||||
|
<Filter>Source Files</Filter>
|
||||||
|
</ClCompile>
|
||||||
<ClCompile Include="testthreadexecutor.cpp">
|
<ClCompile Include="testthreadexecutor.cpp">
|
||||||
<Filter>Source Files</Filter>
|
<Filter>Source Files</Filter>
|
||||||
</ClCompile>
|
</ClCompile>
|
||||||
|
|
Loading…
Reference in New Issue