From 623bd37c29883b8c14a0fc4068158255fa2cc6ad Mon Sep 17 00:00:00 2001 From: database64128 Date: Thu, 11 Jun 2020 21:06:33 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=AF=20Add=20some=20PublishProfiles=20f?= =?UTF-8?q?or=20convenience?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Properties/PublishProfiles/win-x64.pubxml | 18 ++++++++++++++++++ .../PublishProfiles/win-x64.pubxml.user | 6 ++++++ .../Properties/PublishProfiles/win-x86.pubxml | 18 ++++++++++++++++++ .../PublishProfiles/win-x86.pubxml.user | 6 ++++++ 4 files changed, 48 insertions(+) create mode 100644 shadowsocks-csharp/Properties/PublishProfiles/win-x64.pubxml create mode 100644 shadowsocks-csharp/Properties/PublishProfiles/win-x64.pubxml.user create mode 100644 shadowsocks-csharp/Properties/PublishProfiles/win-x86.pubxml create mode 100644 shadowsocks-csharp/Properties/PublishProfiles/win-x86.pubxml.user diff --git a/shadowsocks-csharp/Properties/PublishProfiles/win-x64.pubxml b/shadowsocks-csharp/Properties/PublishProfiles/win-x64.pubxml new file mode 100644 index 00000000..8975df70 --- /dev/null +++ b/shadowsocks-csharp/Properties/PublishProfiles/win-x64.pubxml @@ -0,0 +1,18 @@ + + + + + Release + Any CPU + bin\Release\netcoreapp3.1\win-x64\publish\ + FileSystem + netcoreapp3.1 + win-x64 + true + True + False + True + + \ No newline at end of file diff --git a/shadowsocks-csharp/Properties/PublishProfiles/win-x64.pubxml.user b/shadowsocks-csharp/Properties/PublishProfiles/win-x64.pubxml.user new file mode 100644 index 00000000..312c6e3b --- /dev/null +++ b/shadowsocks-csharp/Properties/PublishProfiles/win-x64.pubxml.user @@ -0,0 +1,6 @@ + + + + \ No newline at end of file diff --git a/shadowsocks-csharp/Properties/PublishProfiles/win-x86.pubxml b/shadowsocks-csharp/Properties/PublishProfiles/win-x86.pubxml new file mode 100644 index 00000000..b25dd23a --- /dev/null +++ b/shadowsocks-csharp/Properties/PublishProfiles/win-x86.pubxml @@ -0,0 +1,18 @@ + + + + + Release + Any CPU + bin\Release\netcoreapp3.1\win-x86\publish\ + FileSystem + netcoreapp3.1 + win-x86 + true + True + False + True + + \ No newline at end of file diff --git a/shadowsocks-csharp/Properties/PublishProfiles/win-x86.pubxml.user b/shadowsocks-csharp/Properties/PublishProfiles/win-x86.pubxml.user new file mode 100644 index 00000000..312c6e3b --- /dev/null +++ b/shadowsocks-csharp/Properties/PublishProfiles/win-x86.pubxml.user @@ -0,0 +1,6 @@ + + + + \ No newline at end of file