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. --- libao/libao.vcxproj | 226 ++++++++++++++++++++++++++-------------------------- 1 file changed, 114 insertions(+), 112 deletions(-) (limited to 'libao/libao.vcxproj') diff --git a/libao/libao.vcxproj b/libao/libao.vcxproj index 8b03cef..8b8eac9 100644 --- a/libao/libao.vcxproj +++ b/libao/libao.vcxproj @@ -1,117 +1,119 @@ - - - - - Debug - Win32 - - - Release - Win32 - - - - {75E224E3-6A99-4C8F-9598-9A6F115B91F2} - libao - 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 - $(ProjectDir)src\include\;%(AdditionalIncludeDirectories) - WIN32;_DEBUG;_LIB;AO_BUILDING_LIBAO;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;%(PreprocessorDefinitions) - false - - - EnableFastChecks - MultiThreadedDebug - - - $(IntDir)vc90.pdb - Level3 - OldStyle - - - - + + + + + Debug + Win32 + + + Release + Win32 + + + + {75E224E3-6A99-4C8F-9598-9A6F115B91F2} + libao + 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 + $(ProjectDir)src\include\;%(AdditionalIncludeDirectories) + WIN32;_DEBUG;_LIB;AO_BUILDING_LIBAO;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;%(PreprocessorDefinitions) + false + + + EnableFastChecks + MultiThreadedDebug + + + $(IntDir)vc90.pdb + Level3 + OldStyle + + + + xcopy "$(ProjectDir)src\include\ao\ao.h" "$(SolutionDir)build\temp\include\ao\" /I /Y /D xcopy "$(ProjectDir)src\include\ao\os_types.h" "$(SolutionDir)build\temp\include\ao\" /I /Y /D - - - - - - MaxSpeed - true - $(ProjectDir)src\include\;%(AdditionalIncludeDirectories) - WIN32;NDEBUG;_LIB;AO_BUILDING_LIBAO;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;%(PreprocessorDefinitions) - - - MultiThreaded - true - - - $(IntDir)vc90.pdb - Level3 - - - - - - + + + + + + MaxSpeed + true + $(ProjectDir)src\include\;%(AdditionalIncludeDirectories) + WIN32;NDEBUG;_LIB;AO_BUILDING_LIBAO;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;%(PreprocessorDefinitions) + + + MultiThreaded + true + + + $(IntDir)vc90.pdb + Level3 + + + + + + xcopy "$(ProjectDir)src\include\ao\ao.h" "$(SolutionDir)build\temp\include\ao\" /I /Y /D xcopy "$(ProjectDir)src\include\ao\os_types.h" "$(SolutionDir)build\temp\include\ao\" /I /Y /D - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + \ No newline at end of file -- cgit v1.2.3