<?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>{901F342E-A6F7-47D9-8E6C-102C15D682C9}</ProjectGuid>
|
<OutputType>Library</OutputType>
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
<RootNamespace>BLL</RootNamespace>
|
<AssemblyName>BLL</AssemblyName>
|
<TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
|
<FileAlignment>512</FileAlignment>
|
<Deterministic>true</Deterministic>
|
<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>
|
<PlatformTarget>AnyCPU</PlatformTarget>
|
</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="BouncyCastle.Crypto, Version=1.8.6.0, Culture=neutral, PublicKeyToken=0e99375e54769942, processorArchitecture=MSIL">
|
<HintPath>..\packages\Portable.BouncyCastle.1.8.6\lib\net40\BouncyCastle.Crypto.dll</HintPath>
|
</Reference>
|
<Reference Include="ICSharpCode.SharpZipLib, Version=1.2.0.246, Culture=neutral, PublicKeyToken=1b03e6acf1164f73, processorArchitecture=MSIL">
|
<HintPath>..\packages\SharpZipLib.1.2.0\lib\net45\ICSharpCode.SharpZipLib.dll</HintPath>
|
</Reference>
|
<Reference Include="Newtonsoft.Json, Version=12.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
|
<HintPath>..\packages\Newtonsoft.Json.12.0.2\lib\net45\Newtonsoft.Json.dll</HintPath>
|
</Reference>
|
<Reference Include="NLog">
|
<HintPath>..\packages\NLog.4.7.9\lib\net45\NLog.dll</HintPath>
|
</Reference>
|
<Reference Include="NPOI, Version=2.5.1.0, Culture=neutral, PublicKeyToken=0df73ec7942b34e1, processorArchitecture=MSIL">
|
<HintPath>..\packages\NPOI.2.5.1\lib\net45\NPOI.dll</HintPath>
|
</Reference>
|
<Reference Include="NPOI.OOXML, Version=2.5.1.0, Culture=neutral, PublicKeyToken=0df73ec7942b34e1, processorArchitecture=MSIL">
|
<HintPath>..\packages\NPOI.2.5.1\lib\net45\NPOI.OOXML.dll</HintPath>
|
</Reference>
|
<Reference Include="NPOI.OpenXml4Net, Version=2.5.1.0, Culture=neutral, PublicKeyToken=0df73ec7942b34e1, processorArchitecture=MSIL">
|
<HintPath>..\packages\NPOI.2.5.1\lib\net45\NPOI.OpenXml4Net.dll</HintPath>
|
</Reference>
|
<Reference Include="NPOI.OpenXmlFormats, Version=2.5.1.0, Culture=neutral, PublicKeyToken=0df73ec7942b34e1, processorArchitecture=MSIL">
|
<HintPath>..\packages\NPOI.2.5.1\lib\net45\NPOI.OpenXmlFormats.dll</HintPath>
|
</Reference>
|
<Reference Include="System" />
|
<Reference Include="System.Core" />
|
<Reference Include="System.Xml.Linq" />
|
<Reference Include="Microsoft.CSharp" />
|
<Reference Include="System.Data" />
|
<Reference Include="System.Net.Http" />
|
<Reference Include="System.Xml" />
|
</ItemGroup>
|
<ItemGroup>
|
<Compile Include="DAL\DALBarCode.cs" />
|
<Compile Include="DAL\DALDeliveryOutDetail.cs" />
|
<Compile Include="DAL\DALPalletMatOut.cs" />
|
<Compile Include="DAL\DALPicking.cs" />
|
<Compile Include="DAL\DALPltOutDetail.cs" />
|
<Compile Include="DAL\DALBrand.cs" />
|
<Compile Include="DAL\DALCheckTask.cs" />
|
<Compile Include="DAL\DALDepotsArea.cs" />
|
<Compile Include="DAL\DALDepotsLocation.cs" />
|
<Compile Include="DAL\DALDictionary.cs" />
|
<Compile Include="DAL\DALErp.cs" />
|
<Compile Include="DAL\DALErpDetail .cs" />
|
<Compile Include="DAL\DALCheckData.cs" />
|
<Compile Include="DAL\DALCheckDetail.cs" />
|
<Compile Include="DAL\DALMoveDetail.cs" />
|
<Compile Include="DAL\DALMove.cs" />
|
<Compile Include="DAL\DALErpOut.cs" />
|
<Compile Include="DAL\DALErpOutDetail.cs" />
|
<Compile Include="DAL\DALOrdType.cs" />
|
<Compile Include="DAL\DALArea.cs" />
|
<Compile Include="DAL\DALDepartMent.cs" />
|
<Compile Include="DAL\DALGetUserMenu.cs" />
|
<Compile Include="DAL\DALLoginLog.cs" />
|
<Compile Include="DAL\DALGoodsPos.cs" />
|
<Compile Include="DAL\DALMatNo.cs" />
|
<Compile Include="DAL\DALPacking.cs" />
|
<Compile Include="DAL\DALPalletBind.cs" />
|
<Compile Include="DAL\DALPurchase.cs" />
|
<Compile Include="DAL\DALRegion.cs" />
|
<Compile Include="DAL\DALRelation.cs" />
|
<Compile Include="DAL\DALResMenu.cs" />
|
<Compile Include="DAL\DALCustomer.cs" />
|
<Compile Include="DAL\DALErpIn.cs" />
|
<Compile Include="DAL\DALErpInDetail.cs" />
|
<Compile Include="DAL\DALRoles.cs" />
|
<Compile Include="DAL\DALStroeMat.cs" />
|
<Compile Include="DAL\DALTask.cs" />
|
<Compile Include="DAL\DALStore.cs" />
|
<Compile Include="DAL\DALTaskManage.cs" />
|
<Compile Include="DAL\DALTray.cs" />
|
<Compile Include="DAL\DALUnit.cs" />
|
<Compile Include="DAL\DALPalletOut.cs" />
|
<Compile Include="DAL\DALWcsMessage.cs" />
|
<Compile Include="DAL\DALWMSApi.cs" />
|
<Compile Include="DAL\DAL_Alarm.cs" />
|
<Compile Include="DAL\DAL_AlarmInfo.cs" />
|
<Compile Include="DAL\DAL_AlarmLog.cs" />
|
<Compile Include="DAL\DAL_CheckMonitor.cs" />
|
<Compile Include="DAL\DAL_ConveyorInfo.cs" />
|
<Compile Include="DAL\DAL_HistoryLog.cs" />
|
<Compile Include="DAL\DAL_IpPlcInfo.cs" />
|
<Compile Include="DAL\DAL_Led.cs" />
|
<Compile Include="DAL\DAL_LogInUser.cs" />
|
<Compile Include="DAL\DAL_ManualControl.cs" />
|
<Compile Include="DAL\DAL_OperationRecord.cs" />
|
<Compile Include="DAL\DAL_PalletEmptyIn.cs" />
|
<Compile Include="DAL\DAL_PlcPos.cs" />
|
<Compile Include="DAL\DAL_Pub.cs" />
|
<Compile Include="DAL\DAL_TaskMonitor.cs" />
|
<Compile Include="DAL\LedDll.cs" />
|
<Compile Include="DataFactory.cs" />
|
<Compile Include="IDAL\IDALBarCode.cs" />
|
<Compile Include="IDAL\IDALErp.cs" />
|
<Compile Include="IDAL\IDALErpDetail.cs" />
|
<Compile Include="IDAL\IDALCheckDetail.cs" />
|
<Compile Include="IDAL\IDALMoveDetail.cs" />
|
<Compile Include="IDAL\IDALMove.cs" />
|
<Compile Include="IDAL\IDALErpOutDetail.cs" />
|
<Compile Include="IDAL\IDALOrdType.cs" />
|
<Compile Include="IDAL\IDALDepartMent.cs" />
|
<Compile Include="IDAL\IDALGerUserMenu.cs" />
|
<Compile Include="IDAL\IDALGoodsPos.cs" />
|
<Compile Include="IDAL\IDALMatNo.cs" />
|
<Compile Include="IDAL\IDALPalletBind.cs" />
|
<Compile Include="IDAL\IDALPalletMatOut.cs" />
|
<Compile Include="IDAL\IDALPurchase.cs" />
|
<Compile Include="IDAL\IDALRelation.cs" />
|
<Compile Include="IDAL\IDALResMenu.cs" />
|
<Compile Include="IDAL\IDALCustomer.cs" />
|
<Compile Include="IDAL\IDALArea.cs" />
|
<Compile Include="IDAL\IDALErpOut.cs" />
|
<Compile Include="IDAL\IDALErpInDetail.cs" />
|
<Compile Include="IDAL\IDALStroe.cs" />
|
<Compile Include="IDAL\IDALTask.cs" />
|
<Compile Include="IDAL\IDALReverse.cs" />
|
<Compile Include="IDAL\IDALCheckData.cs" />
|
<Compile Include="IDAL\IDALErpIn.cs" />
|
<Compile Include="IDAL\IDALRoles.cs" />
|
<Compile Include="IDAL\IDALUnit.cs" />
|
<Compile Include="IDAL\IDALUserLoginLog.cs" />
|
<Compile Include="IDAL\IDAL_PalletEmptyIn.cs" />
|
<Compile Include="IDAL\IDAL_Pub.cs" />
|
<Compile Include="IDAL\IDAL_Userinfo.cs" />
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
<Compile Include="DAL\DALUserInfo.cs" />
|
</ItemGroup>
|
<ItemGroup>
|
<ProjectReference Include="..\Commom\Common.csproj">
|
<Project>{79C177AF-0016-4564-8970-D8128E3ED0D4}</Project>
|
<Name>Common</Name>
|
</ProjectReference>
|
<ProjectReference Include="..\DataBase\DataBase.csproj">
|
<Project>{2fb84b5f-82ab-43ed-bebd-8a4944e9e1d8}</Project>
|
<Name>DataBase</Name>
|
</ProjectReference>
|
<ProjectReference Include="..\Model\Model.csproj">
|
<Project>{76C6C368-0854-4980-A82D-6523BBA184EF}</Project>
|
<Name>Model</Name>
|
</ProjectReference>
|
</ItemGroup>
|
<ItemGroup>
|
<None Include="..\.editorconfig">
|
<Link>.editorconfig</Link>
|
</None>
|
<None Include="app.config" />
|
<None Include="packages.config" />
|
</ItemGroup>
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
</Project>
|