From 39437575f1747081e1d1eb66e135467a613321d1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=A1=C2=B7=C3=A6?= <279202647@qq.com> Date: Sat, 17 Apr 2021 11:17:09 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=8C=E6=88=90=E6=B5=8B=E8=AF=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../JdShopListener/JdShopListener.csproj | 2 +- .../JdShopListener/JdShopListener.csproj.user | 4 +++- .../JdShopListener/MainWindowViewModel.cs | 2 +- .../PublishProfiles/FolderProfile.pubxml | 18 ++++++++++++++++++ .../PublishProfiles/FolderProfile.pubxml.user | 6 ++++++ 5 files changed, 29 insertions(+), 3 deletions(-) create mode 100644 JdShopListener/JdShopListener/Properties/PublishProfiles/FolderProfile.pubxml create mode 100644 JdShopListener/JdShopListener/Properties/PublishProfiles/FolderProfile.pubxml.user diff --git a/JdShopListener/JdShopListener/JdShopListener.csproj b/JdShopListener/JdShopListener/JdShopListener.csproj index 456270c..46ad476 100644 --- a/JdShopListener/JdShopListener/JdShopListener.csproj +++ b/JdShopListener/JdShopListener/JdShopListener.csproj @@ -29,7 +29,7 @@ - PreserveNewest + Always diff --git a/JdShopListener/JdShopListener/JdShopListener.csproj.user b/JdShopListener/JdShopListener/JdShopListener.csproj.user index 2146a5c..85013cc 100644 --- a/JdShopListener/JdShopListener/JdShopListener.csproj.user +++ b/JdShopListener/JdShopListener/JdShopListener.csproj.user @@ -1,6 +1,8 @@  - + + <_LastSelectedProfileId>D:\2019\齐论项目\京东竞品监控\JdShopListener\JdShopListener\Properties\PublishProfiles\FolderProfile.pubxml + Designer diff --git a/JdShopListener/JdShopListener/MainWindowViewModel.cs b/JdShopListener/JdShopListener/MainWindowViewModel.cs index 0b15bc9..00796da 100644 --- a/JdShopListener/JdShopListener/MainWindowViewModel.cs +++ b/JdShopListener/JdShopListener/MainWindowViewModel.cs @@ -644,7 +644,7 @@ namespace JdShopListener return data; } - + /// /// 将时间戳转换为时间 /// diff --git a/JdShopListener/JdShopListener/Properties/PublishProfiles/FolderProfile.pubxml b/JdShopListener/JdShopListener/Properties/PublishProfiles/FolderProfile.pubxml new file mode 100644 index 0000000..48698e9 --- /dev/null +++ b/JdShopListener/JdShopListener/Properties/PublishProfiles/FolderProfile.pubxml @@ -0,0 +1,18 @@ + + + + + Release + Any CPU + bin\Release\netcoreapp3.1\publish\ + FileSystem + netcoreapp3.1 + win-x86 + true + False + False + False + + \ No newline at end of file diff --git a/JdShopListener/JdShopListener/Properties/PublishProfiles/FolderProfile.pubxml.user b/JdShopListener/JdShopListener/Properties/PublishProfiles/FolderProfile.pubxml.user new file mode 100644 index 0000000..312c6e3 --- /dev/null +++ b/JdShopListener/JdShopListener/Properties/PublishProfiles/FolderProfile.pubxml.user @@ -0,0 +1,6 @@ + + + + \ No newline at end of file