From ec426301a2b7e2cf3c7ac54a3c360df7d7082287 Mon Sep 17 00:00:00 2001 From: sippeangelo Date: Thu, 20 Feb 2014 18:38:36 +0100 Subject: [PATCH] Changed build output directory to /bin for all configurations. --- Escape-the-Dawn/Escape-the-Dawn.vcxproj | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/Escape-the-Dawn/Escape-the-Dawn.vcxproj b/Escape-the-Dawn/Escape-the-Dawn.vcxproj index 74faf25..aa02a74 100644 --- a/Escape-the-Dawn/Escape-the-Dawn.vcxproj +++ b/Escape-the-Dawn/Escape-the-Dawn.vcxproj @@ -43,12 +43,18 @@ $(SolutionDir)\Libraries\glew-1.10.0\lib\Debug\Win32;$(SolutionDir)\Libraries\glfw-3.0.4\lib\Debug;$(LibraryPath) + $(SolutionDir)bin\ + $(SolutionDir)build\$(Configuration)\ + $(ProjectName)-$(Configuration) $(SolutionDir)\Libraries;$(SolutionDir)\Libraries\glew-1.10.0\include;$(SolutionDir)\Libraries\glfw-3.0.4\include;$(SolutionDir)\Libraries\glm-0.9.5.2;$(IncludePath) $(SolutionDir)\Libraries\glew-1.10.0\lib\Release\Win32;$(SolutionDir)\Libraries\glfw-3.0.4\lib\Release;$(LibraryPath) + $(SolutionDir)bin\ + $(SolutionDir)build\$(Configuration)\ + $(ProjectName)-$(Configuration) @@ -71,9 +77,10 @@ true GLEW_STATIC;%(PreprocessorDefinitions) NotUsing + None - true + false true true opengl32.lib;glu32.lib;glew32s.lib;glfw3.lib;%(AdditionalDependencies)