Files
Web_Faces_Prod/Face.Services/Face.Services_WIN-V36Q2KN9LJE_十二月-15-145519-2021_Conflict.csproj
2025-11-25 17:41:57 +08:00

139 lines
7.0 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.6.1</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<Deterministic>true</Deterministic>
<SccProjectName>SAK</SccProjectName>
<SccLocalPath>SAK</SccLocalPath>
<SccAuxPath>SAK</SccAuxPath>
<SccProvider>SAK</SccProvider>
</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="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=11.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
<HintPath>..\packages\Newtonsoft.Json.11.0.1\lib\net45\Newtonsoft.Json.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.Web" />
<Reference Include="System.Web.Mvc">
<HintPath>..\..\..\AUTS-DATA\packages\Microsoft.AspNet.Mvc.5.2.4\lib\net45\System.Web.Mvc.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" />
</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\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 />
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
</Project>