mirror of
https://github.com/pocoproject/poco.git
synced 2025-11-25 15:19:21 +01:00
Foundation testsuite project fix
This commit is contained in:
@@ -301,12 +301,12 @@
|
|||||||
</ItemDefinitionGroup>
|
</ItemDefinitionGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<ClCompile Include="src\AnyTest.cpp" />
|
<ClCompile Include="src\AnyTest.cpp" />
|
||||||
|
<ClCompile Include="src\ArrayTest.cpp" />
|
||||||
<ClCompile Include="src\AutoPtrTest.cpp" />
|
<ClCompile Include="src\AutoPtrTest.cpp" />
|
||||||
<ClCompile Include="src\AutoReleasePoolTest.cpp" />
|
<ClCompile Include="src\AutoReleasePoolTest.cpp" />
|
||||||
<ClCompile Include="src\ByteOrderTest.cpp" />
|
<ClCompile Include="src\ByteOrderTest.cpp" />
|
||||||
<ClCompile Include="src\CoreTest.cpp" />
|
<ClCompile Include="src\CoreTest.cpp" />
|
||||||
<ClCompile Include="src\CoreTestSuite.cpp" />
|
<ClCompile Include="src\CoreTestSuite.cpp" />
|
||||||
<ClCompile Include="src\DynamicAnyTest.cpp" />
|
|
||||||
<ClCompile Include="src\DynamicFactoryTest.cpp" />
|
<ClCompile Include="src\DynamicFactoryTest.cpp" />
|
||||||
<ClCompile Include="src\FormatTest.cpp" />
|
<ClCompile Include="src\FormatTest.cpp" />
|
||||||
<ClCompile Include="src\FPETest.cpp" />
|
<ClCompile Include="src\FPETest.cpp" />
|
||||||
@@ -333,6 +333,7 @@
|
|||||||
<ClCompile Include="src\StreamsTestSuite.cpp" />
|
<ClCompile Include="src\StreamsTestSuite.cpp" />
|
||||||
<ClCompile Include="src\StreamTokenizerTest.cpp" />
|
<ClCompile Include="src\StreamTokenizerTest.cpp" />
|
||||||
<ClCompile Include="src\TeeStreamTest.cpp" />
|
<ClCompile Include="src\TeeStreamTest.cpp" />
|
||||||
|
<ClCompile Include="src\VarTest.cpp" />
|
||||||
<ClCompile Include="src\ZLibTest.cpp" />
|
<ClCompile Include="src\ZLibTest.cpp" />
|
||||||
<ClCompile Include="src\CryptTestSuite.cpp" />
|
<ClCompile Include="src\CryptTestSuite.cpp" />
|
||||||
<ClCompile Include="src\DigestStreamTest.cpp" />
|
<ClCompile Include="src\DigestStreamTest.cpp" />
|
||||||
|
|||||||
@@ -189,9 +189,6 @@
|
|||||||
<ClCompile Include="src\CoreTestSuite.cpp">
|
<ClCompile Include="src\CoreTestSuite.cpp">
|
||||||
<Filter>Core\Source Files</Filter>
|
<Filter>Core\Source Files</Filter>
|
||||||
</ClCompile>
|
</ClCompile>
|
||||||
<ClCompile Include="src\DynamicAnyTest.cpp">
|
|
||||||
<Filter>Core\Source Files</Filter>
|
|
||||||
</ClCompile>
|
|
||||||
<ClCompile Include="src\DynamicFactoryTest.cpp">
|
<ClCompile Include="src\DynamicFactoryTest.cpp">
|
||||||
<Filter>Core\Source Files</Filter>
|
<Filter>Core\Source Files</Filter>
|
||||||
</ClCompile>
|
</ClCompile>
|
||||||
@@ -552,6 +549,12 @@
|
|||||||
<ClCompile Include="src\SimpleHashTableTest.cpp">
|
<ClCompile Include="src\SimpleHashTableTest.cpp">
|
||||||
<Filter>Hashing\Source Files</Filter>
|
<Filter>Hashing\Source Files</Filter>
|
||||||
</ClCompile>
|
</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>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<ClInclude Include="src\AnyTest.h">
|
<ClInclude Include="src\AnyTest.h">
|
||||||
|
|||||||
Reference in New Issue
Block a user