We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f28ec5e commit 50f5c6eCopy full SHA for 50f5c6e
Modules/@babylonjs/react-native/windows/BabylonReactNative/BabylonReactNative.vcxproj
@@ -296,7 +296,7 @@
296
<Target Name="BabylonNativeBuild" BeforeTargets="PrepareForBuild">
297
<Exec Command='cmake --version' />
298
<Exec Command='cmake ^
299
- -G"Visual Studio 16 2019" ^
+ -G"Visual Studio 17 2022" ^
300
-B$(ProjectDir)..\..\Build_uwp$(Platform) ^
301
-DCMAKE_SYSTEM_NAME=WindowsStore ^
302
-DCMAKE_SYSTEM_VERSION=$(TargetPlatformVersion) ^
0 commit comments