From a24578ec094b51f739dd788b53028c411c55a3eb Mon Sep 17 00:00:00 2001 From: omar Date: Wed, 5 Aug 2020 14:58:44 +0200 Subject: [PATCH] Examples: Switch most VS projects to enable Edit & Continue by default (may need to upgrade projects to latest toolchain) --- examples/example_allegro5/example_allegro5.vcxproj | 1 + examples/example_glfw_opengl2/example_glfw_opengl2.vcxproj | 1 + examples/example_glfw_opengl3/example_glfw_opengl3.vcxproj | 1 + examples/example_glfw_vulkan/example_glfw_vulkan.vcxproj | 1 + examples/example_glut_opengl2/example_glut_opengl2.vcxproj | 1 + examples/example_sdl_directx11/example_sdl_directx11.vcxproj | 1 + examples/example_sdl_opengl2/example_sdl_opengl2.vcxproj | 3 ++- examples/example_sdl_opengl3/example_sdl_opengl3.vcxproj | 1 + examples/example_sdl_vulkan/example_sdl_vulkan.vcxproj | 1 + .../example_win32_directx10/example_win32_directx10.vcxproj | 1 + .../example_win32_directx11/example_win32_directx11.vcxproj | 1 + examples/example_win32_directx9/example_win32_directx9.vcxproj | 1 + 12 files changed, 13 insertions(+), 1 deletion(-) diff --git a/examples/example_allegro5/example_allegro5.vcxproj b/examples/example_allegro5/example_allegro5.vcxproj index c86dcb2b..ace88555 100644 --- a/examples/example_allegro5/example_allegro5.vcxproj +++ b/examples/example_allegro5/example_allegro5.vcxproj @@ -105,6 +105,7 @@ Level4 Disabled ..\..;..;%(AdditionalIncludeDirectories) + EditAndContinue true diff --git a/examples/example_glfw_opengl2/example_glfw_opengl2.vcxproj b/examples/example_glfw_opengl2/example_glfw_opengl2.vcxproj index b265fea0..5cb59b87 100644 --- a/examples/example_glfw_opengl2/example_glfw_opengl2.vcxproj +++ b/examples/example_glfw_opengl2/example_glfw_opengl2.vcxproj @@ -105,6 +105,7 @@ Level4 Disabled ..\..;..;..\libs\glfw\include;%(AdditionalIncludeDirectories) + EditAndContinue true diff --git a/examples/example_glfw_opengl3/example_glfw_opengl3.vcxproj b/examples/example_glfw_opengl3/example_glfw_opengl3.vcxproj index 47d25380..3d670bf5 100644 --- a/examples/example_glfw_opengl3/example_glfw_opengl3.vcxproj +++ b/examples/example_glfw_opengl3/example_glfw_opengl3.vcxproj @@ -105,6 +105,7 @@ Level4 Disabled ..\..;..;..\libs\glfw\include;..\libs\gl3w;%(AdditionalIncludeDirectories) + EditAndContinue true diff --git a/examples/example_glfw_vulkan/example_glfw_vulkan.vcxproj b/examples/example_glfw_vulkan/example_glfw_vulkan.vcxproj index 9e2c9b38..65458eb9 100644 --- a/examples/example_glfw_vulkan/example_glfw_vulkan.vcxproj +++ b/examples/example_glfw_vulkan/example_glfw_vulkan.vcxproj @@ -105,6 +105,7 @@ Level4 Disabled ..\..;..;%VULKAN_SDK%\include;..\libs\glfw\include;%(AdditionalIncludeDirectories) + EditAndContinue true diff --git a/examples/example_glut_opengl2/example_glut_opengl2.vcxproj b/examples/example_glut_opengl2/example_glut_opengl2.vcxproj index 9a239516..ac8f6a76 100644 --- a/examples/example_glut_opengl2/example_glut_opengl2.vcxproj +++ b/examples/example_glut_opengl2/example_glut_opengl2.vcxproj @@ -105,6 +105,7 @@ Level4 Disabled $(GLUT_INCLUDE_DIR);..\..;%(AdditionalIncludeDirectories) + EditAndContinue true diff --git a/examples/example_sdl_directx11/example_sdl_directx11.vcxproj b/examples/example_sdl_directx11/example_sdl_directx11.vcxproj index 804bd500..b32034e5 100644 --- a/examples/example_sdl_directx11/example_sdl_directx11.vcxproj +++ b/examples/example_sdl_directx11/example_sdl_directx11.vcxproj @@ -106,6 +106,7 @@ Level4 Disabled ..\..;..;%SDL2_DIR%\include;%(AdditionalIncludeDirectories) + EditAndContinue true diff --git a/examples/example_sdl_opengl2/example_sdl_opengl2.vcxproj b/examples/example_sdl_opengl2/example_sdl_opengl2.vcxproj index 83a6a8a0..8bba2071 100644 --- a/examples/example_sdl_opengl2/example_sdl_opengl2.vcxproj +++ b/examples/example_sdl_opengl2/example_sdl_opengl2.vcxproj @@ -19,7 +19,7 @@ - {2AE17FDE-F7F3-4CAC-ADAB-0710EDA4F741} + {4168B148-B7DE-4A31-8497-19AFA6B83360} example_sdl_opengl2 8.1 @@ -105,6 +105,7 @@ Level4 Disabled ..\..;..;%SDL2_DIR%\include;%(AdditionalIncludeDirectories) + EditAndContinue true diff --git a/examples/example_sdl_opengl3/example_sdl_opengl3.vcxproj b/examples/example_sdl_opengl3/example_sdl_opengl3.vcxproj index 54aaa796..c516c999 100644 --- a/examples/example_sdl_opengl3/example_sdl_opengl3.vcxproj +++ b/examples/example_sdl_opengl3/example_sdl_opengl3.vcxproj @@ -105,6 +105,7 @@ Level4 Disabled ..\..;..;%SDL2_DIR%\include;..\libs\gl3w;%(AdditionalIncludeDirectories) + EditAndContinue true diff --git a/examples/example_sdl_vulkan/example_sdl_vulkan.vcxproj b/examples/example_sdl_vulkan/example_sdl_vulkan.vcxproj index ac701a2a..8a6eab4c 100644 --- a/examples/example_sdl_vulkan/example_sdl_vulkan.vcxproj +++ b/examples/example_sdl_vulkan/example_sdl_vulkan.vcxproj @@ -105,6 +105,7 @@ Level4 Disabled ..\..;..;%VULKAN_SDK%\include;%SDL2_DIR%\include;%(AdditionalIncludeDirectories) + EditAndContinue true diff --git a/examples/example_win32_directx10/example_win32_directx10.vcxproj b/examples/example_win32_directx10/example_win32_directx10.vcxproj index 5c3aa69f..6182b687 100644 --- a/examples/example_win32_directx10/example_win32_directx10.vcxproj +++ b/examples/example_win32_directx10/example_win32_directx10.vcxproj @@ -100,6 +100,7 @@ Level4 Disabled ..\..;..;%(AdditionalIncludeDirectories); + EditAndContinue true diff --git a/examples/example_win32_directx11/example_win32_directx11.vcxproj b/examples/example_win32_directx11/example_win32_directx11.vcxproj index bcb71bc4..3e4db23e 100644 --- a/examples/example_win32_directx11/example_win32_directx11.vcxproj +++ b/examples/example_win32_directx11/example_win32_directx11.vcxproj @@ -99,6 +99,7 @@ Level4 Disabled ..\..;..;%(AdditionalIncludeDirectories); + EditAndContinue true diff --git a/examples/example_win32_directx9/example_win32_directx9.vcxproj b/examples/example_win32_directx9/example_win32_directx9.vcxproj index 25bdd859..cf944ae5 100644 --- a/examples/example_win32_directx9/example_win32_directx9.vcxproj +++ b/examples/example_win32_directx9/example_win32_directx9.vcxproj @@ -100,6 +100,7 @@ Level4 Disabled ..\..;..;%(AdditionalIncludeDirectories);$(DXSDK_DIR)Include; + EditAndContinue true