mirror of
https://github.com/pocoproject/poco.git
synced 2025-04-01 01:16:55 +02:00
Foundation testsuite project fix
This commit is contained in:
parent
cd1ea5980c
commit
189695f9c3
@ -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" />
|
||||
|
@ -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">
|
||||
|
Loading…
x
Reference in New Issue
Block a user