From 57cb98a08963641c3ec666ed7966e23dbbb2f484 Mon Sep 17 00:00:00 2001 From: BDisp Date: Sat, 6 Jul 2024 10:25:53 +0100 Subject: [PATCH] Add separated publish profiles for Debug and Release. --- .../FolderProfile_net8.0_linux-x64_Debug.pubxml | 16 ++++++++++++++++ ...lderProfile_net8.0_linux-x64_Release.pubxml} | 0 .../FolderProfile_net8.0_osx-x64_Debug.pubxml | 16 ++++++++++++++++ ...FolderProfile_net8.0_osx-x64_Release.pubxml} | 0 .../FolderProfile_net8.0_win-x64_Debug.pubxml | 17 +++++++++++++++++ ...FolderProfile_net8.0_win-x64_Release.pubxml} | 0 6 files changed, 49 insertions(+) create mode 100644 SelfContained/Properties/PublishProfiles/FolderProfile_net8.0_linux-x64_Debug.pubxml rename SelfContained/Properties/PublishProfiles/{FolderProfile_net8.0_linux-x64.pubxml => FolderProfile_net8.0_linux-x64_Release.pubxml} (100%) create mode 100644 SelfContained/Properties/PublishProfiles/FolderProfile_net8.0_osx-x64_Debug.pubxml rename SelfContained/Properties/PublishProfiles/{FolderProfile_net8.0_osx-x64.pubxml => FolderProfile_net8.0_osx-x64_Release.pubxml} (100%) create mode 100644 SelfContained/Properties/PublishProfiles/FolderProfile_net8.0_win-x64_Debug.pubxml rename SelfContained/Properties/PublishProfiles/{FolderProfile_net8.0_win-x64.pubxml => FolderProfile_net8.0_win-x64_Release.pubxml} (100%) diff --git a/SelfContained/Properties/PublishProfiles/FolderProfile_net8.0_linux-x64_Debug.pubxml b/SelfContained/Properties/PublishProfiles/FolderProfile_net8.0_linux-x64_Debug.pubxml new file mode 100644 index 000000000..1df9aed21 --- /dev/null +++ b/SelfContained/Properties/PublishProfiles/FolderProfile_net8.0_linux-x64_Debug.pubxml @@ -0,0 +1,16 @@ + + + + + Debug + Any CPU + bin\Debug\net8.0\publish\linux-x64\ + FileSystem + <_TargetId>Folder + net8.0 + linux-x64 + true + + \ No newline at end of file diff --git a/SelfContained/Properties/PublishProfiles/FolderProfile_net8.0_linux-x64.pubxml b/SelfContained/Properties/PublishProfiles/FolderProfile_net8.0_linux-x64_Release.pubxml similarity index 100% rename from SelfContained/Properties/PublishProfiles/FolderProfile_net8.0_linux-x64.pubxml rename to SelfContained/Properties/PublishProfiles/FolderProfile_net8.0_linux-x64_Release.pubxml diff --git a/SelfContained/Properties/PublishProfiles/FolderProfile_net8.0_osx-x64_Debug.pubxml b/SelfContained/Properties/PublishProfiles/FolderProfile_net8.0_osx-x64_Debug.pubxml new file mode 100644 index 000000000..8e5bf1719 --- /dev/null +++ b/SelfContained/Properties/PublishProfiles/FolderProfile_net8.0_osx-x64_Debug.pubxml @@ -0,0 +1,16 @@ + + + + + Debug + Any CPU + bin\Debug\net8.0\publish\osx-x64\ + FileSystem + <_TargetId>Folder + net8.0 + osx-x64 + true + + \ No newline at end of file diff --git a/SelfContained/Properties/PublishProfiles/FolderProfile_net8.0_osx-x64.pubxml b/SelfContained/Properties/PublishProfiles/FolderProfile_net8.0_osx-x64_Release.pubxml similarity index 100% rename from SelfContained/Properties/PublishProfiles/FolderProfile_net8.0_osx-x64.pubxml rename to SelfContained/Properties/PublishProfiles/FolderProfile_net8.0_osx-x64_Release.pubxml diff --git a/SelfContained/Properties/PublishProfiles/FolderProfile_net8.0_win-x64_Debug.pubxml b/SelfContained/Properties/PublishProfiles/FolderProfile_net8.0_win-x64_Debug.pubxml new file mode 100644 index 000000000..14d28cd96 --- /dev/null +++ b/SelfContained/Properties/PublishProfiles/FolderProfile_net8.0_win-x64_Debug.pubxml @@ -0,0 +1,17 @@ + + + + + Debug + Any CPU + bin\Debug\net8.0\publish\win-x64\ + FileSystem + <_TargetId>Folder + net8.0 + win-x64 + true + false + + \ No newline at end of file diff --git a/SelfContained/Properties/PublishProfiles/FolderProfile_net8.0_win-x64.pubxml b/SelfContained/Properties/PublishProfiles/FolderProfile_net8.0_win-x64_Release.pubxml similarity index 100% rename from SelfContained/Properties/PublishProfiles/FolderProfile_net8.0_win-x64.pubxml rename to SelfContained/Properties/PublishProfiles/FolderProfile_net8.0_win-x64_Release.pubxml