From 1751704179d94a5774fe2af8abd08e6d9f86070a Mon Sep 17 00:00:00 2001 From: shaohaozhi Date: Sat, 8 Jun 2019 19:38:49 +0800 Subject: [PATCH] winfrom package optimized --- src/NSmartProxyWinform/App.config | 8 ++++ .../NSmartProxyWinform.csproj | 38 +++++++++++++++++-- 2 files changed, 42 insertions(+), 4 deletions(-) create mode 100644 src/NSmartProxyWinform/App.config diff --git a/src/NSmartProxyWinform/App.config b/src/NSmartProxyWinform/App.config new file mode 100644 index 0000000..df67ec8 --- /dev/null +++ b/src/NSmartProxyWinform/App.config @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/src/NSmartProxyWinform/NSmartProxyWinform.csproj b/src/NSmartProxyWinform/NSmartProxyWinform.csproj index 3a8a15f..81a98b0 100644 --- a/src/NSmartProxyWinform/NSmartProxyWinform.csproj +++ b/src/NSmartProxyWinform/NSmartProxyWinform.csproj @@ -14,6 +14,21 @@ true + publish\ + true + Disk + false + Foreground + 7 + Days + false + false + true + 0 + 1.0.0.%2a + false + false + true AnyCPU @@ -129,12 +144,10 @@ Resources.resx True + PreserveNewest - - Designer - PreserveNewest @@ -167,7 +180,6 @@ - @@ -175,5 +187,23 @@ + + + False + Microsoft .NET Framework 4.6.1 %28x86 和 x64%29 + true + + + False + .NET Framework 3.5 SP1 + false + + + + md DLLs +move *.dll DLLs +del *.xml +del *.pdb + \ No newline at end of file