BlueWallet/windows/ExperimentalFeatures.props
Marcos Rodriguez Vélez 4fed24a47c OPS: Update Windows files
2021-07-20 12:21:46 -04:00

24 lines
743 B
XML

<?xml version="1.0" encoding="utf-8"?>
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup Label="Microsoft.ReactNative Experimental Features">
<!--
Changes compilation to assume use of WinUI 3 instead of System XAML.
Requires creation of new project.
See https://microsoft.github.io/react-native-windows/docs/winui3
-->
<UseWinUI3>false</UseWinUI3>
<!--
Compiles Hermes-related code and sets it to the default JS engine.
Requires the "ReactNative.Hermes.Windows" NuGet package.
See https://microsoft.github.io/react-native-windows/docs/hermes
-->
<UseHermes>false</UseHermes>
</PropertyGroup>
</Project>