mirror of
https://github.com/zoriya/react-native-svg.git
synced 2025-12-05 22:56:11 +00:00
Added support for RNW 74. Bumped windows Example to 74. Updated README.md to remove instructions on how to import Win2D since we no longer use it.
41 lines
1.3 KiB
XML
41 lines
1.3 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
|
|
<!--
|
|
Application projects contain a file with this name to specify some important settings
|
|
that will apply globally for the app and *all* native modules the app consumes. These
|
|
values are set by the app developer. However you can also set them here to test building
|
|
the library solution without an app.
|
|
-->
|
|
|
|
<PropertyGroup Label="Microsoft.ReactNative Experimental Features">
|
|
<!--
|
|
Enables default usage of Hermes.
|
|
|
|
See https://microsoft.github.io/react-native-windows/docs/hermes
|
|
-->
|
|
<UseHermes>true</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>
|
|
|
|
<ReactExperimentalFeaturesSet>true</ReactExperimentalFeaturesSet>
|
|
|
|
</PropertyGroup>
|
|
|
|
</Project>
|