From 50f59b8a61cb824b7c8c7e2b53ac6fd12771dad0 Mon Sep 17 00:00:00 2001 From: Chris Glein <26607885+chrisglein@users.noreply.github.com> Date: Mon, 18 Sep 2023 14:53:51 -0700 Subject: [PATCH] Don't force Windows SDK versions Fallback to them if undefined --- windows/ReactNativeVideoCPP/ReactNativeVideoCPP.vcxproj | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/windows/ReactNativeVideoCPP/ReactNativeVideoCPP.vcxproj b/windows/ReactNativeVideoCPP/ReactNativeVideoCPP.vcxproj index c0cc10ed..971b1701 100644 --- a/windows/ReactNativeVideoCPP/ReactNativeVideoCPP.vcxproj +++ b/windows/ReactNativeVideoCPP/ReactNativeVideoCPP.vcxproj @@ -13,13 +13,16 @@ true Windows Store 10.0 - 10.0 - 10.0.16299.0 - $([MSBuild]::GetDirectoryNameOfFileAbove($(SolutionDir), 'node_modules\react-native-windows\package.json'))\node_modules\react-native-windows\ + + + 10.0 + 10.0.16299.0 + + Debug