From 6f42854c9c75da10aa507de600f2e5d2ef349faa Mon Sep 17 00:00:00 2001 From: Scott Jones Date: Fri, 8 Sep 2023 11:05:21 -0700 Subject: [PATCH] disable ReadyToRun as it was mistakenly trimming Microsoft.UI.Xaml.Controls.ScrollView from Microsoft.WinUI.dll --- .../Properties/PublishProfiles/win10-arm64-unpackaged.pubxml | 4 ++-- WinUIGallery/Properties/PublishProfiles/win10-arm64.pubxml | 4 ++-- .../Properties/PublishProfiles/win10-x64-unpackaged.pubxml | 4 ++-- WinUIGallery/Properties/PublishProfiles/win10-x64.pubxml | 4 ++-- .../Properties/PublishProfiles/win10-x86-unpackaged.pubxml | 4 ++-- WinUIGallery/Properties/PublishProfiles/win10-x86.pubxml | 4 ++-- 6 files changed, 12 insertions(+), 12 deletions(-) diff --git a/WinUIGallery/Properties/PublishProfiles/win10-arm64-unpackaged.pubxml b/WinUIGallery/Properties/PublishProfiles/win10-arm64-unpackaged.pubxml index f7ce80a46..7ec8241fc 100644 --- a/WinUIGallery/Properties/PublishProfiles/win10-arm64-unpackaged.pubxml +++ b/WinUIGallery/Properties/PublishProfiles/win10-arm64-unpackaged.pubxml @@ -7,10 +7,10 @@ https://go.microsoft.com/fwlink/?LinkID=208121. FileSystem ARM64 win10-arm64 - true + True False False - $(Optimized) + False $(Optimized) \ No newline at end of file diff --git a/WinUIGallery/Properties/PublishProfiles/win10-arm64.pubxml b/WinUIGallery/Properties/PublishProfiles/win10-arm64.pubxml index fc9dd1110..b0de94924 100644 --- a/WinUIGallery/Properties/PublishProfiles/win10-arm64.pubxml +++ b/WinUIGallery/Properties/PublishProfiles/win10-arm64.pubxml @@ -7,10 +7,10 @@ https://go.microsoft.com/fwlink/?LinkID=208121. FileSystem ARM64 win10-arm64 - true + True False True - $(Optimized) + False $(Optimized) \ 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 f414c5b0d..475bdcab5 100644 --- a/WinUIGallery/Properties/PublishProfiles/win10-x64-unpackaged.pubxml +++ b/WinUIGallery/Properties/PublishProfiles/win10-x64-unpackaged.pubxml @@ -7,10 +7,10 @@ https://go.microsoft.com/fwlink/?LinkID=208121. FileSystem x64 win10-x64 - true + True False False - $(Optimized) + False $(Optimized) \ No newline at end of file diff --git a/WinUIGallery/Properties/PublishProfiles/win10-x64.pubxml b/WinUIGallery/Properties/PublishProfiles/win10-x64.pubxml index 157e4475f..5c98a9790 100644 --- a/WinUIGallery/Properties/PublishProfiles/win10-x64.pubxml +++ b/WinUIGallery/Properties/PublishProfiles/win10-x64.pubxml @@ -7,10 +7,10 @@ https://go.microsoft.com/fwlink/?LinkID=208121. FileSystem x64 win10-x64 - true + True False True - $(Optimized) + False $(Optimized) \ 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 da5cdcfb8..ab2cf4da1 100644 --- a/WinUIGallery/Properties/PublishProfiles/win10-x86-unpackaged.pubxml +++ b/WinUIGallery/Properties/PublishProfiles/win10-x86-unpackaged.pubxml @@ -7,10 +7,10 @@ https://go.microsoft.com/fwlink/?LinkID=208121. FileSystem x86 win10-x86 - true + True False False - $(Optimized) + False $(Optimized) \ No newline at end of file diff --git a/WinUIGallery/Properties/PublishProfiles/win10-x86.pubxml b/WinUIGallery/Properties/PublishProfiles/win10-x86.pubxml index 847c4c474..7852b5272 100644 --- a/WinUIGallery/Properties/PublishProfiles/win10-x86.pubxml +++ b/WinUIGallery/Properties/PublishProfiles/win10-x86.pubxml @@ -7,10 +7,10 @@ https://go.microsoft.com/fwlink/?LinkID=208121. FileSystem x86 win10-x86 - true + True False True - $(Optimized) + False $(Optimized) \ No newline at end of file