From ee8c46a049d89d5280462e793a1e56bb6021b846 Mon Sep 17 00:00:00 2001 From: Daniel Ayala <14967941+danielayala94@users.noreply.github.com> Date: Fri, 13 Dec 2024 16:49:43 -0800 Subject: [PATCH 1/3] Update OutputMSBuildProperties.targets --- vnext/PropertySheets/OutputMSBuildProperties.targets | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/vnext/PropertySheets/OutputMSBuildProperties.targets b/vnext/PropertySheets/OutputMSBuildProperties.targets index ebb0f3714ff..c40069cb29c 100644 --- a/vnext/PropertySheets/OutputMSBuildProperties.targets +++ b/vnext/PropertySheets/OutputMSBuildProperties.targets @@ -18,7 +18,8 @@ "WindowsTargetPlatformVersion": "$(WindowsTargetPlatformVersion)", "UseExperimentalNuGet": "$(UseExperimentalNuGet)", "UseHermes": "$(UseHermes)", - "UseWinUI3": "$(UseWinUI3)" + "UseWinUI3": "$(UseWinUI3)", + "RnwNewArch": "$(RnwNewArch)" } From ef68970bb22be1d8167b88894fdbfea26e3adb65 Mon Sep 17 00:00:00 2001 From: Daniel Ayala <14967941+danielayala94@users.noreply.github.com> Date: Mon, 16 Dec 2024 11:17:39 -0800 Subject: [PATCH 2/3] Change files --- ...ative-windows-87a27036-cad7-4e7e-a5e1-9f1a77329392.json | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 change/react-native-windows-87a27036-cad7-4e7e-a5e1-9f1a77329392.json diff --git a/change/react-native-windows-87a27036-cad7-4e7e-a5e1-9f1a77329392.json b/change/react-native-windows-87a27036-cad7-4e7e-a5e1-9f1a77329392.json new file mode 100644 index 00000000000..2fa135e4d05 --- /dev/null +++ b/change/react-native-windows-87a27036-cad7-4e7e-a5e1-9f1a77329392.json @@ -0,0 +1,7 @@ +{ + "type": "none", + "comment": "Add RnwNewArch to MSBuildProperties", + "packageName": "react-native-windows", + "email": "14967941+danielayala94@users.noreply.github.com", + "dependentChangeType": "none" +} From c59504de7129a1f382367ebdee97a5ddbd6ad2d6 Mon Sep 17 00:00:00 2001 From: Daniel Ayala <14967941+danielayala94@users.noreply.github.com> Date: Mon, 16 Dec 2024 16:17:04 -0800 Subject: [PATCH 3/3] Add UseFabric to the MS Build props --- vnext/PropertySheets/OutputMSBuildProperties.targets | 1 + 1 file changed, 1 insertion(+) diff --git a/vnext/PropertySheets/OutputMSBuildProperties.targets b/vnext/PropertySheets/OutputMSBuildProperties.targets index c40069cb29c..dd1b7cf6d04 100644 --- a/vnext/PropertySheets/OutputMSBuildProperties.targets +++ b/vnext/PropertySheets/OutputMSBuildProperties.targets @@ -19,6 +19,7 @@ "UseExperimentalNuGet": "$(UseExperimentalNuGet)", "UseHermes": "$(UseHermes)", "UseWinUI3": "$(UseWinUI3)", + "UseFabric": "$(UseFabric)", "RnwNewArch": "$(RnwNewArch)" }