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. --- build_msvc/common.vcxproj | 30 ------------------------------ 1 file changed, 30 deletions(-) delete mode 100644 build_msvc/common.vcxproj (limited to 'build_msvc/common.vcxproj') diff --git a/build_msvc/common.vcxproj b/build_msvc/common.vcxproj deleted file mode 100644 index 889dc6c2ad..0000000000 --- a/build_msvc/common.vcxproj +++ /dev/null @@ -1,30 +0,0 @@ - - - - - - CopyBitcoinConfig; - CopySecp256k1Config; - $(BuildDependsOn); - - - - - - - - - - - /utf-8 %(AdditionalOptions) - 4018;4244;4267;4715;4805; - true - _WIN32_WINNT=0x0601;%(PreprocessorDefinitions) - ..\..\src;..\..\src\univalue\include;..\..\src\secp256k1\include;..\..\src\leveldb\include;..\..\src\leveldb\helpers\memenv;%(AdditionalIncludeDirectories) - - - -- cgit v1.2.3