From d5e58049ae4cd8264afe112159180f60cde38663 Mon Sep 17 00:00:00 2001 From: Sam Lantinga Date: Sun, 22 May 2022 10:51:21 -0700 Subject: [PATCH] Don't specify a specific SDK when building for UWP Instead use the latest version installed --- VisualC-WinRT/SDL-UWP.vcxproj | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/VisualC-WinRT/SDL-UWP.vcxproj b/VisualC-WinRT/SDL-UWP.vcxproj index 77769355e..17ccdbc21 100644 --- a/VisualC-WinRT/SDL-UWP.vcxproj +++ b/VisualC-WinRT/SDL-UWP.vcxproj @@ -419,8 +419,7 @@ 8.2 10.0.16299.0 10.0.16299.0 - 10.0.16299.0 - 10.0.16299.0 + 10.0 @@ -598,4 +597,4 @@ - + \ No newline at end of file