From 0b16f679d519370be9d2c10fb7e8f169770e5d29 Mon Sep 17 00:00:00 2001 From: Chun Kuan Lee Date: Sun, 26 Aug 2018 00:15:51 +0800 Subject: auto generate MSVC project files --- build_msvc/libbitcoin_cli/libbitcoin_cli.vcxproj | 162 --------------------- .../libbitcoin_cli/libbitcoin_cli.vcxproj.in | 162 +++++++++++++++++++++ 2 files changed, 162 insertions(+), 162 deletions(-) delete mode 100644 build_msvc/libbitcoin_cli/libbitcoin_cli.vcxproj create mode 100644 build_msvc/libbitcoin_cli/libbitcoin_cli.vcxproj.in (limited to 'build_msvc/libbitcoin_cli') diff --git a/build_msvc/libbitcoin_cli/libbitcoin_cli.vcxproj b/build_msvc/libbitcoin_cli/libbitcoin_cli.vcxproj deleted file mode 100644 index 623d24da10..0000000000 --- a/build_msvc/libbitcoin_cli/libbitcoin_cli.vcxproj +++ /dev/null @@ -1,162 +0,0 @@ - - - - - - Debug - Win32 - - - Release - Win32 - - - Debug - x64 - - - Release - x64 - - - - - - - - - - 15.0 - {0667528C-D734-4009-ADF9-C0D6C4A5A5A6} - Win32Proj - libbitcoin_cli - x86-windows-static - x64-windows-static - - - - StaticLibrary - true - v141 - Unicode - - - StaticLibrary - false - v141 - true - Unicode - - - StaticLibrary - true - v141 - Unicode - - - StaticLibrary - false - v141 - true - Unicode - - - - - - - - - - - - - - - - - - - - - false - - - true - - - true - - - false - - - - NotUsing - Level3 - MaxSpeed - true - true - _SCL_SECURE_NO_WARNINGS;WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) - true - ..\..\src;..\..\src\univalue\include; - MultiThreaded - - - Console - true - true - true - - - - - NotUsing - Level3 - Disabled - _SCL_SECURE_NO_WARNINGS;WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) - true - ..\..\src;..\..\src\univalue\include; - MultiThreadedDebug - - - Console - true - - - - - NotUsing - Level3 - Disabled - _SCL_SECURE_NO_WARNINGS;WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) - true - ..\..\src;..\..\src\univalue\include; - MultiThreadedDebug - - - Console - true - - - - - NotUsing - Level3 - MaxSpeed - true - true - _SCL_SECURE_NO_WARNINGS;WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) - true - ..\..\src;..\..\src\univalue\include; - MultiThreaded - - - Console - true - true - true - - - - diff --git a/build_msvc/libbitcoin_cli/libbitcoin_cli.vcxproj.in b/build_msvc/libbitcoin_cli/libbitcoin_cli.vcxproj.in new file mode 100644 index 0000000000..b7265054fb --- /dev/null +++ b/build_msvc/libbitcoin_cli/libbitcoin_cli.vcxproj.in @@ -0,0 +1,162 @@ + + + + + + Debug + Win32 + + + Release + Win32 + + + Debug + x64 + + + Release + x64 + + + +@SOURCE_FILES@ + + + + + + 15.0 + {0667528C-D734-4009-ADF9-C0D6C4A5A5A6} + Win32Proj + libbitcoin_cli + x86-windows-static + x64-windows-static + + + + StaticLibrary + true + v141 + Unicode + + + StaticLibrary + false + v141 + true + Unicode + + + StaticLibrary + true + v141 + Unicode + + + StaticLibrary + false + v141 + true + Unicode + + + + + + + + + + + + + + + + + + + + + false + + + true + + + true + + + false + + + + NotUsing + Level3 + MaxSpeed + true + true + _SCL_SECURE_NO_WARNINGS;WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) + true + ..\..\src;..\..\src\univalue\include; + MultiThreaded + + + Console + true + true + true + + + + + NotUsing + Level3 + Disabled + _SCL_SECURE_NO_WARNINGS;WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) + true + ..\..\src;..\..\src\univalue\include; + MultiThreadedDebug + + + Console + true + + + + + NotUsing + Level3 + Disabled + _SCL_SECURE_NO_WARNINGS;WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) + true + ..\..\src;..\..\src\univalue\include; + MultiThreadedDebug + + + Console + true + + + + + NotUsing + Level3 + MaxSpeed + true + true + _SCL_SECURE_NO_WARNINGS;WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) + true + ..\..\src;..\..\src\univalue\include; + MultiThreaded + + + Console + true + true + true + + + + -- cgit v1.2.3