123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111 |
- <?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>{4A12A2C0-30C0-4D6A-A6CE-685824C333AC}</ProjectGuid>
- <OutputType>Library</OutputType>
- <AppDesignerFolder>Properties</AppDesignerFolder>
- <RootNamespace>Common</RootNamespace>
- <AssemblyName>Common</AssemblyName>
- <TargetFrameworkVersion>v4.6</TargetFrameworkVersion>
- <FileAlignment>512</FileAlignment>
- <Deterministic>true</Deterministic>
- </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="AutoMapper, Version=7.0.1.0, Culture=neutral, PublicKeyToken=be96cd2c38ef1005, processorArchitecture=MSIL">
- <HintPath>..\packages\AutoMapper.7.0.1\lib\net45\AutoMapper.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="Newtonsoft.Json, Version=12.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
- <HintPath>..\packages\Newtonsoft.Json.12.0.3\lib\net45\Newtonsoft.Json.dll</HintPath>
- </Reference>
- <Reference Include="System" />
- <Reference Include="System.ComponentModel.DataAnnotations" />
- <Reference Include="System.Configuration" />
- <Reference Include="System.Core" />
- <Reference Include="System.Runtime.Serialization" />
- <Reference Include="System.ValueTuple, Version=4.0.3.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
- <HintPath>..\packages\System.ValueTuple.4.5.0\lib\netstandard1.0\System.ValueTuple.dll</HintPath>
- </Reference>
- <Reference Include="System.Web" />
- <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="AttributeHelper\AttributeUnti.cs" />
- <Compile Include="AttributeHelper\EntityAttributeHelper.cs" />
- <Compile Include="DES\DESHelper.cs" />
- <Compile Include="Extension\EnumExtension.cs" />
- <Compile Include="Extension\JsonCheckExtension.cs" />
- <Compile Include="Extension\ToModeExtension.cs" />
- <Compile Include="Extension\JsonExtension.cs" />
- <Compile Include="Extension\LambdaExtension.cs" />
- <Compile Include="Extension\ListExtension.cs" />
- <Compile Include="Extension\StringExtension.cs" />
- <Compile Include="Helper\ApiHelper.cs" />
- <Compile Include="Helper\ConfigHelper.cs" />
- <Compile Include="Helper\CopyHelper.cs" />
- <Compile Include="Helper\CzDataHelper1.cs" />
- <Compile Include="Helper\CzDataHelper.cs" />
- <Compile Include="Helper\EnumHelper.cs" />
- <Compile Include="Helper\FilesHelper.cs" />
- <Compile Include="Helper\HttpHelper.cs" />
- <Compile Include="Helper\JsHelper.cs" />
- <Compile Include="Helper\LunarCalendarHelper.cs" />
- <Compile Include="Helper\MapperHelper.cs" />
- <Compile Include="Helper\NetHelper.cs" />
- <Compile Include="Helper\OtherHelper.cs" />
- <Compile Include="Helper\ActionHelper.cs" />
- <Compile Include="Helper\ToolsHelper.cs" />
- <Compile Include="Helper\TypeConverter.cs" />
- <Compile Include="Helper\TypeHelper.cs" />
- <Compile Include="Helper\StringHelper.cs" />
- <Compile Include="Helper\NameHelper.cs" />
- <Compile Include="Helper\XmlHelper.cs" />
- <Compile Include="Json\JsonExtensions.cs" />
- <Compile Include="LambdaToSQL\ExpressionVisitor.cs" />
- <Compile Include="LambdaToSQL\ExpressionWriterSql.cs" />
- <Compile Include="LambdaToSQL\LambdaExpConditions.cs" />
- <Compile Include="LambdaToSQL\PartialEvaluator.cs" />
- <Compile Include="LambdaToSQL\ReflectionExtensions.cs" />
- <Compile Include="LambdaToSQL\TypeHelper.cs" />
- <Compile Include="Log4net\LogHelper.cs" />
- <Compile Include="Models\BaseJsonResult.cs" />
- <Compile Include="Models\ConfigurationTypeEnum.cs" />
- <Compile Include="Models\WinbonusModel.cs" />
- <Compile Include="Models\EnumModel.cs" />
- <Compile Include="Models\FCSConfig.cs" />
- <Compile Include="Models\PaginationDTO.cs" />
- <Compile Include="Models\TypeEnum.cs" />
- <Compile Include="Properties\AssemblyInfo.cs" />
- </ItemGroup>
- <ItemGroup>
- <None Include="packages.config" />
- </ItemGroup>
- <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
- </Project>
|