From c51c944139b707388438aab1bc6f20fd5d9f4a4e Mon Sep 17 00:00:00 2001 From: Patrick Thomas Date: Sun, 11 Dec 2016 00:56:21 -0600 Subject: Enabled 64-bit builds Enabled 64-bit builds for those who desire a 64-bit command line Pandora client, like myself. --- blowfish/blowfish.vcxproj | 85 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 85 insertions(+) (limited to 'blowfish') diff --git a/blowfish/blowfish.vcxproj b/blowfish/blowfish.vcxproj index 90e631d..b115660 100644 --- a/blowfish/blowfish.vcxproj +++ b/blowfish/blowfish.vcxproj @@ -5,10 +5,18 @@ Debug Win32 + + Debug + x64 + Release Win32 + + Release + x64 + {F0B7D905-BD81-4998-8386-333389BE15DE} @@ -22,20 +30,37 @@ true v140_xp + + StaticLibrary + NotSet + true + v140_xp + StaticLibrary NotSet v140_xp + + StaticLibrary + NotSet + v140_xp + + + + + + + <_ProjectFileVersion>10.0.40219.1 @@ -43,14 +68,26 @@ $(SolutionDir)build\temp\obj\$(ProjectName)\$(Configuration)\ $(SolutionDir)build\temp\lib\ $(SolutionDir)build\temp\obj\$(ProjectName)\$(Configuration)\ + $(SolutionDir)build\temp\lib\ + $(SolutionDir)build\temp\obj\$(ProjectName)\$(Configuration)\ + $(SolutionDir)build\temp\lib\ + $(SolutionDir)build\temp\obj\$(ProjectName)\$(Configuration)\ AllRules.ruleset + AllRules.ruleset + + AllRules.ruleset + AllRules.ruleset + + $(ProjectName)-mt-debug + $(ProjectName)-mt-debug $(ProjectName)-mt + $(ProjectName)-mt @@ -72,6 +109,28 @@ xcopy "$(ProjectDir)blowfish.h" "$(SolutionDir)build\temp\include\" /I /Y /D + + + + + + Disabled + false + $(SolutionDir)compatibility;%(AdditionalIncludeDirectories) + _WIN32_WINNT=0x0501;WINVER=0x0501;NTDDI_VERSION=0x0501;WIN32;_DEBUG;_LIB;HAVE_PTW32_CONFIG_H;PTW32_BUILD_INLINED;PTW32_STATIC_LIB;%(PreprocessorDefinitions) + false + + + Default + MultiThreadedDebug + + + Level3 + OldStyle + + + + xcopy "$(ProjectDir)blowfish.h" "$(SolutionDir)build\temp\include\" /I /Y /D @@ -99,6 +158,32 @@ xcopy "$(ProjectDir)blowfish.h" "$(SolutionDir)build\temp\include\" /I /Y /D + + + + + + MaxSpeed + AnySuitable + false + false + $(SolutionDir)compatibility;%(AdditionalIncludeDirectories) + _WIN32_WINNT=0x0501;WINVER=0x0501;NTDDI_VERSION=0x0501;WIN32;NDEBUG;_LIB;HAVE_PTW32_CONFIG_H;PTW32_BUILD_INLINED;PTW32_STATIC_LIB;%(PreprocessorDefinitions) + false + + + Default + MultiThreaded + true + + + Level3 + + + + + + xcopy "$(ProjectDir)blowfish.h" "$(SolutionDir)build\temp\include\" /I /Y /D -- cgit v1.2.3