From 5ee8d4db5f8d69816ce2b05a3b7ae3acfb6dd692 Mon Sep 17 00:00:00 2001 From: David Huang Date: Wed, 13 Nov 2024 02:03:25 +0100 Subject: [PATCH] Integrate patched XAML compiler for UWP Following #12 Per https://github.com/microsoft/microsoft-ui-xaml/discussions/9983#discussioncomment-11232904 --- Directory.Packages.props | 3 ++- FluentIcons.Uwp/FluentIcons.Uwp.csproj | 4 ++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/Directory.Packages.props b/Directory.Packages.props index 4cbd82d..0cf6fa2 100644 --- a/Directory.Packages.props +++ b/Directory.Packages.props @@ -10,7 +10,8 @@ - + + diff --git a/FluentIcons.Uwp/FluentIcons.Uwp.csproj b/FluentIcons.Uwp/FluentIcons.Uwp.csproj index 6fb95e1..83ec558 100644 --- a/FluentIcons.Uwp/FluentIcons.Uwp.csproj +++ b/FluentIcons.Uwp/FluentIcons.Uwp.csproj @@ -30,6 +30,10 @@ true win-x86;win-x64;win-arm64 + + + +