From 750d1bc7df5ec6505a8fb92dabface887c23817c Mon Sep 17 00:00:00 2001 From: Aaron Clauson Date: Wed, 19 Jun 2019 09:20:20 +0200 Subject: Cleaned up and consolidated msvc build files to allow faster builds and easier migration to vs2019. --- .../libbitcoin_wallet/libbitcoin_wallet.vcxproj.in | 161 +-------------------- 1 file changed, 7 insertions(+), 154 deletions(-) (limited to 'build_msvc/libbitcoin_wallet') diff --git a/build_msvc/libbitcoin_wallet/libbitcoin_wallet.vcxproj.in b/build_msvc/libbitcoin_wallet/libbitcoin_wallet.vcxproj.in index 33f4054546..b67f3904a4 100644 --- a/build_msvc/libbitcoin_wallet/libbitcoin_wallet.vcxproj.in +++ b/build_msvc/libbitcoin_wallet/libbitcoin_wallet.vcxproj.in @@ -1,162 +1,15 @@ - - - - - Debug - Win32 - - - Release - Win32 - - - Debug - x64 - - - Release - x64 - - - -@SOURCE_FILES@ - - - - + + - 15.0 {93B86837-B543-48A5-A89B-7C87ABB77DF2} - Win32Proj - libbitcoin_wallet - x86-windows-static - x64-windows-static - - - - StaticLibrary - true - v141 - Unicode - - - StaticLibrary - false - v141 - true - Unicode - + StaticLibrary - true - v141 - Unicode - - - StaticLibrary - false - v141 - true - Unicode + +@SOURCE_FILES@ + - - - - - - - - - - - - - - - - - - - true - - - true - - - false - - - false - - - - NotUsing - Level3 - Disabled - HAVE_CONFIG_H;_SCL_SECURE_NO_WARNINGS;WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) - true - MultiThreadedDebug - /bigobj %(AdditionalOptions) - - - Console - true - - - - - NotUsing - Level3 - Disabled - HAVE_CONFIG_H;_SCL_SECURE_NO_WARNINGS;WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) - true - MultiThreadedDebug - /bigobj %(AdditionalOptions) - - - Console - true - - - - - NotUsing - Level3 - MaxSpeed - true - true - HAVE_CONFIG_H;_SCL_SECURE_NO_WARNINGS;WIN32;_CONSOLE;%(PreprocessorDefinitions) - true - MultiThreaded - /bigobj %(AdditionalOptions) - - - Console - true - true - true - - - - - NotUsing - Level3 - MaxSpeed - true - true - HAVE_CONFIG_H;_SCL_SECURE_NO_WARNINGS;WIN32;_CONSOLE;%(PreprocessorDefinitions) - true - MultiThreaded - /bigobj %(AdditionalOptions) - - - Console - true - true - true - - - + -- cgit v1.2.3