Browse Source

完成测试

master
С·æ 4 years ago
parent
commit
39437575f1
  1. 2
      JdShopListener/JdShopListener/JdShopListener.csproj
  2. 4
      JdShopListener/JdShopListener/JdShopListener.csproj.user
  3. 2
      JdShopListener/JdShopListener/MainWindowViewModel.cs
  4. 18
      JdShopListener/JdShopListener/Properties/PublishProfiles/FolderProfile.pubxml
  5. 6
      JdShopListener/JdShopListener/Properties/PublishProfiles/FolderProfile.pubxml.user

2
JdShopListener/JdShopListener/JdShopListener.csproj

@ -29,7 +29,7 @@
<ItemGroup>
<None Update="db\items.db">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
</ItemGroup>

4
JdShopListener/JdShopListener/JdShopListener.csproj.user

@ -1,6 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="Current" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup />
<PropertyGroup>
<_LastSelectedProfileId>D:\2019\齐论项目\京东竞品监控\JdShopListener\JdShopListener\Properties\PublishProfiles\FolderProfile.pubxml</_LastSelectedProfileId>
</PropertyGroup>
<ItemGroup>
<ApplicationDefinition Update="App.xaml">
<SubType>Designer</SubType>

2
JdShopListener/JdShopListener/MainWindowViewModel.cs

@ -644,7 +644,7 @@ namespace JdShopListener
return data;
}
/// <summary>
/// 将时间戳转换为时间
/// </summary>

18
JdShopListener/JdShopListener/Properties/PublishProfiles/FolderProfile.pubxml

@ -0,0 +1,18 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
https://go.microsoft.com/fwlink/?LinkID=208121.
-->
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<Configuration>Release</Configuration>
<Platform>Any CPU</Platform>
<PublishDir>bin\Release\netcoreapp3.1\publish\</PublishDir>
<PublishProtocol>FileSystem</PublishProtocol>
<TargetFramework>netcoreapp3.1</TargetFramework>
<RuntimeIdentifier>win-x86</RuntimeIdentifier>
<SelfContained>true</SelfContained>
<PublishSingleFile>False</PublishSingleFile>
<PublishReadyToRun>False</PublishReadyToRun>
<PublishTrimmed>False</PublishTrimmed>
</PropertyGroup>
</Project>

6
JdShopListener/JdShopListener/Properties/PublishProfiles/FolderProfile.pubxml.user

@ -0,0 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
https://go.microsoft.com/fwlink/?LinkID=208121.
-->
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
</Project>
Loading…
Cancel
Save