|
|
|
<?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>{5050AE00-54F5-42EF-86CA-5962784403CC}</ProjectGuid>
|
|
|
|
<OutputType>Library</OutputType>
|
|
|
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
|
|
|
<RootNamespace>EC.Service</RootNamespace>
|
|
|
|
<AssemblyName>EC.Service</AssemblyName>
|
|
|
|
<TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion>
|
|
|
|
<FileAlignment>512</FileAlignment>
|
|
|
|
<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>
|
|
|
|
<Prefer32Bit>false</Prefer32Bit>
|
|
|
|
</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>
|
|
|
|
<Prefer32Bit>false</Prefer32Bit>
|
|
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
|
|
<Reference Include="EC.Data">
|
|
|
|
<HintPath>..\dll\EC.Data.dll</HintPath>
|
|
|
|
</Reference>
|
|
|
|
<Reference Include="EC.Data.Dapper">
|
|
|
|
<HintPath>..\dll\EC.Data.Dapper.dll</HintPath>
|
|
|
|
</Reference>
|
|
|
|
<Reference Include="EC.Data.EF">
|
|
|
|
<HintPath>..\dll\EC.Data.EF.dll</HintPath>
|
|
|
|
</Reference>
|
|
|
|
<Reference Include="EC.Data.Repository">
|
|
|
|
<HintPath>..\dll\EC.Data.Repository.dll</HintPath>
|
|
|
|
</Reference>
|
|
|
|
<Reference Include="EC.DataAccess">
|
|
|
|
<HintPath>..\dll\EC.DataAccess.dll</HintPath>
|
|
|
|
</Reference>
|
|
|
|
<Reference Include="EC.Dto">
|
|
|
|
<HintPath>..\dll\EC.Dto.dll</HintPath>
|
|
|
|
</Reference>
|
|
|
|
<Reference Include="EC.Util">
|
|
|
|
<HintPath>..\dll\EC.Util.dll</HintPath>
|
|
|
|
</Reference>
|
|
|
|
<Reference Include="EC.Util.Extension">
|
|
|
|
<HintPath>..\dll\EC.Util.Extension.dll</HintPath>
|
|
|
|
</Reference>
|
|
|
|
<Reference Include="log4net, Version=2.0.8.0, Culture=neutral, PublicKeyToken=669e0ddf0bb1aa2a, processorArchitecture=MSIL">
|
|
|
|
<SpecificVersion>False</SpecificVersion>
|
|
|
|
<HintPath>..\dll\log4net.dll</HintPath>
|
|
|
|
</Reference>
|
|
|
|
<Reference Include="Microsoft.Practices.EnterpriseLibrary.Common, Version=4.1.0.0, Culture=neutral, PublicKeyToken=e44a2bc38ed2c13c, processorArchitecture=MSIL">
|
|
|
|
<SpecificVersion>False</SpecificVersion>
|
|
|
|
<HintPath>..\dll\Microsoft.Practices.EnterpriseLibrary.Common.dll</HintPath>
|
|
|
|
</Reference>
|
|
|
|
<Reference Include="Microsoft.Practices.EnterpriseLibrary.Data, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
|
|
|
|
<SpecificVersion>False</SpecificVersion>
|
|
|
|
<HintPath>..\dll\Microsoft.Practices.EnterpriseLibrary.Data.dll</HintPath>
|
|
|
|
</Reference>
|
|
|
|
<Reference Include="Microsoft.Practices.ObjectBuilder2, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
|
|
|
|
<SpecificVersion>False</SpecificVersion>
|
|
|
|
<HintPath>..\dll\Microsoft.Practices.ObjectBuilder2.dll</HintPath>
|
|
|
|
</Reference>
|
|
|
|
<Reference Include="Microsoft.Practices.Unity, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
|
|
|
|
<SpecificVersion>False</SpecificVersion>
|
|
|
|
<HintPath>..\dll\Microsoft.Practices.Unity.dll</HintPath>
|
|
|
|
</Reference>
|
|
|
|
<Reference Include="Microsoft.Practices.Unity.Configuration">
|
|
|
|
<HintPath>..\dll\Microsoft.Practices.Unity.Configuration.dll</HintPath>
|
|
|
|
</Reference>
|
|
|
|
<Reference Include="MySql.Data, Version=8.0.22.0, Culture=neutral, PublicKeyToken=c5687fc88969c44d, processorArchitecture=MSIL">
|
|
|
|
<SpecificVersion>False</SpecificVersion>
|
|
|
|
<HintPath>..\dll\MySql.Data.dll</HintPath>
|
|
|
|
</Reference>
|
|
|
|
<Reference Include="MySql.Data.Entity.EF6, Version=6.9.9.0, Culture=neutral, PublicKeyToken=c5687fc88969c44d, processorArchitecture=MSIL">
|
|
|
|
<SpecificVersion>False</SpecificVersion>
|
|
|
|
<HintPath>..\dll\MySql.Data.Entity.EF6.dll</HintPath>
|
|
|
|
</Reference>
|
|
|
|
<Reference Include="Newtonsoft.Json, Version=11.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
|
|
|
|
<HintPath>..\..\HFWorkServer\packages\Newtonsoft.Json.11.0.1\lib\net45\Newtonsoft.Json.dll</HintPath>
|
|
|
|
</Reference>
|
|
|
|
<Reference Include="System" />
|
|
|
|
<Reference Include="System.configuration" />
|
|
|
|
<Reference Include="System.Core" />
|
|
|
|
<Reference Include="System.Runtime.CompilerServices.Unsafe, Version=4.0.4.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
|
|
|
|
<HintPath>..\packages\System.Runtime.CompilerServices.Unsafe.4.5.0\lib\netstandard1.0\System.Runtime.CompilerServices.Unsafe.dll</HintPath>
|
|
|
|
</Reference>
|
|
|
|
<Reference Include="System.Threading.Tasks.Extensions, Version=4.1.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
|
|
|
|
<HintPath>..\packages\System.Threading.Tasks.Extensions.4.3.0\lib\portable-net45+win8+wp8+wpa81\System.Threading.Tasks.Extensions.dll</HintPath>
|
|
|
|
</Reference>
|
|
|
|
<Reference Include="System.Transactions" />
|
|
|
|
<Reference Include="System.Xml.Linq" />
|
|
|
|
<Reference Include="System.Data.DataSetExtensions" />
|
|
|
|
<Reference Include="Microsoft.CSharp" />
|
|
|
|
<Reference Include="System.Data" />
|
|
|
|
<Reference Include="System.Xml" />
|
|
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
|
|
<Compile Include="Organization\CompanyService.cs" />
|
|
|
|
<Compile Include="Organization\SiteService.cs" />
|
|
|
|
<Compile Include="Organization\UserService.cs" />
|
|
|
|
<Compile Include="Transport\IniService.cs" />
|
|
|
|
<Compile Include="Base\Condition.cs" />
|
|
|
|
<Compile Include="Base\MvcService.cs" />
|
|
|
|
<Compile Include="Base\MvcService2.cs" />
|
|
|
|
<Compile Include="Base\Pagination.cs" />
|
|
|
|
<Compile Include="Transport\AuthService.cs" />
|
|
|
|
<Compile Include="Transport\MonthPlanService.cs" />
|
|
|
|
<Compile Include="Transport\TrailerService.cs" />
|
|
|
|
<Compile Include="Transport\TruckService.cs" />
|
|
|
|
<Compile Include="Transport\DriverService.cs" />
|
|
|
|
<Compile Include="Transport\PhotoService.cs" />
|
|
|
|
<Compile Include="Transport\SupplierService.cs" />
|
|
|
|
<Compile Include="Transport\TransportBillService.cs" />
|
|
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
|
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
|
|
<None Include="app.config" />
|
|
|
|
<None Include="packages.config" />
|
|
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
|
|
<ProjectReference Include="..\EC.Entity\EC.Entity.csproj">
|
|
|
|
<Project>{d2a884b9-132f-470b-b36f-8c6723c19a7e}</Project>
|
|
|
|
<Name>EC.Entity</Name>
|
|
|
|
</ProjectReference>
|
|
|
|
<ProjectReference Include="..\EC.Utils\EC.Utils.csproj">
|
|
|
|
<Project>{8edae882-b40e-493c-8858-450411335d4b}</Project>
|
|
|
|
<Name>EC.Utils</Name>
|
|
|
|
</ProjectReference>
|
|
|
|
</ItemGroup>
|
|
|
|
<ItemGroup />
|
|
|
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
|
|
|
</Project>
|