From 639152e3e44b09156b057ca6c1a676a894744190 Mon Sep 17 00:00:00 2001 From: Ray Date: Fri, 23 Jul 2021 02:19:03 +0100 Subject: [PATCH] Added: publish profiles --- FizzyLauncher.csproj | 5 +++++ FizzyLauncher.csproj.user | 1 + Properties/PublishProfiles/Release x64.pubxml | 17 +++++++++++++++++ .../PublishProfiles/Release x64.pubxml.user | 9 +++++++++ Properties/PublishProfiles/Release x86.pubxml | 17 +++++++++++++++++ .../PublishProfiles/Release x86.pubxml.user | 9 +++++++++ 6 files changed, 58 insertions(+) create mode 100644 Properties/PublishProfiles/Release x64.pubxml create mode 100644 Properties/PublishProfiles/Release x64.pubxml.user create mode 100644 Properties/PublishProfiles/Release x86.pubxml create mode 100644 Properties/PublishProfiles/Release x86.pubxml.user diff --git a/FizzyLauncher.csproj b/FizzyLauncher.csproj index 97db607..511af66 100644 --- a/FizzyLauncher.csproj +++ b/FizzyLauncher.csproj @@ -21,6 +21,11 @@ bin\Debug\ + + none + false + + diff --git a/FizzyLauncher.csproj.user b/FizzyLauncher.csproj.user index 3091f15..ff4db01 100644 --- a/FizzyLauncher.csproj.user +++ b/FizzyLauncher.csproj.user @@ -2,6 +2,7 @@ false + <_LastSelectedProfileId>L:\gitlab-hiimray\fizzy-launcher\Properties\PublishProfiles\Release x86.pubxml diff --git a/Properties/PublishProfiles/Release x64.pubxml b/Properties/PublishProfiles/Release x64.pubxml new file mode 100644 index 0000000..23a6044 --- /dev/null +++ b/Properties/PublishProfiles/Release x64.pubxml @@ -0,0 +1,17 @@ + + + + + Release + Any CPU + bin\Release\64\ + FileSystem + net5.0-windows + win-x64 + false + True + False + + \ No newline at end of file diff --git a/Properties/PublishProfiles/Release x64.pubxml.user b/Properties/PublishProfiles/Release x64.pubxml.user new file mode 100644 index 0000000..dfee95b --- /dev/null +++ b/Properties/PublishProfiles/Release x64.pubxml.user @@ -0,0 +1,9 @@ + + + + + True|2021-07-23T00:58:59.4046567Z; + + \ No newline at end of file diff --git a/Properties/PublishProfiles/Release x86.pubxml b/Properties/PublishProfiles/Release x86.pubxml new file mode 100644 index 0000000..56c7547 --- /dev/null +++ b/Properties/PublishProfiles/Release x86.pubxml @@ -0,0 +1,17 @@ + + + + + Release + Any CPU + bin\Release\86\ + FileSystem + net5.0-windows + win-x86 + false + True + False + + \ No newline at end of file diff --git a/Properties/PublishProfiles/Release x86.pubxml.user b/Properties/PublishProfiles/Release x86.pubxml.user new file mode 100644 index 0000000..a3ff1d7 --- /dev/null +++ b/Properties/PublishProfiles/Release x86.pubxml.user @@ -0,0 +1,9 @@ + + + + + True|2021-07-23T00:59:33.9680448Z;True|2021-07-23T01:52:28.5639205+01:00;True|2021-07-23T01:49:36.9865426+01:00;True|2021-07-23T01:48:31.0435665+01:00; + + \ No newline at end of file