Foundation testsuite project fix

This commit is contained in:
Marian Krivos 2011-09-14 13:29:50 +00:00
parent cd1ea5980c
commit 189695f9c3
2 changed files with 1500 additions and 1496 deletions

View File

@ -301,12 +301,12 @@
</ItemDefinitionGroup>
<ItemGroup>
<ClCompile Include="src\AnyTest.cpp" />
<ClCompile Include="src\ArrayTest.cpp" />
<ClCompile Include="src\AutoPtrTest.cpp" />
<ClCompile Include="src\AutoReleasePoolTest.cpp" />
<ClCompile Include="src\ByteOrderTest.cpp" />
<ClCompile Include="src\CoreTest.cpp" />
<ClCompile Include="src\CoreTestSuite.cpp" />
<ClCompile Include="src\DynamicAnyTest.cpp" />
<ClCompile Include="src\DynamicFactoryTest.cpp" />
<ClCompile Include="src\FormatTest.cpp" />
<ClCompile Include="src\FPETest.cpp" />
@ -333,6 +333,7 @@
<ClCompile Include="src\StreamsTestSuite.cpp" />
<ClCompile Include="src\StreamTokenizerTest.cpp" />
<ClCompile Include="src\TeeStreamTest.cpp" />
<ClCompile Include="src\VarTest.cpp" />
<ClCompile Include="src\ZLibTest.cpp" />
<ClCompile Include="src\CryptTestSuite.cpp" />
<ClCompile Include="src\DigestStreamTest.cpp" />

View File

@ -189,9 +189,6 @@
<ClCompile Include="src\CoreTestSuite.cpp">
<Filter>Core\Source Files</Filter>
</ClCompile>
<ClCompile Include="src\DynamicAnyTest.cpp">
<Filter>Core\Source Files</Filter>
</ClCompile>
<ClCompile Include="src\DynamicFactoryTest.cpp">
<Filter>Core\Source Files</Filter>
</ClCompile>
@ -552,6 +549,12 @@
<ClCompile Include="src\SimpleHashTableTest.cpp">
<Filter>Hashing\Source Files</Filter>
</ClCompile>
<ClCompile Include="src\VarTest.cpp">
<Filter>Core\Source Files</Filter>
</ClCompile>
<ClCompile Include="src\ArrayTest.cpp">
<Filter>Core\Source Files</Filter>
</ClCompile>
</ItemGroup>
<ItemGroup>
<ClInclude Include="src\AnyTest.h">