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. --- .../libbitcoinconsensus.vcxproj | 178 ++------------------- 1 file changed, 9 insertions(+), 169 deletions(-) (limited to 'build_msvc/libbitcoinconsensus') diff --git a/build_msvc/libbitcoinconsensus/libbitcoinconsensus.vcxproj b/build_msvc/libbitcoinconsensus/libbitcoinconsensus.vcxproj index 227b1ebcd2..9c8931021b 100644 --- a/build_msvc/libbitcoinconsensus/libbitcoinconsensus.vcxproj +++ b/build_msvc/libbitcoinconsensus/libbitcoinconsensus.vcxproj @@ -1,24 +1,12 @@ - - - - - Debug - Win32 - - - Release - Win32 - - - Debug - x64 - - - Release - x64 - - + + + + {2B384FA8-9EE1-4544-93CB-0D733C25E8CE} + + + StaticLibrary + @@ -43,154 +31,6 @@ - - - - - 15.0 - {2B384FA8-9EE1-4544-93CB-0D733C25E8CE} - Win32Proj - bitcoind - libbitcoin_consensus - x86-windows-static - x64-windows-static - - - - StaticLibrary - true - v141 - Unicode - - - StaticLibrary - false - v141 - true - Unicode - - - StaticLibrary - true - v141 - Unicode - - - StaticLibrary - false - v141 - true - Unicode - - - - - - - - - - - - - - - - - - - - true - - - - - true - - - - - true - - - - - true - - - - - - NotUsing - Level3 - Disabled - WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) - false - Sync - false - MultiThreadedDebug - - - Console - true - - - - - NotUsing - Level3 - Disabled - WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) - false - Sync - false - MultiThreadedDebug - - - Console - true - - - - - NotUsing - Level3 - MaxSpeed - true - true - WIN32;_CONSOLE;%(PreprocessorDefinitions) - false - Sync - false - MultiThreaded - - - Console - true - true - true - - - - - NotUsing - Level3 - MaxSpeed - true - true - WIN32;_CONSOLE;%(PreprocessorDefinitions) - false - Sync - false - MultiThreaded - - - Console - true - true - true - - - + \ No newline at end of file -- cgit v1.2.3