From 261d830b9b4126d76519db0e6b6b51b5a730eb40 Mon Sep 17 00:00:00 2001 From: Andreas Traczyk Date: Tue, 4 Dec 2018 17:42:43 -0500 Subject: [PATCH] b --- .../vc8/qrcodelib/qrcodelib.vcxproj | 129 +++++++++++++++++- 1 file changed, 125 insertions(+), 4 deletions(-) diff --git a/qrencode-win32/vc8/qrcodelib/qrcodelib.vcxproj b/qrencode-win32/vc8/qrcodelib/qrcodelib.vcxproj index aabc6b6..8d8293b 100644 --- a/qrencode-win32/vc8/qrcodelib/qrcodelib.vcxproj +++ b/qrencode-win32/vc8/qrcodelib/qrcodelib.vcxproj @@ -5,45 +5,84 @@ Debug-Dll Win32 + + Debug-Dll + x64 + Debug-Lib Win32 + + Debug-Lib + x64 + Release-Dll Win32 + + Release-Dll + x64 + Release-Lib Win32 + + Release-Lib + x64 + {9A90BF5C-84B0-41F6-B83C-C20EADC1F46C} qrcodelib Win32Proj + 10.0.16299.0 StaticLibrary - v110_xp + $(DefaultPlatformToolset) + MultiByte + true + + + StaticLibrary + $(DefaultPlatformToolset) MultiByte true StaticLibrary - v110_xp + $(DefaultPlatformToolset) + MultiByte + + + StaticLibrary + $(DefaultPlatformToolset) MultiByte DynamicLibrary - v110_xp + $(DefaultPlatformToolset) + MultiByte + true + + + DynamicLibrary + $(DefaultPlatformToolset) MultiByte true DynamicLibrary - v110_xp + $(DefaultPlatformToolset) + MultiByte + + + DynamicLibrary + $(DefaultPlatformToolset) MultiByte @@ -52,15 +91,27 @@ + + + + + + + + + + + + <_ProjectFileVersion>11.0.50727.1 @@ -70,11 +121,17 @@ ../.build/$(ProjectName)/$(Configuration)\ true + + true + ../.build/$(Configuration)\ ../.build/$(ProjectName)/$(Configuration)\ false + + false + ../.build/$(Configuration)\ ../.build/$(ProjectName)/$(Configuration)\ @@ -104,6 +161,26 @@ MachineX86 + + + Disabled + .\;..\qrcode;..\qrcode\png;%(AdditionalIncludeDirectories) + WIN32;_DEBUG;_WINDOWS;_USRDLL;QRCODELIB_EXPORTS;HAVE_CONFIG_H;%(PreprocessorDefinitions) + EnableFastChecks + MultiThreadedDebugDLL + + + Level3 + ProgramDatabase + + + libpng15d.lib;%(AdditionalDependencies) + ..\qrcode\png;%(AdditionalLibraryDirectories) + qrcodelib.def + true + Windows + + .\;..\qrcode;..\qrcode\png;%(AdditionalIncludeDirectories) @@ -124,6 +201,26 @@ MachineX86 + + + .\;..\qrcode;..\qrcode\png;%(AdditionalIncludeDirectories) + WIN32;NDEBUG;_WINDOWS;_USRDLL;QRCODELIB_EXPORTS;HAVE_CONFIG_H;%(PreprocessorDefinitions) + MultiThreadedDLL + + + Level3 + ProgramDatabase + + + libpng15.lib;%(AdditionalDependencies) + ..\qrcode\png;%(AdditionalLibraryDirectories) + qrcodelib.def + true + Windows + true + true + + Disabled @@ -137,6 +234,19 @@ EditAndContinue + + + Disabled + .\;..\qrcode;..\qrcode\png;%(AdditionalIncludeDirectories) + WIN32;_DEBUG;_WINDOWS;_USRDLL;QRCODELIB_EXPORTS;HAVE_CONFIG_H;%(PreprocessorDefinitions) + EnableFastChecks + MultiThreadedDebug + + + Level3 + ProgramDatabase + + .\;..\qrcode;..\qrcode\png;%(AdditionalIncludeDirectories) @@ -147,6 +257,17 @@ ProgramDatabase + + + .\;..\qrcode;..\qrcode\png;%(AdditionalIncludeDirectories) + WIN32;NDEBUG;_WINDOWS;_USRDLL;QRCODELIB_EXPORTS;HAVE_CONFIG_H;%(PreprocessorDefinitions) + MultiThreaded + + + Level3 + ProgramDatabase + + -- 2.19.0.windows.1