173 lines
9.8 KiB
XML
173 lines
9.8 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>{56438F1C-BA3A-4272-964E-C6739AE0B4EC}</ProjectGuid>
|
|||
|
|
<OutputType>Library</OutputType>
|
|||
|
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
|||
|
|
<RootNamespace>Face.Services</RootNamespace>
|
|||
|
|
<AssemblyName>Face.Services</AssemblyName>
|
|||
|
|
<TargetFrameworkVersion>v4.7</TargetFrameworkVersion>
|
|||
|
|
<FileAlignment>512</FileAlignment>
|
|||
|
|
<Deterministic>true</Deterministic>
|
|||
|
|
<SccProjectName>SAK</SccProjectName>
|
|||
|
|
<SccLocalPath>SAK</SccLocalPath>
|
|||
|
|
<SccAuxPath>SAK</SccAuxPath>
|
|||
|
|
<SccProvider>SAK</SccProvider>
|
|||
|
|
<TargetFrameworkProfile />
|
|||
|
|
</PropertyGroup>
|
|||
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
|||
|
|
<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' ">
|
|||
|
|
<DebugType>pdbonly</DebugType>
|
|||
|
|
<Optimize>true</Optimize>
|
|||
|
|
<OutputPath>bin\Release\</OutputPath>
|
|||
|
|
<DefineConstants>TRACE</DefineConstants>
|
|||
|
|
<ErrorReport>prompt</ErrorReport>
|
|||
|
|
<WarningLevel>4</WarningLevel>
|
|||
|
|
</PropertyGroup>
|
|||
|
|
<ItemGroup>
|
|||
|
|
<Reference Include="EntityFramework, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
|
|||
|
|
<HintPath>..\packages\EntityFramework.6.2.0\lib\net45\EntityFramework.dll</HintPath>
|
|||
|
|
</Reference>
|
|||
|
|
<Reference Include="EntityFramework.SqlServer, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
|
|||
|
|
<HintPath>..\packages\EntityFramework.6.2.0\lib\net45\EntityFramework.SqlServer.dll</HintPath>
|
|||
|
|
</Reference>
|
|||
|
|
<Reference Include="log4net, Version=2.0.8.0, Culture=neutral, PublicKeyToken=669e0ddf0bb1aa2a, processorArchitecture=MSIL">
|
|||
|
|
<HintPath>..\packages\log4net.2.0.8\lib\net45-full\log4net.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=6.9.12.0, Culture=neutral, PublicKeyToken=c5687fc88969c44d, processorArchitecture=MSIL">
|
|||
|
|
<HintPath>..\packages\MySql.Data.6.9.12\lib\net45\MySql.Data.dll</HintPath>
|
|||
|
|
</Reference>
|
|||
|
|
<Reference Include="MySql.Data.Entity.EF6, Version=6.9.12.0, Culture=neutral, PublicKeyToken=c5687fc88969c44d, processorArchitecture=MSIL">
|
|||
|
|
<HintPath>..\packages\MySql.Data.Entity.6.9.12\lib\net45\MySql.Data.Entity.EF6.dll</HintPath>
|
|||
|
|
</Reference>
|
|||
|
|
<Reference Include="Newtonsoft.Json, Version=13.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
|
|||
|
|
<HintPath>..\packages\Newtonsoft.Json.13.0.2\lib\net45\Newtonsoft.Json.dll</HintPath>
|
|||
|
|
</Reference>
|
|||
|
|
<Reference Include="SqlSugar, Version=5.0.8.7, Culture=neutral, processorArchitecture=MSIL">
|
|||
|
|
<HintPath>..\packages\SqlSugar.5.0.8.7\lib\SqlSugar.dll</HintPath>
|
|||
|
|
</Reference>
|
|||
|
|
<Reference Include="StackExchange.Redis, Version=1.2.6.0, Culture=neutral, processorArchitecture=MSIL">
|
|||
|
|
<HintPath>..\packages\StackExchange.Redis.1.2.6\lib\net46\StackExchange.Redis.dll</HintPath>
|
|||
|
|
</Reference>
|
|||
|
|
<Reference Include="System" />
|
|||
|
|
<Reference Include="System.ComponentModel.DataAnnotations" />
|
|||
|
|
<Reference Include="System.Configuration" />
|
|||
|
|
<Reference Include="System.Core" />
|
|||
|
|
<Reference Include="System.Drawing" />
|
|||
|
|
<Reference Include="System.IO.Compression" />
|
|||
|
|
<Reference Include="System.Numerics" />
|
|||
|
|
<Reference Include="System.Text.Encodings.Web, Version=4.0.3.1, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
|
|||
|
|
<HintPath>..\packages\System.Text.Encodings.Web.4.5.1\lib\netstandard2.0\System.Text.Encodings.Web.dll</HintPath>
|
|||
|
|
</Reference>
|
|||
|
|
<Reference Include="System.Web" />
|
|||
|
|
<Reference Include="System.Web.Helpers, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
|
|||
|
|
<HintPath>..\packages\Microsoft.AspNet.WebPages.3.2.4\lib\net45\System.Web.Helpers.dll</HintPath>
|
|||
|
|
</Reference>
|
|||
|
|
<Reference Include="System.Web.Mvc, Version=5.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
|
|||
|
|
<HintPath>..\packages\Microsoft.AspNet.Mvc.5.2.4\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.4\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.4\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.4\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.4\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.Net.Http" />
|
|||
|
|
<Reference Include="System.Xml" />
|
|||
|
|
<Reference Include="TencentCloudCommon, Version=3.0.902.0, Culture=neutral, processorArchitecture=MSIL">
|
|||
|
|
<HintPath>..\packages\TencentCloudSDK.Common.3.0.902\lib\net45\TencentCloudCommon.dll</HintPath>
|
|||
|
|
</Reference>
|
|||
|
|
<Reference Include="TencentCloudSms, Version=3.0.902.0, Culture=neutral, processorArchitecture=MSIL">
|
|||
|
|
<HintPath>..\packages\TencentCloudSDK.Sms.3.0.902\lib\net45\TencentCloudSms.dll</HintPath>
|
|||
|
|
</Reference>
|
|||
|
|
</ItemGroup>
|
|||
|
|
<ItemGroup>
|
|||
|
|
<Compile Include="Cache\BaseCacheHelp.cs" />
|
|||
|
|
<Compile Include="Cache\CacheHelp.cs" />
|
|||
|
|
<Compile Include="DBUtility\CommandInfo.cs" />
|
|||
|
|
<Compile Include="DBUtility\Common\DALHelper.cs" />
|
|||
|
|
<Compile Include="DBUtility\Common\DbHelperMySQL.cs" />
|
|||
|
|
<Compile Include="DBUtility\Common\MysqlHelpers.cs" />
|
|||
|
|
<Compile Include="DBUtility\Common\SqlHelper.cs" />
|
|||
|
|
<Compile Include="DBUtility\Common\SqlOperationsData.cs" />
|
|||
|
|
<Compile Include="DBUtility\Custom\DALHelperCustom.cs" />
|
|||
|
|
<Compile Include="DBUtility\Custom\DbHelperMySqlCustom.cs" />
|
|||
|
|
<Compile Include="Enums\Accountentity.cs" />
|
|||
|
|
<Compile Include="Enums\CacheTimeType.cs" />
|
|||
|
|
<Compile Include="Enums\LoginInfoType.cs" />
|
|||
|
|
<Compile Include="Enums\OperationLevel.cs" />
|
|||
|
|
<Compile Include="Enums\OrderStatus.cs" />
|
|||
|
|
<Compile Include="Enums\ShortStringVersion.cs" />
|
|||
|
|
<Compile Include="Enums\StationType.cs" />
|
|||
|
|
<Compile Include="Extensions\CacheExtensions.cs" />
|
|||
|
|
<Compile Include="Extensions\CookieExtensions.cs" />
|
|||
|
|
<Compile Include="Extensions\CustomException.cs" />
|
|||
|
|
<Compile Include="Extensions\EnumerableExtensions.cs" />
|
|||
|
|
<Compile Include="Extensions\LinqExtensions.cs" />
|
|||
|
|
<Compile Include="Extensions\ModelExtensions.cs" />
|
|||
|
|
<Compile Include="Extensions\SafeInputExtensions.cs" />
|
|||
|
|
<Compile Include="Extensions\StringExtensions.cs" />
|
|||
|
|
<Compile Include="Extensions\TimeExtensions.cs" />
|
|||
|
|
<Compile Include="Manager\Logs.cs" />
|
|||
|
|
<Compile Include="Manager\OperatorOperate.cs" />
|
|||
|
|
<Compile Include="Manager\Users.cs" />
|
|||
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
|||
|
|
<Compile Include="Tool\DateTimeDiff.cs" />
|
|||
|
|
<Compile Include="Tool\ModelHelper.cs" />
|
|||
|
|
<Compile Include="Tool\System\ComputerHelp.cs" />
|
|||
|
|
<Compile Include="Tool\System\ConfigHelper.cs" />
|
|||
|
|
<Compile Include="Tool\System\EnumHelper.cs" />
|
|||
|
|
<Compile Include="Tool\System\IPHelper.cs" />
|
|||
|
|
<Compile Include="Tool\RedisHelper.cs" />
|
|||
|
|
<Compile Include="Tool\System\StringHelp.cs" />
|
|||
|
|
<Compile Include="UDP\DevManageHelp.cs" />
|
|||
|
|
<Compile Include="UDP\UDPHelp.cs" />
|
|||
|
|
<Compile Include="UserLoginHelper.cs" />
|
|||
|
|
</ItemGroup>
|
|||
|
|
<ItemGroup>
|
|||
|
|
<None Include="App.config" />
|
|||
|
|
<None Include="packages.config" />
|
|||
|
|
</ItemGroup>
|
|||
|
|
<ItemGroup>
|
|||
|
|
<ProjectReference Include="..\Face.Domain.ViewModels\Face.Domain.ViewModels.csproj">
|
|||
|
|
<Project>{be790400-c1ee-4d97-b3f1-604f6831e5e7}</Project>
|
|||
|
|
<Name>Face.Domain.ViewModels</Name>
|
|||
|
|
</ProjectReference>
|
|||
|
|
<ProjectReference Include="..\Face.Domain\Face.Domain.csproj">
|
|||
|
|
<Project>{709aa98f-388f-44dd-b64b-ad44e695c34c}</Project>
|
|||
|
|
<Name>Face.Domain</Name>
|
|||
|
|
</ProjectReference>
|
|||
|
|
<ProjectReference Include="..\Face.Log4Net\Face.Log4Net.csproj">
|
|||
|
|
<Project>{5500f9dd-89d9-40f3-b62f-90c6b633d55a}</Project>
|
|||
|
|
<Name>Face.Log4Net</Name>
|
|||
|
|
</ProjectReference>
|
|||
|
|
</ItemGroup>
|
|||
|
|
<ItemGroup>
|
|||
|
|
<WCFMetadata Include="Connected Services\" />
|
|||
|
|
</ItemGroup>
|
|||
|
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
|||
|
|
</Project>
|