From 94c76437515d52d34a648b125bd917b3634fbb2e Mon Sep 17 00:00:00 2001 From: Michał Cichoń Date: Sun, 9 Sep 2012 21:50:58 +0200 Subject: Migrate build environment to MSVC 2010. Synchronize build environment. --- blowfish/blowfish.vcxproj | 112 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 112 insertions(+) create mode 100644 blowfish/blowfish.vcxproj (limited to 'blowfish/blowfish.vcxproj') diff --git a/blowfish/blowfish.vcxproj b/blowfish/blowfish.vcxproj new file mode 100644 index 0000000..2a74b0f --- /dev/null +++ b/blowfish/blowfish.vcxproj @@ -0,0 +1,112 @@ + + + + + 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 + + + + + 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 + + + + + + + xcopy "$(ProjectDir)blowfish.h" "$(SolutionDir)build\temp\include" /I /Y /D + + + + + + + + + + + + + \ No newline at end of file -- cgit v1.2.3