aboutsummaryrefslogtreecommitdiff
path: root/build_msvc/bitcoin.sln
diff options
context:
space:
mode:
authorChun Kuan Lee <ken2812221@gmail.com>2018-10-03 00:34:28 +0800
committerChun Kuan Lee <ken2812221@gmail.com>2019-02-01 00:28:50 +0800
commit82dcacb822f41917520ca62f3e1c8248997ab99c (patch)
treeb21a0d7b2b50b1d002aa44484841644e14f02ce3 /build_msvc/bitcoin.sln
parent52091066be15a86a38c4db182338808f9316c35a (diff)
downloadbitcoin-82dcacb822f41917520ca62f3e1c8248997ab99c.tar.xz
msvc: build leveldb locally
Diffstat (limited to 'build_msvc/bitcoin.sln')
-rw-r--r--build_msvc/bitcoin.sln10
1 files changed, 10 insertions, 0 deletions
diff --git a/build_msvc/bitcoin.sln b/build_msvc/bitcoin.sln
index ee29d334b8..45bc934d77 100644
--- a/build_msvc/bitcoin.sln
+++ b/build_msvc/bitcoin.sln
@@ -38,6 +38,8 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "libbitcoin_wallet_tool", "l
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "libsecp256k1", "libsecp256k1\libsecp256k1.vcxproj", "{BB493552-3B8C-4A8C-BF69-A6E7A51D2EA6}"
EndProject
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "libleveldb", "libleveldb\libleveldb.vcxproj", "{18430FEF-6B61-4C53-B396-718E02850F1B}"
+EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x64 = Debug|x64
@@ -190,6 +192,14 @@ Global
{BB493552-3B8C-4A8C-BF69-A6E7A51D2EA6}.Release|x64.Build.0 = Release|x64
{BB493552-3B8C-4A8C-BF69-A6E7A51D2EA6}.Release|x86.ActiveCfg = Release|Win32
{BB493552-3B8C-4A8C-BF69-A6E7A51D2EA6}.Release|x86.Build.0 = Release|Win32
+ {18430FEF-6B61-4C53-B396-718E02850F1B}.Debug|x64.ActiveCfg = Debug|x64
+ {18430FEF-6B61-4C53-B396-718E02850F1B}.Debug|x64.Build.0 = Debug|x64
+ {18430FEF-6B61-4C53-B396-718E02850F1B}.Debug|x86.ActiveCfg = Debug|Win32
+ {18430FEF-6B61-4C53-B396-718E02850F1B}.Debug|x86.Build.0 = Debug|Win32
+ {18430FEF-6B61-4C53-B396-718E02850F1B}.Release|x64.ActiveCfg = Release|x64
+ {18430FEF-6B61-4C53-B396-718E02850F1B}.Release|x64.Build.0 = Release|x64
+ {18430FEF-6B61-4C53-B396-718E02850F1B}.Release|x86.ActiveCfg = Release|Win32
+ {18430FEF-6B61-4C53-B396-718E02850F1B}.Release|x86.Build.0 = Release|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE