From a3f4bb912e808682f9bf0f83dfa1645b55b9c39e Mon Sep 17 00:00:00 2001 From: Taiizor <41683699+Taiizor@users.noreply.github.com> Date: Wed, 14 Feb 2024 02:07:42 +0300 Subject: [PATCH] New Pre-Release --- src/Bundle/Sucrose.Bundle/Main.xaml | 2 +- .../PublishProfiles/.NET 9 - ARM64.pubxml | 17 +++++++++++++++++ .../PublishProfiles/.NET 9 - x64.pubxml | 17 +++++++++++++++++ .../PublishProfiles/.NET 9 - x86.pubxml | 17 +++++++++++++++++ 4 files changed, 52 insertions(+), 1 deletion(-) create mode 100644 src/Bundle/Sucrose.Bundle/Properties/PublishProfiles/.NET 9 - ARM64.pubxml create mode 100644 src/Bundle/Sucrose.Bundle/Properties/PublishProfiles/.NET 9 - x64.pubxml create mode 100644 src/Bundle/Sucrose.Bundle/Properties/PublishProfiles/.NET 9 - x86.pubxml diff --git a/src/Bundle/Sucrose.Bundle/Main.xaml b/src/Bundle/Sucrose.Bundle/Main.xaml index b058542e5..1a4b740f8 100644 --- a/src/Bundle/Sucrose.Bundle/Main.xaml +++ b/src/Bundle/Sucrose.Bundle/Main.xaml @@ -13,7 +13,7 @@ Background="#FF29373B" Icon="\Sucrose.Bundle;component\Assets\ICO.ico"> - + diff --git a/src/Bundle/Sucrose.Bundle/Properties/PublishProfiles/.NET 9 - ARM64.pubxml b/src/Bundle/Sucrose.Bundle/Properties/PublishProfiles/.NET 9 - ARM64.pubxml new file mode 100644 index 000000000..80d759230 --- /dev/null +++ b/src/Bundle/Sucrose.Bundle/Properties/PublishProfiles/.NET 9 - ARM64.pubxml @@ -0,0 +1,17 @@ + + + + + Release + ARM64 + net9.0-windows + ..\..\Sucrose\App\$(TargetFramework)\$(Platform)\ + FileSystem + <_TargetId>Folder + win-arm64 + false + false + + \ No newline at end of file diff --git a/src/Bundle/Sucrose.Bundle/Properties/PublishProfiles/.NET 9 - x64.pubxml b/src/Bundle/Sucrose.Bundle/Properties/PublishProfiles/.NET 9 - x64.pubxml new file mode 100644 index 000000000..8233da8fd --- /dev/null +++ b/src/Bundle/Sucrose.Bundle/Properties/PublishProfiles/.NET 9 - x64.pubxml @@ -0,0 +1,17 @@ + + + + + Release + x64 + net9.0-windows + ..\..\Sucrose\App\$(TargetFramework)\$(Platform)\ + FileSystem + <_TargetId>Folder + win-x64 + false + false + + \ No newline at end of file diff --git a/src/Bundle/Sucrose.Bundle/Properties/PublishProfiles/.NET 9 - x86.pubxml b/src/Bundle/Sucrose.Bundle/Properties/PublishProfiles/.NET 9 - x86.pubxml new file mode 100644 index 000000000..5722d3128 --- /dev/null +++ b/src/Bundle/Sucrose.Bundle/Properties/PublishProfiles/.NET 9 - x86.pubxml @@ -0,0 +1,17 @@ + + + + + Release + x86 + net9.0-windows + ..\..\Sucrose\App\$(TargetFramework)\$(Platform)\ + FileSystem + <_TargetId>Folder + win-x86 + false + false + + \ No newline at end of file