From 676713e036bad9724aac294c95b4fdc83a272e63 Mon Sep 17 00:00:00 2001 From: "Admiral H. Curtiss" Date: Sat, 19 Mar 2022 15:30:28 +0100 Subject: [PATCH] Re-enable Auto-Update when building with VS project files. --- Source/VSProps/Base.props | 1 + 1 file changed, 1 insertion(+) diff --git a/Source/VSProps/Base.props b/Source/VSProps/Base.props index 85b09d091e..c69011e2ff 100644 --- a/Source/VSProps/Base.props +++ b/Source/VSProps/Base.props @@ -81,6 +81,7 @@ HAS_OPENGL;%(PreprocessorDefinitions) HAS_VULKAN;%(PreprocessorDefinitions) HAS_LIBMGBA;%(PreprocessorDefinitions) + AUTOUPDATE=1;%(PreprocessorDefinitions)