mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2024-11-19 09:50:15 +01:00
24 lines
743 B
XML
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> |