From 8939339d09609434237e3cc43511a4e6d92a91d8 Mon Sep 17 00:00:00 2001 From: Daniel Schick Date: Fri, 18 Aug 2023 16:17:32 +0200 Subject: [PATCH] created publish version --- .gitignore | 2 +- .../PublishProfiles/ClickOnceProfile.pubxml | 47 +++++++++++++++++++ 2 files changed, 48 insertions(+), 1 deletion(-) create mode 100644 src/BreCalClient/Properties/PublishProfiles/ClickOnceProfile.pubxml diff --git a/.gitignore b/.gitignore index d64518d..bbd7a3a 100644 --- a/.gitignore +++ b/.gitignore @@ -225,7 +225,7 @@ publish/ *.azurePubxml # Note: Comment the next line if you want to checkin your web deploy settings, # but database connection strings (with potential passwords) will be unencrypted -*.pubxml +# *.pubxml *.publishproj # Microsoft Azure Web App publish settings. Comment the next line if you want to diff --git a/src/BreCalClient/Properties/PublishProfiles/ClickOnceProfile.pubxml b/src/BreCalClient/Properties/PublishProfiles/ClickOnceProfile.pubxml new file mode 100644 index 0000000..4f7a307 --- /dev/null +++ b/src/BreCalClient/Properties/PublishProfiles/ClickOnceProfile.pubxml @@ -0,0 +1,47 @@ + + + + + 0 + 0.3.0.0 + False + Release + True + true + True + Web + https://www.bsmd-emswe.eu/client/ + False + True + True + False + Any CPU + bin\Release\net6.0-windows\app.publish\ + bin\publish\ + ClickOnce + False + False + False + (none) + False + net6.0-windows + True + Foreground + False + Publish.html + True + https://www.bsmd-emswe.eu/ + BreCalClient + Informatikbüro Daniel Schick + Bremen calling client + https://www.bsmd-emswe.eu/ + + + + true + .NET Desktop Runtime 6.0.16 (x64) + + + \ No newline at end of file