From ef4424524a000f144a9d76812f1080c40258e165 Mon Sep 17 00:00:00 2001 From: fayjf Date: Fri, 10 Jun 2011 03:36:14 +0000 Subject: [PATCH] Updating the MSVC 2010 project file for the "subwin" demo, courtesy of an e-mail from Diederick Niehorster dated 6/5/2011 at 9:32 PM. git-svn-id: https://svn.code.sf.net/p/freeglut/code/trunk@923 7f0cb862-5218-0410-a997-914c9d46530a --- .../VisualStudio/2010/subwin/subwin.vcxproj | 350 +++++++++--------- 1 file changed, 179 insertions(+), 171 deletions(-) diff --git a/freeglut/freeglut/VisualStudio/2010/subwin/subwin.vcxproj b/freeglut/freeglut/VisualStudio/2010/subwin/subwin.vcxproj index a8cd8c9..f0e8097 100644 --- a/freeglut/freeglut/VisualStudio/2010/subwin/subwin.vcxproj +++ b/freeglut/freeglut/VisualStudio/2010/subwin/subwin.vcxproj @@ -1,172 +1,180 @@ - - - - - Debug_Static - Win32 - - - Debug - Win32 - - - Release_Static - Win32 - - - Release - Win32 - - - - {CD3C35E0-FED3-4425-8CF9-A772667D464B} - subwin - Win32Proj - - - - Application - Unicode - true - - - Application - Unicode - true - - - Application - Unicode - - - Application - Unicode - - - - - - - - - - - - - - - - - - - <_ProjectFileVersion>10.0.30319.1 - $(SolutionDir)build\$(Configuration)\ - $(Configuration)\ - true - $(SolutionDir)build\$(Configuration)\ - $(Configuration)\ - true - $(SolutionDir)build\$(Configuration)\ - $(Configuration)\ - false - $(SolutionDir)build\$(Configuration)\ - $(Configuration)\ - false - - - - Disabled - ..\..\..\include;%(AdditionalIncludeDirectories) - WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) - true - EnableFastChecks - MultiThreadedDebugDLL - - - Level3 - EditAndContinue - - - ..\..\..\lib\Debug;%(AdditionalLibraryDirectories) - true - Console - MachineX86 - - - - - Disabled - ..\..\..\include;%(AdditionalIncludeDirectories) - WIN32;_DEBUG;_CONSOLE;FREEGLUT_STATIC;%(PreprocessorDefinitions) - true - EnableFastChecks - MultiThreadedDebug - - - Level3 - EditAndContinue - - - ..\..\..\lib\Debug;%(AdditionalLibraryDirectories) - true - Console - MachineX86 - - - - - MaxSpeed - true - ..\..\..\include;%(AdditionalIncludeDirectories) - WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) - MultiThreadedDLL - true - - - Level3 - ProgramDatabase - - - ..\..\..\lib\Release;%(AdditionalLibraryDirectories) - true - Console - true - true - MachineX86 - - - - - MaxSpeed - true - ..\..\..\include;%(AdditionalIncludeDirectories) - WIN32;NDEBUG;_CONSOLE;FREEGLUT_STATIC;%(PreprocessorDefinitions) - MultiThreaded - true - - - Level3 - ProgramDatabase - - - ..\..\..\lib\Release;%(AdditionalLibraryDirectories) - true - Console - true - true - MachineX86 - - - - - - - - {1ae4e979-0d35-4747-bf8e-dd60358f49db} - false - - - - - + + + + + Debug_Static + Win32 + + + Debug + Win32 + + + Release_Static + Win32 + + + Release + Win32 + + + + {CD3C35E0-FED3-4425-8CF9-A772667D464B} + subwin + Win32Proj + + + + Application + Unicode + true + + + Application + Unicode + true + + + Application + Unicode + + + Application + Unicode + + + + + + + + + + + + + + + + + + + <_ProjectFileVersion>10.0.30319.1 + $(SolutionDir)build\$(Configuration)\ + $(Configuration)\ + true + $(SolutionDir)build\$(Configuration)\ + $(Configuration)\ + true + $(SolutionDir)build\$(Configuration)\ + $(Configuration)\ + false + $(SolutionDir)build\$(Configuration)\ + $(Configuration)\ + false + + + + Disabled + ..\..\..\include;%(AdditionalIncludeDirectories) + WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) + true + EnableFastChecks + MultiThreadedDebugDLL + + + Level3 + EditAndContinue + CompileAsC + 4996 + + + ..\..\..\lib\Debug;%(AdditionalLibraryDirectories) + true + Console + MachineX86 + + + + + Disabled + ..\..\..\include;%(AdditionalIncludeDirectories) + WIN32;_DEBUG;_CONSOLE;FREEGLUT_STATIC;%(PreprocessorDefinitions) + true + EnableFastChecks + MultiThreadedDebug + + + Level3 + EditAndContinue + CompileAsC + 4996 + + + ..\..\..\lib\Debug;%(AdditionalLibraryDirectories) + true + Console + MachineX86 + + + + + MaxSpeed + true + ..\..\..\include;%(AdditionalIncludeDirectories) + WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) + MultiThreadedDLL + true + + + Level3 + ProgramDatabase + CompileAsC + 4996 + + + ..\..\..\lib\Release;%(AdditionalLibraryDirectories) + true + Console + true + true + MachineX86 + + + + + MaxSpeed + true + ..\..\..\include;%(AdditionalIncludeDirectories) + WIN32;NDEBUG;_CONSOLE;FREEGLUT_STATIC;%(PreprocessorDefinitions) + MultiThreaded + true + + + Level3 + ProgramDatabase + CompileAsC + 4996 + + + ..\..\..\lib\Release;%(AdditionalLibraryDirectories) + true + Console + true + true + MachineX86 + + + + + + + + {1ae4e979-0d35-4747-bf8e-dd60358f49db} + false + + + + + \ No newline at end of file