From 894b7702e2fceb075f0038e51ddfee6eaca21954 Mon Sep 17 00:00:00 2001 From: GuilhermeWerner <26710260+GuilhermeWerner@users.noreply.github.com> Date: Wed, 12 May 2021 21:20:05 -0300 Subject: [PATCH] Update Project Settings --- OpenGL.sln | 6 ---- OpenGL/OpenGL.vcxproj | 83 ++++++------------------------------------- 2 files changed, 10 insertions(+), 79 deletions(-) diff --git a/OpenGL.sln b/OpenGL.sln index 8aab5ea..4880a79 100644 --- a/OpenGL.sln +++ b/OpenGL.sln @@ -7,18 +7,12 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "OpenGL", "OpenGL\OpenGL.vcx EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution - Debug|x64 = Debug|x64 Debug|x86 = Debug|x86 - Release|x64 = Release|x64 Release|x86 = Release|x86 EndGlobalSection GlobalSection(ProjectConfigurationPlatforms) = postSolution - {7EFED3C4-B667-4057-BEBD-36062917ABEF}.Debug|x64.ActiveCfg = Debug|x64 - {7EFED3C4-B667-4057-BEBD-36062917ABEF}.Debug|x64.Build.0 = Debug|x64 {7EFED3C4-B667-4057-BEBD-36062917ABEF}.Debug|x86.ActiveCfg = Debug|Win32 {7EFED3C4-B667-4057-BEBD-36062917ABEF}.Debug|x86.Build.0 = Debug|Win32 - {7EFED3C4-B667-4057-BEBD-36062917ABEF}.Release|x64.ActiveCfg = Release|x64 - {7EFED3C4-B667-4057-BEBD-36062917ABEF}.Release|x64.Build.0 = Release|x64 {7EFED3C4-B667-4057-BEBD-36062917ABEF}.Release|x86.ActiveCfg = Release|Win32 {7EFED3C4-B667-4057-BEBD-36062917ABEF}.Release|x86.Build.0 = Release|Win32 EndGlobalSection diff --git a/OpenGL/OpenGL.vcxproj b/OpenGL/OpenGL.vcxproj index 8e27c84..c378235 100644 --- a/OpenGL/OpenGL.vcxproj +++ b/OpenGL/OpenGL.vcxproj @@ -9,14 +9,6 @@ Release Win32 - - Debug - x64 - - - Release - x64 - 16.0 @@ -39,48 +31,27 @@ true Unicode - - Application - true - v142 - Unicode - - - Application - false - v142 - true - Unicode - - + - - - - - - - + true + $(SolutionDir)\Binaries\$(Configuration)\ + $(SolutionDir)\Intermediate\$(Configuration)\ false - - - true - - - false + $(SolutionDir)\Binaries\$(Configuration)\ + $(SolutionDir)\Intermediate\$(Configuration)\ @@ -88,12 +59,12 @@ true GLEW_STATIC true - $(SolutionDir)Vendor\GLFW\include;$(SolutionDir)Vendor\glew\include + $(SolutionDir)\Vendor\GLFW\include;$(SolutionDir)\Vendor\glew\include Console true - $(SolutionDir)Vendor\GLFW\library;$(SolutionDir)Vendor\glew\lib\Release\Win32 + $(SolutionDir)\Vendor\GLFW\library;$(SolutionDir)\Vendor\glew\library glfw3.lib;opengl32.lib;glew32s.lib;%(AdditionalDependencies) @@ -105,48 +76,14 @@ true GLEW_STATIC true - $(SolutionDir)Vendor\GLFW\include;$(SolutionDir)Vendor\glew\include + $(SolutionDir)\Vendor\GLFW\include;$(SolutionDir)\Vendor\glew\include Console true true true - $(SolutionDir)Vendor\GLFW\library;$(SolutionDir)Vendor\glew\lib\Release\Win32 - glfw3.lib;opengl32.lib;glew32s.lib;%(AdditionalDependencies) - - - - - Level3 - true - GLEW_STATIC - true - $(SolutionDir)Vendor\GLFW\include;$(SolutionDir)Vendor\glew\include - - - Console - true - $(SolutionDir)Vendor\GLFW\library;$(SolutionDir)Vendor\glew\lib\Release\Win32 - glfw3.lib;opengl32.lib;glew32s.lib;%(AdditionalDependencies) - - - - - Level3 - true - true - true - GLEW_STATIC - true - $(SolutionDir)Vendor\GLFW\include;$(SolutionDir)Vendor\glew\include - - - Console - true - true - true - $(SolutionDir)Vendor\GLFW\library;$(SolutionDir)Vendor\glew\lib\Release\Win32 + $(SolutionDir)\Vendor\GLFW\library;$(SolutionDir)\Vendor\glew\library glfw3.lib;opengl32.lib;glew32s.lib;%(AdditionalDependencies)