aboutsummaryrefslogtreecommitdiff
path: root/build_msvc/libbitcoin_wallet/libbitcoin_wallet.vcxproj.in
diff options
context:
space:
mode:
Diffstat (limited to 'build_msvc/libbitcoin_wallet/libbitcoin_wallet.vcxproj.in')
-rw-r--r--build_msvc/libbitcoin_wallet/libbitcoin_wallet.vcxproj.in19
1 files changed, 0 insertions, 19 deletions
diff --git a/build_msvc/libbitcoin_wallet/libbitcoin_wallet.vcxproj.in b/build_msvc/libbitcoin_wallet/libbitcoin_wallet.vcxproj.in
deleted file mode 100644
index 613d5c7199..0000000000
--- a/build_msvc/libbitcoin_wallet/libbitcoin_wallet.vcxproj.in
+++ /dev/null
@@ -1,19 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
- <Import Project="..\common.init.vcxproj" />
- <PropertyGroup Label="Globals">
- <ProjectGuid>{93B86837-B543-48A5-A89B-7C87ABB77DF2}</ProjectGuid>
- </PropertyGroup>
- <PropertyGroup Label="Configuration">
- <ConfigurationType>StaticLibrary</ConfigurationType>
- </PropertyGroup>
- <ItemGroup>
- <ClCompile Include="..\..\src\wallet\bdb.cpp" />
- <ClCompile Include="..\..\src\wallet\salvage.cpp" />
- <ClCompile Include="..\..\src\wallet\sqlite.cpp" />
-@SOURCE_FILES@
- </ItemGroup>
- <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
- <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
- <Import Project="..\common.vcxproj" />
-</Project>