From 7ba6dbf076ad7581afed42d8179a029a43f66afa Mon Sep 17 00:00:00 2001 From: Jeremy Wu Date: Fri, 10 Apr 2020 21:38:19 +1000 Subject: [PATCH] Add publish profile for self-contained .Net Core Wox --- .../NetCore3.1-SelfContained.pubxml | 18 ++++++++++++++++++ .../NetCore3.1-SelfContained.pubxml.user | 6 ++++++ 2 files changed, 24 insertions(+) create mode 100644 Wox/Properties/PublishProfiles/NetCore3.1-SelfContained.pubxml create mode 100644 Wox/Properties/PublishProfiles/NetCore3.1-SelfContained.pubxml.user diff --git a/Wox/Properties/PublishProfiles/NetCore3.1-SelfContained.pubxml b/Wox/Properties/PublishProfiles/NetCore3.1-SelfContained.pubxml new file mode 100644 index 000000000..2794a0cea --- /dev/null +++ b/Wox/Properties/PublishProfiles/NetCore3.1-SelfContained.pubxml @@ -0,0 +1,18 @@ + + + + + FileSystem + Release + Any CPU + netcoreapp3.1 + ..\Output\Release\ + win-x64 + true + False + False + False + + \ No newline at end of file diff --git a/Wox/Properties/PublishProfiles/NetCore3.1-SelfContained.pubxml.user b/Wox/Properties/PublishProfiles/NetCore3.1-SelfContained.pubxml.user new file mode 100644 index 000000000..312c6e3b8 --- /dev/null +++ b/Wox/Properties/PublishProfiles/NetCore3.1-SelfContained.pubxml.user @@ -0,0 +1,6 @@ + + + + \ No newline at end of file