From 209a6a751cbd86c5534df050cd0839a093511a19 Mon Sep 17 00:00:00 2001 From: omar Date: Mon, 10 Aug 2020 11:33:30 +0200 Subject: [PATCH] Revert "Examples: Switch most VS projects to enable Edit & Continue by default (may need to upgrade projects to latest toolchain)" This reverts commit a24578ec094b51f739dd788b53028c411c55a3eb. /ZI not supported on 64-bit on some toolchains, leaving to default is best? --- 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, 1 insertion(+), 13 deletions(-) diff --git a/examples/example_allegro5/example_allegro5.vcxproj b/examples/example_allegro5/example_allegro5.vcxproj index ace88555..c86dcb2b 100644 --- a/examples/example_allegro5/example_allegro5.vcxproj +++ b/examples/example_allegro5/example_allegro5.vcxproj @@ -105,7 +105,6 @@ 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 5cb59b87..b265fea0 100644 --- a/examples/example_glfw_opengl2/example_glfw_opengl2.vcxproj +++ b/examples/example_glfw_opengl2/example_glfw_opengl2.vcxproj @@ -105,7 +105,6 @@ 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 3d670bf5..47d25380 100644 --- a/examples/example_glfw_opengl3/example_glfw_opengl3.vcxproj +++ b/examples/example_glfw_opengl3/example_glfw_opengl3.vcxproj @@ -105,7 +105,6 @@ 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 65458eb9..9e2c9b38 100644 --- a/examples/example_glfw_vulkan/example_glfw_vulkan.vcxproj +++ b/examples/example_glfw_vulkan/example_glfw_vulkan.vcxproj @@ -105,7 +105,6 @@ 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 ac8f6a76..9a239516 100644 --- a/examples/example_glut_opengl2/example_glut_opengl2.vcxproj +++ b/examples/example_glut_opengl2/example_glut_opengl2.vcxproj @@ -105,7 +105,6 @@ 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 b32034e5..804bd500 100644 --- a/examples/example_sdl_directx11/example_sdl_directx11.vcxproj +++ b/examples/example_sdl_directx11/example_sdl_directx11.vcxproj @@ -106,7 +106,6 @@ 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 8bba2071..83a6a8a0 100644 --- a/examples/example_sdl_opengl2/example_sdl_opengl2.vcxproj +++ b/examples/example_sdl_opengl2/example_sdl_opengl2.vcxproj @@ -19,7 +19,7 @@ - {4168B148-B7DE-4A31-8497-19AFA6B83360} + {2AE17FDE-F7F3-4CAC-ADAB-0710EDA4F741} example_sdl_opengl2 8.1 @@ -105,7 +105,6 @@ 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 c516c999..54aaa796 100644 --- a/examples/example_sdl_opengl3/example_sdl_opengl3.vcxproj +++ b/examples/example_sdl_opengl3/example_sdl_opengl3.vcxproj @@ -105,7 +105,6 @@ 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 8a6eab4c..ac701a2a 100644 --- a/examples/example_sdl_vulkan/example_sdl_vulkan.vcxproj +++ b/examples/example_sdl_vulkan/example_sdl_vulkan.vcxproj @@ -105,7 +105,6 @@ 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 6182b687..5c3aa69f 100644 --- a/examples/example_win32_directx10/example_win32_directx10.vcxproj +++ b/examples/example_win32_directx10/example_win32_directx10.vcxproj @@ -100,7 +100,6 @@ 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 3e4db23e..bcb71bc4 100644 --- a/examples/example_win32_directx11/example_win32_directx11.vcxproj +++ b/examples/example_win32_directx11/example_win32_directx11.vcxproj @@ -99,7 +99,6 @@ 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 cf944ae5..25bdd859 100644 --- a/examples/example_win32_directx9/example_win32_directx9.vcxproj +++ b/examples/example_win32_directx9/example_win32_directx9.vcxproj @@ -100,7 +100,6 @@ Level4 Disabled ..\..;..;%(AdditionalIncludeDirectories);$(DXSDK_DIR)Include; - EditAndContinue true