512 lines
32 KiB
XML
512 lines
32 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
|
|
<PropertyGroup>
|
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
|
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
|
<ProjectGuid>{1E0C7B53-1915-461F-99CA-3923BD35F849}</ProjectGuid>
|
|
<OutputType>WinExe</OutputType>
|
|
<RootNamespace>Server</RootNamespace>
|
|
<AssemblyName>Server</AssemblyName>
|
|
<TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
|
|
<FileAlignment>512</FileAlignment>
|
|
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
|
|
<Deterministic>true</Deterministic>
|
|
<PublishUrl>publish\</PublishUrl>
|
|
<Install>true</Install>
|
|
<InstallFrom>Disk</InstallFrom>
|
|
<UpdateEnabled>false</UpdateEnabled>
|
|
<UpdateMode>Foreground</UpdateMode>
|
|
<UpdateInterval>7</UpdateInterval>
|
|
<UpdateIntervalUnits>Days</UpdateIntervalUnits>
|
|
<UpdatePeriodically>false</UpdatePeriodically>
|
|
<UpdateRequired>false</UpdateRequired>
|
|
<MapFileExtensions>true</MapFileExtensions>
|
|
<ApplicationRevision>0</ApplicationRevision>
|
|
<ApplicationVersion>1.0.0.%2a</ApplicationVersion>
|
|
<IsWebBootstrapper>false</IsWebBootstrapper>
|
|
<UseApplicationTrust>false</UseApplicationTrust>
|
|
<BootstrapperEnabled>true</BootstrapperEnabled>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
|
<PlatformTarget>AnyCPU</PlatformTarget>
|
|
<DebugSymbols>true</DebugSymbols>
|
|
<DebugType>full</DebugType>
|
|
<Optimize>false</Optimize>
|
|
<OutputPath>bin\Debug\</OutputPath>
|
|
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<WarningLevel>4</WarningLevel>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
|
<PlatformTarget>AnyCPU</PlatformTarget>
|
|
<DebugType>pdbonly</DebugType>
|
|
<Optimize>true</Optimize>
|
|
<OutputPath>bin\Release\</OutputPath>
|
|
<DefineConstants>TRACE</DefineConstants>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<WarningLevel>4</WarningLevel>
|
|
</PropertyGroup>
|
|
<PropertyGroup>
|
|
<TargetZone>LocalIntranet</TargetZone>
|
|
</PropertyGroup>
|
|
<PropertyGroup>
|
|
<GenerateManifests>false</GenerateManifests>
|
|
</PropertyGroup>
|
|
<PropertyGroup>
|
|
<ApplicationManifest>Properties\app.manifest</ApplicationManifest>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<Reference Include="AutoMapper, Version=10.0.0.0, Culture=neutral, PublicKeyToken=be96cd2c38ef1005, processorArchitecture=MSIL">
|
|
<HintPath>..\packages\AutoMapper.10.0.0\lib\net461\AutoMapper.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="BouncyCastle.Crypto, Version=1.8.5.0, Culture=neutral, PublicKeyToken=0e99375e54769942">
|
|
<HintPath>..\packages\BouncyCastle.1.8.5\lib\BouncyCastle.Crypto.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="Common, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
|
|
<SpecificVersion>False</SpecificVersion>
|
|
<HintPath>..\..\..\yz_common\Common\Model\bin\Debug\Common.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="EO.Base, Version=21.3.18.0, Culture=neutral, PublicKeyToken=e92353a6bf73fffc, processorArchitecture=MSIL">
|
|
<HintPath>..\packages\EO.WebBrowser.21.3.18\lib\EO.Base.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="EO.WebBrowser, Version=21.3.18.0, Culture=neutral, PublicKeyToken=e92353a6bf73fffc, processorArchitecture=MSIL">
|
|
<HintPath>..\packages\EO.WebBrowser.21.3.18\lib\EO.WebBrowser.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="EO.WebBrowser.WinForm, Version=21.3.18.0, Culture=neutral, PublicKeyToken=e92353a6bf73fffc, processorArchitecture=MSIL">
|
|
<HintPath>..\packages\EO.WebBrowser.WinForm.21.3.18\lib\EO.WebBrowser.WinForm.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="EO.WebEngine, Version=21.3.18.0, Culture=neutral, PublicKeyToken=e92353a6bf73fffc, processorArchitecture=MSIL">
|
|
<HintPath>..\packages\EO.WebBrowser.21.3.18\lib\EO.WebEngine.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="Google.Protobuf, Version=3.19.4.0, Culture=neutral, PublicKeyToken=a7d26565bac4d604, processorArchitecture=MSIL">
|
|
<HintPath>..\packages\Google.Protobuf.3.19.4\lib\net45\Google.Protobuf.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="HttpHelper">
|
|
<HintPath>Dlls\HttpHelper.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="ICSharpCode.SharpZipLib, Version=1.3.3.11, Culture=neutral, PublicKeyToken=1b03e6acf1164f73, processorArchitecture=MSIL">
|
|
<HintPath>..\packages\SharpZipLib.1.3.3\lib\net45\ICSharpCode.SharpZipLib.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="K4os.Compression.LZ4, Version=1.2.6.0, Culture=neutral, PublicKeyToken=2186fa9121ef231d, processorArchitecture=MSIL">
|
|
<HintPath>..\packages\K4os.Compression.LZ4.1.2.6\lib\net46\K4os.Compression.LZ4.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="K4os.Compression.LZ4.Streams, Version=1.2.6.0, Culture=neutral, PublicKeyToken=2186fa9121ef231d, processorArchitecture=MSIL">
|
|
<HintPath>..\packages\K4os.Compression.LZ4.Streams.1.2.6\lib\net46\K4os.Compression.LZ4.Streams.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="K4os.Hash.xxHash, Version=1.0.6.0, Culture=neutral, PublicKeyToken=32cd54395057cec3, processorArchitecture=MSIL">
|
|
<HintPath>..\packages\K4os.Hash.xxHash.1.0.6\lib\net46\K4os.Hash.xxHash.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="Microsoft.AspNetCore.Cors, Version=2.2.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60, processorArchitecture=MSIL">
|
|
<HintPath>..\packages\Microsoft.AspNetCore.Cors.2.2.0\lib\netstandard2.0\Microsoft.AspNetCore.Cors.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="Microsoft.AspNetCore.Hosting.Abstractions, Version=2.2.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60, processorArchitecture=MSIL">
|
|
<HintPath>..\packages\Microsoft.AspNetCore.Hosting.Abstractions.2.2.0\lib\netstandard2.0\Microsoft.AspNetCore.Hosting.Abstractions.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="Microsoft.AspNetCore.Hosting.Server.Abstractions, Version=2.2.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60, processorArchitecture=MSIL">
|
|
<HintPath>..\packages\Microsoft.AspNetCore.Hosting.Server.Abstractions.2.2.0\lib\netstandard2.0\Microsoft.AspNetCore.Hosting.Server.Abstractions.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="Microsoft.AspNetCore.Http.Abstractions, Version=2.2.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60, processorArchitecture=MSIL">
|
|
<HintPath>..\packages\Microsoft.AspNetCore.Http.Abstractions.2.2.0\lib\netstandard2.0\Microsoft.AspNetCore.Http.Abstractions.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="Microsoft.AspNetCore.Http.Extensions, Version=2.2.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60, processorArchitecture=MSIL">
|
|
<HintPath>..\packages\Microsoft.AspNetCore.Http.Extensions.2.2.0\lib\netstandard2.0\Microsoft.AspNetCore.Http.Extensions.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="Microsoft.AspNetCore.Http.Features, Version=2.2.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60, processorArchitecture=MSIL">
|
|
<HintPath>..\packages\Microsoft.AspNetCore.Http.Features.2.2.0\lib\netstandard2.0\Microsoft.AspNetCore.Http.Features.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="Microsoft.AspNetCore.StaticFiles, Version=2.2.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60, processorArchitecture=MSIL">
|
|
<HintPath>..\packages\Microsoft.AspNetCore.StaticFiles.2.2.0\lib\netstandard2.0\Microsoft.AspNetCore.StaticFiles.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="Microsoft.Extensions.Configuration.Abstractions, Version=2.2.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60, processorArchitecture=MSIL">
|
|
<HintPath>..\packages\Microsoft.Extensions.Configuration.Abstractions.2.2.0\lib\netstandard2.0\Microsoft.Extensions.Configuration.Abstractions.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="Microsoft.Extensions.DependencyInjection.Abstractions, Version=2.2.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60, processorArchitecture=MSIL">
|
|
<HintPath>..\packages\Microsoft.Extensions.DependencyInjection.Abstractions.2.2.0\lib\netstandard2.0\Microsoft.Extensions.DependencyInjection.Abstractions.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="Microsoft.Extensions.FileProviders.Abstractions, Version=2.2.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60, processorArchitecture=MSIL">
|
|
<HintPath>..\packages\Microsoft.Extensions.FileProviders.Abstractions.2.2.0\lib\netstandard2.0\Microsoft.Extensions.FileProviders.Abstractions.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="Microsoft.Extensions.Hosting.Abstractions, Version=2.2.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60, processorArchitecture=MSIL">
|
|
<HintPath>..\packages\Microsoft.Extensions.Hosting.Abstractions.2.2.0\lib\netstandard2.0\Microsoft.Extensions.Hosting.Abstractions.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="Microsoft.Extensions.Logging.Abstractions, Version=2.2.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60, processorArchitecture=MSIL">
|
|
<HintPath>..\packages\Microsoft.Extensions.Logging.Abstractions.2.2.0\lib\netstandard2.0\Microsoft.Extensions.Logging.Abstractions.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="Microsoft.Extensions.Options, Version=2.2.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60, processorArchitecture=MSIL">
|
|
<HintPath>..\packages\Microsoft.Extensions.Options.2.2.0\lib\netstandard2.0\Microsoft.Extensions.Options.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="Microsoft.Extensions.Primitives, Version=2.2.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60, processorArchitecture=MSIL">
|
|
<HintPath>..\packages\Microsoft.Extensions.Primitives.2.2.0\lib\netstandard2.0\Microsoft.Extensions.Primitives.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="Microsoft.Extensions.WebEncoders, Version=2.2.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60, processorArchitecture=MSIL">
|
|
<HintPath>..\packages\Microsoft.Extensions.WebEncoders.2.2.0\lib\netstandard2.0\Microsoft.Extensions.WebEncoders.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="Microsoft.Net.Http.Headers, Version=2.2.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60, processorArchitecture=MSIL">
|
|
<HintPath>..\packages\Microsoft.Net.Http.Headers.2.2.0\lib\netstandard2.0\Microsoft.Net.Http.Headers.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="Microsoft.Owin, Version=4.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
|
|
<HintPath>..\packages\Microsoft.Owin.4.2.0\lib\net45\Microsoft.Owin.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="Microsoft.Owin.Cors, Version=4.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
|
|
<HintPath>..\packages\Microsoft.Owin.Cors.4.2.0\lib\net45\Microsoft.Owin.Cors.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="Microsoft.Owin.FileSystems, Version=4.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
|
|
<HintPath>..\packages\Microsoft.Owin.FileSystems.4.2.0\lib\net45\Microsoft.Owin.FileSystems.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="Microsoft.Owin.Host.HttpListener, Version=4.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
|
|
<HintPath>..\packages\Microsoft.Owin.Host.HttpListener.4.2.0\lib\net45\Microsoft.Owin.Host.HttpListener.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="Microsoft.Owin.Hosting, Version=4.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
|
|
<HintPath>..\packages\Microsoft.Owin.Hosting.4.2.0\lib\net45\Microsoft.Owin.Hosting.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="Microsoft.Owin.StaticFiles, Version=4.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
|
|
<HintPath>..\packages\Microsoft.Owin.StaticFiles.4.2.0\lib\net45\Microsoft.Owin.StaticFiles.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="Microsoft.Web.Infrastructure, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
|
|
<HintPath>..\packages\Microsoft.Web.Infrastructure.1.0.0.0\lib\net40\Microsoft.Web.Infrastructure.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="MySql.Data, Version=8.0.28.0, Culture=neutral, PublicKeyToken=c5687fc88969c44d, processorArchitecture=MSIL">
|
|
<HintPath>..\packages\MySql.Data.8.0.28\lib\net452\MySql.Data.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="Newtonsoft.Json, Version=13.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
|
|
<HintPath>..\packages\Newtonsoft.Json.13.0.1\lib\net45\Newtonsoft.Json.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="Owin, Version=1.0.0.0, Culture=neutral, PublicKeyToken=f0ebd12fd5e55cc5, processorArchitecture=MSIL">
|
|
<HintPath>..\packages\Owin.1.0\lib\net40\Owin.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="protobuf-net, Version=3.0.0.0, Culture=neutral, PublicKeyToken=257b51d87d2e4d67, processorArchitecture=MSIL">
|
|
<HintPath>..\packages\protobuf-net.3.0.101\lib\net461\protobuf-net.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="protobuf-net.Core, Version=3.0.0.0, Culture=neutral, PublicKeyToken=257b51d87d2e4d67, processorArchitecture=MSIL">
|
|
<HintPath>..\packages\protobuf-net.Core.3.0.101\lib\net461\protobuf-net.Core.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="SqlSugar, Version=5.0.7.0, Culture=neutral, processorArchitecture=MSIL">
|
|
<HintPath>..\packages\SqlSugar.5.0.7\lib\SqlSugar.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="System" />
|
|
<Reference Include="System.Buffers, Version=4.0.3.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
|
|
<HintPath>..\packages\System.Buffers.4.5.1\lib\net461\System.Buffers.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="System.Collections.Immutable, Version=1.2.5.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
|
|
<HintPath>..\packages\System.Collections.Immutable.1.7.1\lib\net461\System.Collections.Immutable.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="System.ComponentModel" />
|
|
<Reference Include="System.ComponentModel.Annotations, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
|
|
<HintPath>..\packages\System.ComponentModel.Annotations.4.5.0\lib\net461\System.ComponentModel.Annotations.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="System.ComponentModel.DataAnnotations" />
|
|
<Reference Include="System.Configuration" />
|
|
<Reference Include="System.Configuration.Install" />
|
|
<Reference Include="System.Core" />
|
|
<Reference Include="System.Data.SQLite">
|
|
<HintPath>Dlls\System.Data.SQLite.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="System.Management" />
|
|
<Reference Include="System.Memory, Version=4.0.1.1, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
|
|
<HintPath>..\packages\System.Memory.4.5.4\lib\net461\System.Memory.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="System.Net.Http.Formatting, Version=5.2.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
|
|
<HintPath>..\packages\Microsoft.AspNet.WebApi.Client.5.2.7\lib\net45\System.Net.Http.Formatting.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="System.Numerics" />
|
|
<Reference Include="System.Numerics.Vectors, Version=4.1.4.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
|
|
<HintPath>..\packages\System.Numerics.Vectors.4.5.0\lib\net46\System.Numerics.Vectors.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="System.Runtime.CompilerServices.Unsafe, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
|
|
<HintPath>..\packages\System.Runtime.CompilerServices.Unsafe.5.0.0\lib\net45\System.Runtime.CompilerServices.Unsafe.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="System.ServiceProcess" />
|
|
<Reference Include="System.Text.Encodings.Web, Version=4.0.3.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
|
|
<HintPath>..\packages\System.Text.Encodings.Web.4.5.0\lib\netstandard2.0\System.Text.Encodings.Web.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="System.Transactions" />
|
|
<Reference Include="System.Web" />
|
|
<Reference Include="System.Web.Cors, Version=5.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
|
|
<HintPath>..\packages\Microsoft.AspNet.Cors.5.0.0\lib\net45\System.Web.Cors.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="System.Web.Helpers, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
|
|
<HintPath>..\packages\Microsoft.AspNet.WebPages.3.2.7\lib\net45\System.Web.Helpers.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="System.Web.Http, Version=5.2.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
|
|
<HintPath>..\packages\Microsoft.AspNet.WebApi.Core.5.2.7\lib\net45\System.Web.Http.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="System.Web.Http.Owin, Version=5.2.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
|
|
<HintPath>..\packages\Microsoft.AspNet.WebApi.Owin.5.2.7\lib\net45\System.Web.Http.Owin.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="System.Web.Mvc, Version=5.2.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
|
|
<HintPath>..\packages\Microsoft.AspNet.Mvc.5.2.7\lib\net45\System.Web.Mvc.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="System.Web.Razor, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
|
|
<HintPath>..\packages\Microsoft.AspNet.Razor.3.2.7\lib\net45\System.Web.Razor.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="System.Web.WebPages, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
|
|
<HintPath>..\packages\Microsoft.AspNet.WebPages.3.2.7\lib\net45\System.Web.WebPages.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="System.Web.WebPages.Deployment, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
|
|
<HintPath>..\packages\Microsoft.AspNet.WebPages.3.2.7\lib\net45\System.Web.WebPages.Deployment.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="System.Web.WebPages.Razor, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
|
|
<HintPath>..\packages\Microsoft.AspNet.WebPages.3.2.7\lib\net45\System.Web.WebPages.Razor.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="System.Xml.Linq" />
|
|
<Reference Include="System.Data.DataSetExtensions" />
|
|
<Reference Include="Microsoft.CSharp" />
|
|
<Reference Include="System.Data" />
|
|
<Reference Include="System.Deployment" />
|
|
<Reference Include="System.Drawing" />
|
|
<Reference Include="System.Net.Http" />
|
|
<Reference Include="System.Windows.Forms" />
|
|
<Reference Include="System.Xml" />
|
|
<Reference Include="Ubiety.Dns.Core, Version=2.2.1.0, Culture=neutral, PublicKeyToken=c5687fc88969c44d, processorArchitecture=MSIL">
|
|
<HintPath>..\packages\MySql.Data.8.0.28\lib\net452\Ubiety.Dns.Core.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="ZstdNet, Version=1.4.5.0, Culture=neutral, PublicKeyToken=c5687fc88969c44d, processorArchitecture=MSIL">
|
|
<HintPath>..\packages\MySql.Data.8.0.28\lib\net452\ZstdNet.dll</HintPath>
|
|
</Reference>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Compile Include="Client.cs" />
|
|
<Compile Include="Config.cs" />
|
|
<Compile Include="Controllers\AccountManagement\LianmengController%28老妖%29.cs" />
|
|
<Compile Include="Controllers\FunctionSetting\ReplyController.cs" />
|
|
<Compile Include="Controllers\OpenManagement\DataMigrationController.cs" />
|
|
<Compile Include="EventManager.cs" />
|
|
<Compile Include="Events\OrderChangeEventArgs.cs" />
|
|
<Compile Include="MyClass\Class\PackInfo.cs" />
|
|
<Compile Include="Services\DataMigration\DataMigrationManageSerivce.cs" />
|
|
<Compile Include="Services\DataMigration\MigrationAutoMapperProfile.cs" />
|
|
<Compile Include="Services\DataMigration\Services\GeneralHandleMigrationService.cs" />
|
|
<Compile Include="Services\DataMigration\Services\Model\OldMdkTbOrder.cs" />
|
|
<Compile Include="Services\DataMigration\Services\OldMDK\OldMDKMigrationServiceV2.cs" />
|
|
<Compile Include="Services\DataMigration\Services\OldMDK\OldMDKMigrationService.cs" />
|
|
<Compile Include="Services\WaitTaskThreadService.cs" />
|
|
<Compile Include="Utils\AutoMapperEx.cs" />
|
|
<Compile Include="Utils\DynamicCustomResolver.cs" />
|
|
<Compile Include="Utils\LianmengTypeHelper.cs" />
|
|
<Compile Include="Controllers\FunctionSetting\ResourcesController.cs" />
|
|
<Compile Include="Controllers\OpenManagement\ComController.cs" />
|
|
<Compile Include="Utils\ZipHelper.cs" />
|
|
<Compile Include="MyClass\Caches\DouyinUpdateCache.cs" />
|
|
<Compile Include="MyClass\Caches\JDUpdateOrderItemCache.cs" />
|
|
<Compile Include="MyClass\Caches\MtUpdateOrderCache.cs" />
|
|
<Compile Include="MyClass\Caches\SuningUpdateOrderItemCache.cs" />
|
|
<Compile Include="MyClass\Caches\WeiPinHuiUpdateOrderItemCache.cs" />
|
|
<Compile Include="MyClass\Caches\PDDUpdateOrderItemCache.cs" />
|
|
<Compile Include="MyClass\Caches\TaobaoUpdateCache.cs" />
|
|
<Compile Include="Controllers\DataOverview\DataOverviewController.cs" />
|
|
<Compile Include="Controllers\FinancialManagement\CashListController.cs" />
|
|
<Compile Include="Controllers\FinancialManagement\IntegralRecordController.cs" />
|
|
<Compile Include="Controllers\FinancialManagement\PayRecordController.cs" />
|
|
<Compile Include="Controllers\Help\RunLogController.cs" />
|
|
<Compile Include="Controllers\MemberManagement\BlackListController.cs" />
|
|
<Compile Include="Controllers\MemberManagement\FansController.cs" />
|
|
<Compile Include="Controllers\MemberManagement\GroupingController.cs" />
|
|
<Compile Include="Controllers\MemberManagement\ReminderController.cs" />
|
|
<Compile Include="Controllers\DefaultController.cs" />
|
|
<Compile Include="Controllers\MemberManagement\UserController.cs" />
|
|
<Compile Include="Controllers\OnlineTools\FileController.cs" />
|
|
<Compile Include="Controllers\OnlineTools\PyqController.cs" />
|
|
<Compile Include="Controllers\OpenManagement\DeviceController.cs" />
|
|
<Compile Include="Controllers\FunctionSetting\BaseController.cs" />
|
|
<Compile Include="Controllers\FunctionSetting\PubController.cs" />
|
|
<Compile Include="Controllers\FunctionSetting\RebateController.cs" />
|
|
<Compile Include="Controllers\FunctionSetting\KeyWordsController.cs" />
|
|
<Compile Include="Controllers\AccountManagement\LianmengController.cs" />
|
|
<Compile Include="Controllers\AccountManagement\StaffController.cs" />
|
|
<Compile Include="Controllers\AccountManagement\RobotController.cs" />
|
|
<Compile Include="Controllers\OnlineTools\ArtificialController.cs" />
|
|
<Compile Include="Controllers\OnlineTools\QunfaController.cs" />
|
|
<Compile Include="Controllers\OpenManagement\OpenController.cs" />
|
|
<Compile Include="Controllers\OrderManagement\SnOrderController.cs" />
|
|
<Compile Include="Controllers\OrderManagement\WphOrderController .cs" />
|
|
<Compile Include="Controllers\OrderManagement\JdOrderController.cs" />
|
|
<Compile Include="Controllers\OrderManagement\PddOrderController.cs" />
|
|
<Compile Include="Controllers\OrderManagement\TbOrderController.cs" />
|
|
<Compile Include="MyClass\Caches\RuntimeCache.cs" />
|
|
<Compile Include="MyClass\Class\DeviceSession.cs" />
|
|
<Compile Include="MyClass\Class\InitDbData.cs" />
|
|
<Compile Include="MyClass\Class\UserSession.cs" />
|
|
<Compile Include="MyClass\Views\BaseConfigShow.cs" />
|
|
<Compile Include="MyClass\Views\CashListShow.cs" />
|
|
<Compile Include="MyClass\Views\CommonMediaShow.cs" />
|
|
<Compile Include="MyClass\Views\DyMediaShow.cs" />
|
|
<Compile Include="MyClass\Views\FansRecordShow.cs" />
|
|
<Compile Include="MyClass\Views\IntegralShow.cs" />
|
|
<Compile Include="MyClass\Views\JdOrderShow.cs" />
|
|
<Compile Include="MyClass\Views\KeywordShow.cs" />
|
|
<Compile Include="MyClass\Views\LoginQRCodeStatus.cs" />
|
|
<Compile Include="MyClass\Views\medias\DyMediaShow.cs" />
|
|
<Compile Include="MyClass\Views\medias\JdMediaShow.cs" />
|
|
<Compile Include="MyClass\Views\medias\MtMediaShow.cs" />
|
|
<Compile Include="MyClass\Views\medias\PddMediaShow.cs" />
|
|
<Compile Include="MyClass\Views\medias\SnMediaShow.cs" />
|
|
<Compile Include="MyClass\Views\medias\TbMediaShow.cs" />
|
|
<Compile Include="MyClass\Views\medias\VipMediaShow.cs" />
|
|
<Compile Include="MyClass\Views\MTMediaShow.cs" />
|
|
<Compile Include="MyClass\Views\NameShow.cs" />
|
|
<Compile Include="MyClass\Views\PayRecordShow.cs" />
|
|
<Compile Include="MyClass\Views\PddOrderShow.cs" />
|
|
<Compile Include="MyClass\Views\PyqPublishShow.cs" />
|
|
<Compile Include="MyClass\Views\QunfaShow.cs" />
|
|
<Compile Include="MyClass\Views\RebateConfigShow.cs" />
|
|
<Compile Include="MyClass\Views\RebateIdsShow.cs" />
|
|
<Compile Include="MyClass\Views\ReminderShow.cs" />
|
|
<Compile Include="MyClass\Views\ReplyShow.cs" />
|
|
<Compile Include="MyClass\Views\ReplyShowClass.cs" />
|
|
<Compile Include="MyClass\Views\RobotInfo.cs" />
|
|
<Compile Include="MyClass\Views\RobotSettingShow.cs" />
|
|
<Compile Include="MyClass\Views\RunLogShow.cs" />
|
|
<Compile Include="MyClass\Views\ShopInfo.cs" />
|
|
<Compile Include="MyClass\Views\SnOrderShow.cs" />
|
|
<Compile Include="MyClass\Views\StaffShow.cs" />
|
|
<Compile Include="MyClass\Views\TbOrderShow.cs" />
|
|
<Compile Include="MyClass\Views\UserGroupInfo.cs" />
|
|
<Compile Include="MyClass\Views\UserGroupView.cs" />
|
|
<Compile Include="MyClass\Views\UserShow.cs" />
|
|
<Compile Include="MyClass\Views\WphOrderShow.cs" />
|
|
<Compile Include="OwinServer.cs" />
|
|
<Compile Include="Program.cs" />
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
|
<Compile Include="Services\BlacklistService.cs" />
|
|
<Compile Include="Services\DataMigration\DataMigrationProgressService.cs" />
|
|
<Compile Include="Timers\StoreBlackTimer.cs" />
|
|
<Compile Include="Timers\GoodsBlackTimer.cs" />
|
|
<Compile Include="Timers\BlackTimer.cs" />
|
|
<Compile Include="Timers\JDOrderTimer.cs" />
|
|
<Compile Include="Timers\MtOrderTimer.cs" />
|
|
<Compile Include="Timers\DyUpdateTimer.cs" />
|
|
<Compile Include="Timers\OldUserActivationTimer.cs" />
|
|
<Compile Include="Timers\FinishOrderTimer.cs" />
|
|
<Compile Include="Timers\PDDOrderTimer.cs" />
|
|
<Compile Include="Timers\SessionTimer.cs" />
|
|
<Compile Include="Timers\SystemTimer.cs" />
|
|
<Compile Include="Timers\TbSpecialTimer.cs" />
|
|
<Compile Include="Timers\TbUpdateorderTimer.cs" />
|
|
<Compile Include="Timers\TbUpdateRefundOrderTimer.cs" />
|
|
<Compile Include="Timers\UpdateCookiesTimer.cs" />
|
|
<Compile Include="Timers\SuningHuiTimer.cs" />
|
|
<Compile Include="Timers\WeiPinHuiTimer.cs" />
|
|
<Compile Include="Utils\CacheHelper.cs" />
|
|
<Compile Include="Utils\YZCloudApiHelper.cs" />
|
|
<Compile Include="Winforms\DefaultForm.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="Winforms\DefaultForm.Designer.cs">
|
|
<DependentUpon>DefaultForm.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Winforms\InitMysqlForm.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="Winforms\InitMysqlForm.Designer.cs">
|
|
<DependentUpon>InitMysqlForm.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Utils\ServiceInstaller.cs" />
|
|
<Compile Include="Winforms\LoginForms\LoginBaseForm.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="Winforms\LoginForms\LoginBaseForm.Designer.cs">
|
|
<DependentUpon>LoginBaseForm.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Winforms\LoginForms\LoginLianmengForm.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="Winforms\LoginForms\LoginLianmengForm.Designer.cs">
|
|
<DependentUpon>LoginLianmengForm.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Winforms\LoginForms\LoginMeituanClass.cs" />
|
|
<Compile Include="Winforms\LoginForms\LoginSuningClass.cs" />
|
|
<Compile Include="Winforms\LoginForms\LianmengWebViewLogin.cs" />
|
|
<Compile Include="Winforms\LoginForms\LianMengWebViewLoginHelper.cs" />
|
|
<Compile Include="Winforms\MainForm.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="Winforms\MainForm.Designer.cs">
|
|
<DependentUpon>MainForm.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Winforms\SetDefaultuserForm.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="Winforms\SetDefaultuserForm.Designer.cs">
|
|
<DependentUpon>SetDefaultuserForm.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Winforms\StartForm.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="Winforms\StartForm.Designer.cs">
|
|
<DependentUpon>StartForm.cs</DependentUpon>
|
|
</Compile>
|
|
<EmbeddedResource Include="Properties\Resources.resx">
|
|
<Generator>ResXFileCodeGenerator</Generator>
|
|
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
|
|
<SubType>Designer</SubType>
|
|
</EmbeddedResource>
|
|
<Compile Include="Properties\Resources.Designer.cs">
|
|
<AutoGen>True</AutoGen>
|
|
<DependentUpon>Resources.resx</DependentUpon>
|
|
<DesignTime>True</DesignTime>
|
|
</Compile>
|
|
<EmbeddedResource Include="Winforms\DefaultForm.resx">
|
|
<DependentUpon>DefaultForm.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="Winforms\InitMysqlForm.resx">
|
|
<DependentUpon>InitMysqlForm.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="Winforms\LoginForms\LoginBaseForm.resx">
|
|
<DependentUpon>LoginBaseForm.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="Winforms\LoginForms\LoginLianmengForm.resx">
|
|
<DependentUpon>LoginLianmengForm.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="Winforms\MainForm.resx">
|
|
<DependentUpon>MainForm.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="Winforms\SetDefaultuserForm.resx">
|
|
<DependentUpon>SetDefaultuserForm.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="Winforms\StartForm.resx">
|
|
<DependentUpon>StartForm.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<None Include="packages.config" />
|
|
<None Include="Properties\app.manifest" />
|
|
<None Include="Properties\Settings.settings">
|
|
<Generator>SettingsSingleFileGenerator</Generator>
|
|
<LastGenOutput>Settings.Designer.cs</LastGenOutput>
|
|
</None>
|
|
<Compile Include="Properties\Settings.Designer.cs">
|
|
<AutoGen>True</AutoGen>
|
|
<DependentUpon>Settings.settings</DependentUpon>
|
|
<DesignTimeSharedInput>True</DesignTimeSharedInput>
|
|
</Compile>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<None Include="App.config" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<None Include="Resources\progress.gif" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Folder Include="HttpRequests\" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Content Include="x64\SQLite.Interop.dll">
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
</Content>
|
|
<Content Include="x86\SQLite.Interop.dll">
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
</Content>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<BootstrapperPackage Include=".NETFramework,Version=v4.6.1">
|
|
<Visible>False</Visible>
|
|
<ProductName>Microsoft .NET Framework 4.6.1 %28x86 和 x64%29</ProductName>
|
|
<Install>true</Install>
|
|
</BootstrapperPackage>
|
|
<BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
|
|
<Visible>False</Visible>
|
|
<ProductName>.NET Framework 3.5 SP1</ProductName>
|
|
<Install>false</Install>
|
|
</BootstrapperPackage>
|
|
</ItemGroup>
|
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
|
</Project> |