diff options
author | Chun Kuan Lee <ken2812221@gmail.com> | 2019-02-14 20:08:15 +0800 |
---|---|---|
committer | Chun Kuan Lee <ken2812221@gmail.com> | 2019-02-14 20:08:15 +0800 |
commit | 3c6ef0393ff72a6105e3e40e2db8b355945584ab (patch) | |
tree | 1328d613bc18ac0cb736a93915b59f2e811ade16 | |
parent | 6f4e0d154256c2041f15f0c4acba5707e985d649 (diff) |
msvc: Fix silent merge conflict between #13926 and #14372 part II
-rw-r--r-- | build_msvc/bitcoin-wallet/bitcoin-wallet.vcxproj | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/build_msvc/bitcoin-wallet/bitcoin-wallet.vcxproj b/build_msvc/bitcoin-wallet/bitcoin-wallet.vcxproj index 367e68ee51..12fda65904 100644 --- a/build_msvc/bitcoin-wallet/bitcoin-wallet.vcxproj +++ b/build_msvc/bitcoin-wallet/bitcoin-wallet.vcxproj @@ -56,6 +56,9 @@ <ProjectReference Include="..\libsecp256k1\libsecp256k1.vcxproj"> <Project>{bb493552-3b8c-4a8c-bf69-a6e7a51d2ea6}</Project> </ProjectReference> + <ProjectReference Include="..\libleveldb\libleveldb.vcxproj"> + <Project>{18430fef-6b61-4c53-b396-718e02850f1b}</Project> + </ProjectReference> </ItemGroup> <PropertyGroup Label="Globals"> <VCProjectVersion>15.0</VCProjectVersion> |