File tree Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change 9
9
<OutDir >$(SolutionDir)$(Platform)\$(Configuration)\</OutDir >
10
10
</PropertyGroup >
11
11
<ItemGroup >
12
- <ClCompile Include =" ..\..\src\test\*_tests.cpp" />
13
12
<ClCompile Include =" ..\..\src\test\*_properties.cpp" />
13
+ <ClCompile Include =" ..\..\src\test\*_tests.cpp" />
14
14
<ClCompile Include =" ..\..\src\test\gen\*_gen.cpp" />
15
- <ClCompile Include =" ..\..\src\wallet\test\*_tests.cpp" />
16
- <ClCompile Include =" ..\..\src\test\util\*.cpp" />
17
- <ClCompile Include =" ..\..\src\test\util\setup_common.cpp" />
18
15
<ClCompile Include =" ..\..\src\test\main.cpp" />
19
- <ClCompile Include =" ..\..\src\wallet\test\*_fixture.cpp" />
20
16
<ClCompile Include =" ..\..\src\test\util\*.cpp" />
17
+ <ClCompile Include =" ..\..\src\wallet\test\*_fixture.cpp" />
18
+ <ClCompile Include =" ..\..\src\wallet\test\*_tests.cpp" />
21
19
</ItemGroup >
22
20
<ItemGroup >
23
21
<ProjectReference Include =" ..\libbitcoinconsensus\libbitcoinconsensus.vcxproj" >
You can’t perform that action at this time.
0 commit comments