mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2025-02-24 07:28:07 +01:00
24 lines
743 B
Text
24 lines
743 B
Text
|
<?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>
|