mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-07-28 12:33:16 +02:00
Remove redundant class file includes from test_bitcoin project.
This commit is contained in:
@@ -9,15 +9,13 @@
|
|||||||
<OutDir>$(SolutionDir)$(Platform)\$(Configuration)\</OutDir>
|
<OutDir>$(SolutionDir)$(Platform)\$(Configuration)\</OutDir>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<ClCompile Include="..\..\src\test\*_tests.cpp" />
|
|
||||||
<ClCompile Include="..\..\src\test\*_properties.cpp" />
|
<ClCompile Include="..\..\src\test\*_properties.cpp" />
|
||||||
|
<ClCompile Include="..\..\src\test\*_tests.cpp" />
|
||||||
<ClCompile Include="..\..\src\test\gen\*_gen.cpp" />
|
<ClCompile Include="..\..\src\test\gen\*_gen.cpp" />
|
||||||
<ClCompile Include="..\..\src\wallet\test\*_tests.cpp" />
|
|
||||||
<ClCompile Include="..\..\src\test\util\*.cpp" />
|
|
||||||
<ClCompile Include="..\..\src\test\util\setup_common.cpp" />
|
|
||||||
<ClCompile Include="..\..\src\test\main.cpp" />
|
<ClCompile Include="..\..\src\test\main.cpp" />
|
||||||
<ClCompile Include="..\..\src\wallet\test\*_fixture.cpp" />
|
|
||||||
<ClCompile Include="..\..\src\test\util\*.cpp" />
|
<ClCompile Include="..\..\src\test\util\*.cpp" />
|
||||||
|
<ClCompile Include="..\..\src\wallet\test\*_fixture.cpp" />
|
||||||
|
<ClCompile Include="..\..\src\wallet\test\*_tests.cpp" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<ProjectReference Include="..\libbitcoinconsensus\libbitcoinconsensus.vcxproj">
|
<ProjectReference Include="..\libbitcoinconsensus\libbitcoinconsensus.vcxproj">
|
||||||
|
Reference in New Issue
Block a user