Skip to content

Commit b509554

Browse files
committed
Added libtest_util library to msvc build configuration.
1 parent 4effd67 commit b509554

File tree

5 files changed

+36
-1
lines changed

5 files changed

+36
-1
lines changed

build_msvc/bench_bitcoin/bench_bitcoin.vcxproj.in

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,9 @@
4242
<ProjectReference Include="..\libleveldb\libleveldb.vcxproj">
4343
<Project>{18430fef-6b61-4c53-b396-718e02850f1b}</Project>
4444
</ProjectReference>
45+
<ProjectReference Include="..\libtest_util\libtest_util.vcxproj">
46+
<Project>{1e065f03-3566-47d0-8fa9-daa72b084e7d}</Project>
47+
</ProjectReference>
4548
</ItemGroup>
4649
<Target Name="RawBenchHeaderGen" BeforeTargets="PrepareForBuild">
4750
<PropertyGroup>

build_msvc/bitcoin.sln

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,8 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "libbitcoin_qt", "libbitcoin
4444
EndProject
4545
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "bitcoin-qt", "bitcoin-qt\bitcoin-qt.vcxproj", "{7E99172D-7FF2-4CB6-B736-AC9B76ED412A}"
4646
EndProject
47+
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "libtest_util", "libtest_util\libtest_util.vcxproj", "{868474FD-35F6-4400-8EED-30A33E7521D4}"
48+
EndProject
4749
Global
4850
GlobalSection(SolutionConfigurationPlatforms) = preSolution
4951
Debug|x64 = Debug|x64
@@ -220,11 +222,21 @@ Global
220222
{7E99172D-7FF2-4CB6-B736-AC9B76ED412A}.Release|x64.Build.0 = Release|x64
221223
{7E99172D-7FF2-4CB6-B736-AC9B76ED412A}.Release|x86.ActiveCfg = Release|Win32
222224
{7E99172D-7FF2-4CB6-B736-AC9B76ED412A}.Release|x86.Build.0 = Release|Win32
225+
{868474FD-35F6-4400-8EED-30A33E7521D4}.Debug|x64.ActiveCfg = Debug|x64
226+
{868474FD-35F6-4400-8EED-30A33E7521D4}.Debug|x64.Build.0 = Debug|x64
227+
{868474FD-35F6-4400-8EED-30A33E7521D4}.Debug|x86.ActiveCfg = Debug|Win32
228+
{868474FD-35F6-4400-8EED-30A33E7521D4}.Debug|x86.Build.0 = Debug|Win32
229+
{868474FD-35F6-4400-8EED-30A33E7521D4}.Release|x64.ActiveCfg = Release|x64
230+
{868474FD-35F6-4400-8EED-30A33E7521D4}.Release|x64.Build.0 = Release|x64
231+
{868474FD-35F6-4400-8EED-30A33E7521D4}.Release|x86.ActiveCfg = Release|Win32
232+
{868474FD-35F6-4400-8EED-30A33E7521D4}.Release|x86.Build.0 = Release|Win32
223233
EndGlobalSection
224234
GlobalSection(SolutionProperties) = preSolution
225235
HideSolutionNode = FALSE
226236
EndGlobalSection
227237
GlobalSection(ExtensibilityGlobals) = postSolution
228-
SolutionGuid = {8AA72EDA-2CD4-4564-B1E4-688B760EEEE9}
238+
SolutionGuid = {8AA72EDA-2CD4-4564-B1E4-688B760EEEE9}
239+
SolutionGuid = {8607C0F4-F33D-41B8-8D51-18E366A0F8DF}
240+
SolutionGuid = {58AAB032-7274-49BD-845E-5EF4DBB69B70}
229241
EndGlobalSection
230242
EndGlobal
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3+
<Import Project="..\common.init.vcxproj" />
4+
<PropertyGroup Label="Globals">
5+
<ProjectGuid>{868474FD-35F6-4400-8EED-30A33E7521D4}</ProjectGuid>
6+
</PropertyGroup>
7+
<PropertyGroup Label="Configuration">
8+
<ConfigurationType>StaticLibrary</ConfigurationType>
9+
</PropertyGroup>
10+
<ItemGroup>
11+
@SOURCE_FILES@
12+
</ItemGroup>
13+
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
14+
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
15+
<Import Project="..\common.vcxproj" />
16+
</Project>

build_msvc/msvc-autogen.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
'libbitcoin_wallet',
1919
'libbitcoin_zmq',
2020
'bench_bitcoin',
21+
'libtest_util',
2122
]
2223

2324
ignore_list = [

build_msvc/test_bitcoin/test_bitcoin.vcxproj

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,9 @@
4242
<ProjectReference Include="..\libbitcoin_zmq\libbitcoin_zmq.vcxproj">
4343
<Project>{792d487f-f14c-49fc-a9de-3fc150f31c3f}</Project>
4444
</ProjectReference>
45+
<ProjectReference Include="..\libtest_util\libtest_util.vcxproj">
46+
<Project>{1e065f03-3566-47d0-8fa9-daa72b084e7d}</Project>
47+
</ProjectReference>
4548
<ProjectReference Include="..\libunivalue\libunivalue.vcxproj">
4649
<Project>{5724ba7d-a09a-4ba8-800b-c4c1561b3d69}</Project>
4750
</ProjectReference>

0 commit comments

Comments
 (0)