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)