From cfc82c757bb269947a509255dd66700605355510 Mon Sep 17 00:00:00 2001 From: thedmd Date: Sat, 4 May 2013 14:55:09 +0200 Subject: Update project to MSVC 2012. --- blowfish/blowfish.vcxproj | 220 +++++++++++++++++++++++----------------------- 1 file changed, 111 insertions(+), 109 deletions(-) (limited to 'blowfish') diff --git a/blowfish/blowfish.vcxproj b/blowfish/blowfish.vcxproj index 2a74b0f..0017155 100644 --- a/blowfish/blowfish.vcxproj +++ b/blowfish/blowfish.vcxproj @@ -1,112 +1,114 @@ - - - - - Debug - Win32 - - - Release - Win32 - - - - {F0B7D905-BD81-4998-8386-333389BE15DE} - blowfish - Win32Proj - - - - StaticLibrary - NotSet - true - - - StaticLibrary - NotSet - - - - - - - - - - - - - <_ProjectFileVersion>10.0.40219.1 - $(SolutionDir)build\temp\lib\ - $(SolutionDir)build\temp\obj\$(ProjectName)\$(Configuration)\ - $(SolutionDir)build\temp\lib\ - $(SolutionDir)build\temp\obj\$(ProjectName)\$(Configuration)\ - AllRules.ruleset - - - AllRules.ruleset - - - $(ProjectName)-mt-debug - $(ProjectName)-mt - - - - Disabled - false - $(SolutionDir)compatibility;%(AdditionalIncludeDirectories) - WIN32;_DEBUG;_LIB;HAVE_PTW32_CONFIG_H;PTW32_BUILD_INLINED;PTW32_STATIC_LIB;%(PreprocessorDefinitions) - false - - - Default - MultiThreadedDebug - - - Level3 - OldStyle - - - - + + + + + Debug + Win32 + + + Release + Win32 + + + + {F0B7D905-BD81-4998-8386-333389BE15DE} + blowfish + Win32Proj + + + + StaticLibrary + NotSet + true + v110 + + + StaticLibrary + NotSet + v110 + + + + + + + + + + + + + <_ProjectFileVersion>10.0.40219.1 + $(SolutionDir)build\temp\lib\ + $(SolutionDir)build\temp\obj\$(ProjectName)\$(Configuration)\ + $(SolutionDir)build\temp\lib\ + $(SolutionDir)build\temp\obj\$(ProjectName)\$(Configuration)\ + AllRules.ruleset + + + AllRules.ruleset + + + $(ProjectName)-mt-debug + $(ProjectName)-mt + + + + Disabled + false + $(SolutionDir)compatibility;%(AdditionalIncludeDirectories) + 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 - - - - - - MaxSpeed - AnySuitable - false - false - $(SolutionDir)compatibility;%(AdditionalIncludeDirectories) - WIN32;NDEBUG;_LIB;HAVE_PTW32_CONFIG_H;PTW32_BUILD_INLINED;PTW32_STATIC_LIB;%(PreprocessorDefinitions) - false - - - Default - MultiThreaded - true - - - Level3 - - - - - - + + + + + + MaxSpeed + AnySuitable + false + false + $(SolutionDir)compatibility;%(AdditionalIncludeDirectories) + 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 - - - - - - - - - - - - + + + + + + + + + + + + \ No newline at end of file -- cgit v1.2.3