<?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>{76C6C368-0854-4980-A82D-6523BBA184EF}</ProjectGuid>
|
<OutputType>Library</OutputType>
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
<RootNamespace>Model</RootNamespace>
|
<AssemblyName>Model</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>
|
</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="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="System.Data.DataSetExtensions" />
|
<Reference Include="Microsoft.CSharp" />
|
<Reference Include="System.Data" />
|
<Reference Include="System.Xml" />
|
</ItemGroup>
|
<ItemGroup>
|
<Compile Include="AlarmModel.cs" />
|
<Compile Include="ApiLocationModel.cs" />
|
<Compile Include="ApiModel\Result.cs" />
|
<Compile Include="BarCode.cs" />
|
<Compile Include="Brand.cs" />
|
<Compile Include="CheckTask.cs" />
|
<Compile Include="DeliveryOutDetail.cs" />
|
<Compile Include="DepartMent.cs" />
|
<Compile Include="DepotsArea.cs" />
|
<Compile Include="DepotsLocation.cs" />
|
<Compile Include="Dictionarys.cs" />
|
<Compile Include="GoodsPos.cs" />
|
<Compile Include="LoginLog.cs" />
|
<Compile Include="Material.cs" />
|
<Compile Include="MessageModel\DeviceMessage.cs" />
|
<Compile Include="OperationRecordModel.cs" />
|
<Compile Include="Packing.cs" />
|
<Compile Include="PalletBind.cs" />
|
<Compile Include="PalletEmptyIn.cs" />
|
<Compile Include="PalletMatOut.cs" />
|
<Compile Include="Picking.cs" />
|
<Compile Include="Purchase.cs" />
|
<Compile Include="Region.cs" />
|
<Compile Include="Relation.cs" />
|
<Compile Include="ResbtnItem.cs" />
|
<Compile Include="ResMenu.cs" />
|
<Compile Include="PageInfo.cs" />
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
<Compile Include="Area.cs" />
|
<Compile Include="Customer.cs" />
|
<Compile Include="ErpOut.cs" />
|
<Compile Include="OrdType.cs" />
|
<Compile Include="Store.cs" />
|
<Compile Include="MovePos.cs" />
|
<Compile Include="StoreModel.cs" />
|
<Compile Include="StroeMat.cs" />
|
<Compile Include="Task.cs" />
|
<Compile Include="Reverse.cs" />
|
<Compile Include="CheckData.cs" />
|
<Compile Include="ErpIn.cs" />
|
<Compile Include="Roles.cs" />
|
<Compile Include="TaskManage.cs" />
|
<Compile Include="TaskMonitorModel.cs" />
|
<Compile Include="Tray.cs" />
|
<Compile Include="Unit.cs" />
|
<Compile Include="UserInfo.cs" />
|
<Compile Include="WcsModel\LocatModel.cs" />
|
<Compile Include="WcsModel\StackerMonitor.cs" />
|
<Compile Include="WcsModel\TaskReques.cs" />
|
<Compile Include="WcsModel\WCSAlarmInfo.cs" />
|
<Compile Include="WcsModel\WCSAlarmLog.cs" />
|
<Compile Include="WcsModel\WCSConveyorInfo.cs" />
|
<Compile Include="WcsModel\WCSIP.cs" />
|
<Compile Include="WcsModel\WCSLogInUser.cs" />
|
<Compile Include="WcsModel\WCSLogOperation.cs" />
|
<Compile Include="WcsModel\WCSPalletBind.cs" />
|
<Compile Include="WcsModel\WCSPickLino.cs" />
|
<Compile Include="WcsModel\WCSPlcInfo.cs" />
|
<Compile Include="WcsModel\WCSPlcPos.cs" />
|
<Compile Include="WcsModel\WCSResultModel.cs" />
|
<Compile Include="WcsModel\WCSStorageLocat.cs" />
|
<Compile Include="WcsModel\WCSTasks.cs" />
|
<Compile Include="WcsModel\WCSTasksMonitor.cs" />
|
<Compile Include="WcsModel\WmsTaskModel.cs" />
|
<Compile Include="WhCmd.cs" />
|
<Compile Include="WmsModel\WmsBllPalletBind.cs" />
|
<Compile Include="WmsModel\WmsLocat.cs" />
|
</ItemGroup>
|
<ItemGroup>
|
<None Include="packages.config" />
|
</ItemGroup>
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
</Project>
|