From c2fd30d7841299af4b0cc68748123abd4af11cb2 Mon Sep 17 00:00:00 2001 From: Scott Jones Date: Tue, 10 Oct 2023 10:47:39 -0700 Subject: [PATCH] Set TrimMode explicitly back to partial for .NET 7 compat (#1378) See: https://learn.microsoft.com/en-us/dotnet/core/deploying/trimming/trimming-options?pivots=dotnet-7-0 --- .../PublishProfiles/win10-arm64-unpackaged.pubxml | 6 ++++++ WinUIGallery/Properties/PublishProfiles/win10-arm64.pubxml | 6 ++++++ .../Properties/PublishProfiles/win10-x64-unpackaged.pubxml | 6 ++++++ WinUIGallery/Properties/PublishProfiles/win10-x64.pubxml | 6 ++++++ .../Properties/PublishProfiles/win10-x86-unpackaged.pubxml | 6 ++++++ WinUIGallery/Properties/PublishProfiles/win10-x86.pubxml | 6 ++++++ 6 files changed, 36 insertions(+) diff --git a/WinUIGallery/Properties/PublishProfiles/win10-arm64-unpackaged.pubxml b/WinUIGallery/Properties/PublishProfiles/win10-arm64-unpackaged.pubxml index 7ec8241fc..234387866 100644 --- a/WinUIGallery/Properties/PublishProfiles/win10-arm64-unpackaged.pubxml +++ b/WinUIGallery/Properties/PublishProfiles/win10-arm64-unpackaged.pubxml @@ -7,10 +7,16 @@ https://go.microsoft.com/fwlink/?LinkID=208121. FileSystem ARM64 win10-arm64 + True False False False $(Optimized) + + partial \ No newline at end of file diff --git a/WinUIGallery/Properties/PublishProfiles/win10-arm64.pubxml b/WinUIGallery/Properties/PublishProfiles/win10-arm64.pubxml index b0de94924..7777f0dc8 100644 --- a/WinUIGallery/Properties/PublishProfiles/win10-arm64.pubxml +++ b/WinUIGallery/Properties/PublishProfiles/win10-arm64.pubxml @@ -7,10 +7,16 @@ https://go.microsoft.com/fwlink/?LinkID=208121. FileSystem ARM64 win10-arm64 + True False True False $(Optimized) + + partial \ No newline at end of file diff --git a/WinUIGallery/Properties/PublishProfiles/win10-x64-unpackaged.pubxml b/WinUIGallery/Properties/PublishProfiles/win10-x64-unpackaged.pubxml index 475bdcab5..0b74be333 100644 --- a/WinUIGallery/Properties/PublishProfiles/win10-x64-unpackaged.pubxml +++ b/WinUIGallery/Properties/PublishProfiles/win10-x64-unpackaged.pubxml @@ -7,10 +7,16 @@ https://go.microsoft.com/fwlink/?LinkID=208121. FileSystem x64 win10-x64 + True False False False $(Optimized) + + partial \ No newline at end of file diff --git a/WinUIGallery/Properties/PublishProfiles/win10-x64.pubxml b/WinUIGallery/Properties/PublishProfiles/win10-x64.pubxml index 5c98a9790..0ba94cf14 100644 --- a/WinUIGallery/Properties/PublishProfiles/win10-x64.pubxml +++ b/WinUIGallery/Properties/PublishProfiles/win10-x64.pubxml @@ -7,10 +7,16 @@ https://go.microsoft.com/fwlink/?LinkID=208121. FileSystem x64 win10-x64 + True False True False $(Optimized) + + partial \ No newline at end of file diff --git a/WinUIGallery/Properties/PublishProfiles/win10-x86-unpackaged.pubxml b/WinUIGallery/Properties/PublishProfiles/win10-x86-unpackaged.pubxml index ab2cf4da1..2bda3fa70 100644 --- a/WinUIGallery/Properties/PublishProfiles/win10-x86-unpackaged.pubxml +++ b/WinUIGallery/Properties/PublishProfiles/win10-x86-unpackaged.pubxml @@ -7,10 +7,16 @@ https://go.microsoft.com/fwlink/?LinkID=208121. FileSystem x86 win10-x86 + True False False False $(Optimized) + + partial \ No newline at end of file diff --git a/WinUIGallery/Properties/PublishProfiles/win10-x86.pubxml b/WinUIGallery/Properties/PublishProfiles/win10-x86.pubxml index 7852b5272..8319695f4 100644 --- a/WinUIGallery/Properties/PublishProfiles/win10-x86.pubxml +++ b/WinUIGallery/Properties/PublishProfiles/win10-x86.pubxml @@ -7,10 +7,16 @@ https://go.microsoft.com/fwlink/?LinkID=208121. FileSystem x86 win10-x86 + True False True False $(Optimized) + + partial \ No newline at end of file