Summary:
This change is the direct results of doing the following:
npx react-native-windows-init --overwrite
Notes: ignore the format warnings below. In this case, the ordering of includes does matter. Missing license is for auto-generated files, so ignore too.
Reviewed By: aigoncharov
Differential Revision: D36775215
fbshipit-source-id: 1cd00ff2bfc258c8505e97dcdbd9cb4365c4acfb
39 lines
1.2 KiB
XML
39 lines
1.2 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
|
|
<!--
|
|
This file contains some important settings that will apply globally for
|
|
your app and *all* native modules your app consumes. These values were
|
|
set when you created the app project, and in some cases cannot be
|
|
simply changed here without recreating a new project.
|
|
-->
|
|
|
|
<PropertyGroup Label="Microsoft.ReactNative Experimental Features">
|
|
<!--
|
|
Enables default usage of Hermes.
|
|
|
|
See https://microsoft.github.io/react-native-windows/docs/hermes
|
|
-->
|
|
<UseHermes>false</UseHermes>
|
|
|
|
<!--
|
|
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>
|
|
|
|
<!--
|
|
Changes compilation to assume use of Microsoft.ReactNative NuGet packages
|
|
instead of building the framework from source.
|
|
Requires creation of new project.
|
|
|
|
See https://microsoft.github.io/react-native-windows/docs/nuget
|
|
-->
|
|
<UseExperimentalNuget>false</UseExperimentalNuget>
|
|
|
|
</PropertyGroup>
|
|
|
|
</Project>
|