<?xml version="1.0" encoding="utf-8"?>
|
<Project ToolsVersion="12.0" DefaultTargets="Build" 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>{D3FE5F84-11AB-4576-A33F-85F0D8D9F5D8}</ProjectGuid>
|
<OutputType>WinExe</OutputType>
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
<RootNamespace>iWareCc</RootNamespace>
|
<AssemblyName>iWareCc</AssemblyName>
|
<TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
|
<FileAlignment>512</FileAlignment>
|
<NuGetPackageImportStamp>bb4a7afd</NuGetPackageImportStamp>
|
<TargetFrameworkProfile />
|
</PropertyGroup>
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
<PlatformTarget>AnyCPU</PlatformTarget>
|
<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' ">
|
<PlatformTarget>AnyCPU</PlatformTarget>
|
<DebugType>pdbonly</DebugType>
|
<Optimize>false</Optimize>
|
<OutputPath>bin\Release\</OutputPath>
|
<DefineConstants>TRACE</DefineConstants>
|
<ErrorReport>prompt</ErrorReport>
|
<WarningLevel>4</WarningLevel>
|
<Prefer32Bit>true</Prefer32Bit>
|
</PropertyGroup>
|
<ItemGroup>
|
<Reference Include="Autofac">
|
<HintPath>..\iWareCommon\DLL\Autofac.dll</HintPath>
|
</Reference>
|
<Reference Include="Autofac.Extras.DynamicProxy">
|
<HintPath>..\iWareCommon\DLL\Autofac.Extras.DynamicProxy.dll</HintPath>
|
</Reference>
|
<Reference Include="Castle.Core">
|
<HintPath>..\iWareCommon\DLL\Castle.Core.dll</HintPath>
|
</Reference>
|
<Reference Include="EntityFramework">
|
<HintPath>..\packages\EntityFramework.6.2.0\lib\net45\EntityFramework.dll</HintPath>
|
</Reference>
|
<Reference Include="EntityFramework.SqlServer">
|
<HintPath>..\packages\EntityFramework.6.2.0\lib\net45\EntityFramework.SqlServer.dll</HintPath>
|
</Reference>
|
<Reference Include="HPSocketCS, Version=4.1.3.19493, Culture=neutral, processorArchitecture=MSIL">
|
<SpecificVersion>False</SpecificVersion>
|
<HintPath>F:\临时杂件\zjggguangdong\CCS\bin\Debug\HPSocketCS.dll</HintPath>
|
</Reference>
|
<Reference Include="Newtonsoft.Json, Version=6.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
|
<SpecificVersion>False</SpecificVersion>
|
<HintPath>..\packages\Newtonsoft.Json.10.0.1\lib\net45\Newtonsoft.Json.dll</HintPath>
|
</Reference>
|
<Reference Include="Smobiler.Core, Version=5.0.0.0, Culture=neutral, PublicKeyToken=c28d201d12639a97, processorArchitecture=MSIL" />
|
<Reference Include="Smobiler.Core.Controls, Version=1.0.0.0, Culture=neutral, PublicKeyToken=276522cd3fa3b955, processorArchitecture=MSIL" />
|
<Reference Include="Smobiler.Plugins, Version=1.0.0.0, Culture=neutral, PublicKeyToken=9301bc54ca0d7a69, processorArchitecture=MSIL" />
|
<Reference Include="System" />
|
<Reference Include="System.ComponentModel.DataAnnotations" />
|
<Reference Include="System.Configuration.Install" />
|
<Reference Include="System.Core" />
|
<Reference Include="System.Drawing" />
|
<Reference Include="System.Management" />
|
<Reference Include="System.Runtime.Serialization" />
|
<Reference Include="System.ServiceModel" />
|
<Reference Include="System.Xml.Linq" />
|
<Reference Include="System.Data.DataSetExtensions" />
|
<Reference Include="Microsoft.CSharp" />
|
<Reference Include="System.Data" />
|
<Reference Include="System.ServiceProcess" />
|
<Reference Include="System.Xml" />
|
</ItemGroup>
|
<ItemGroup>
|
<Compile Include="Cache\Entity\CacheEntity.cs" />
|
<Compile Include="Conveyor\Datagram\GateDatagramAnalyze.cs" />
|
<Compile Include="Conveyor\Datagram\GateDatagramParse.cs" />
|
<Compile Include="Conveyor\Datagram\GateDatagramProp.cs" />
|
<Compile Include="Conveyor\Datagram\GateDatagramPropEntity.cs" />
|
<Compile Include="Conveyor\Entity\ConveyorContainer.cs" />
|
<Compile Include="Conveyor\Entity\ConveyorEntity.cs" />
|
<Compile Include="Conveyor\Entity\ConveyorInfoEntity.cs" />
|
<Compile Include="Conveyor\Entity\GateEntity.cs" />
|
<Compile Include="Conveyor\Entity\GateInfoEntity.cs" />
|
<Compile Include="Conveyor\Entity\OpcReadItem.cs" />
|
<Compile Include="Conveyor\Entity\OpcWriteItem.cs" />
|
<Compile Include="Conveyor\EnumType\EConveyorAlarm.cs" />
|
<Compile Include="Conveyor\EnumType\EGateCommandWord.cs" />
|
<Compile Include="Conveyor\EnumType\EGateWsWord.cs" />
|
<Compile Include="Conveyor\EnumType\ESendCode.cs" />
|
<Compile Include="Conveyor\EnumType\ESrmTaskType.cs" />
|
<Compile Include="Conveyor\Service\GateService.cs" />
|
<Compile Include="Conveyor\Socket\GateSocketClient.cs" />
|
<Compile Include="Conveyor\Socket\GateSocketServer.cs" />
|
<Compile Include="CreateMainTask\chain\保存生成的入库任务.cs" />
|
<Compile Include="CreateMainTask\chain\根据扫码生成入库主任务.cs" />
|
<Compile Include="CreateOutMainTask\chain\保存生成的出库任务.cs" />
|
<Compile Include="CreateOutMainTask\chain\生成出库主任务.cs" />
|
<Compile Include="DecomposeTask\Chain\保存分解任务.cs" />
|
<Compile Include="DecomposeTask\Chain\根据任务类型生成分解任务.cs" />
|
<Compile Include="DecomposeTask\Chain\按策略获取一个待分解任务.cs" />
|
<Compile Include="DecomposeTask\Entity\MainTaskContainer.cs" />
|
<Compile Include="DecomposeTask\Entity\PartTaskContainer.cs" />
|
<Compile Include="DecomposeTask\Entity\PlaceContainer.cs" />
|
<Compile Include="DecomposeTask\Entity\ResultContainer.cs" />
|
<Compile Include="DecomposeTask\Strategy\入库任务\Chain\寻找空库位.cs" />
|
<Compile Include="DecomposeTask\Strategy\入库任务\Chain\生成输送机任务.cs" />
|
<Compile Include="DecomposeTask\Strategy\入库任务\生成入库输送机任务.cs" />
|
<Compile Include="DecomposeTask\Strategy\出库任务\Chain\判断堆垛机是否空闲.cs" />
|
<Compile Include="DecomposeTask\Strategy\出库任务\Chain\寻找满足库存条件的库位.cs" />
|
<Compile Include="DecomposeTask\Strategy\出库任务\Chain\生成堆垛机任务.cs" />
|
<Compile Include="DecomposeTask\Strategy\出库任务\生成出库堆垛机任务.cs" />
|
<Compile Include="DoConveyorTaskAuto\Chain\发送输送机任务.cs" />
|
<Compile Include="DoConveyorTaskAuto\Chain\选择一个未执行的输送机的任务.cs" />
|
<Compile Include="DoStackerTaskAuto\Chain\发送堆垛机任务.cs" />
|
<Compile Include="DoStackerTaskAuto\Chain\选择一个未执行的堆垛机的任务.cs" />
|
<Compile Include="FinishConveyorTask\Chain\查看物料是否到输送机末端.cs" />
|
<Compile Include="FinishConveyorTask\Chain\获取当前的任务.cs" />
|
<Compile Include="FinishStackerTask\Chain\保存出入库明细信息.cs" />
|
<Compile Include="FinishStackerTask\Chain\将完成结果更新至数据库.cs" />
|
<Compile Include="FinishStackerTask\Chain\等待堆垛机完成任务.cs" />
|
<Compile Include="FinishStackerTask\Chain\获取当前的堆垛机任务.cs" />
|
<Compile Include="HandleTask\Chain\保存处理信息.cs" />
|
<Compile Include="HandleTask\Chain\根据任务类型获取下一阶段任务.cs" />
|
<Compile Include="HandleTask\Chain\获取一个已完成但未处理的分解任务.cs" />
|
<Compile Include="HandleTask\Strategy\入库任务\Strategy\处理输送机任务.cs" />
|
<Compile Include="HandleTask\Strategy\入库任务\处理入库任务.cs" />
|
<Compile Include="HandleTask\Strategy\出库任务\Strategy\处理堆垛机任务.cs" />
|
<Compile Include="HandleTask\Strategy\出库任务\处理出库任务.cs" />
|
<Compile Include="HeartBeat\Entity\HeartBeatEntity.cs" />
|
<Compile Include="HeartBeat\Entity\HeartBeatInfoEntity.cs" />
|
<Compile Include="HeartBeat\Entity\OpcReadItem.cs" />
|
<Compile Include="HeartBeat\Entity\OpcWriteItem.cs" />
|
<Compile Include="ProjectInstaller.cs">
|
<SubType>Component</SubType>
|
</Compile>
|
<Compile Include="ProjectInstaller.Designer.cs">
|
<DependentUpon>ProjectInstaller.cs</DependentUpon>
|
</Compile>
|
<Compile Include="Properties\Resources.Designer.cs">
|
<AutoGen>True</AutoGen>
|
<DesignTime>True</DesignTime>
|
<DependentUpon>Resources.resx</DependentUpon>
|
</Compile>
|
<Compile Include="Service References\OpcWcfService\Reference.cs">
|
<AutoGen>True</AutoGen>
|
<DesignTime>True</DesignTime>
|
<DependentUpon>Reference.svcmap</DependentUpon>
|
</Compile>
|
<Compile Include="Service1.cs">
|
<SubType>Component</SubType>
|
</Compile>
|
<Compile Include="Service1.Designer.cs">
|
<DependentUpon>Service1.cs</DependentUpon>
|
</Compile>
|
<Compile Include="Program.cs" />
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
<Compile Include="Srm\Entity\OpcReadItem.cs" />
|
<Compile Include="Srm\Entity\OpcWriteItem.cs" />
|
<Compile Include="Srm\Entity\StackerContainer.cs" />
|
<Compile Include="Srm\Entity\StackerEntity.cs" />
|
<Compile Include="Srm\Entity\StackerInfoEntity.cs" />
|
<Compile Include="Srm\EnumType\ESrmAlarm1.cs" />
|
<Compile Include="Srm\Strategy\推送堆垛机告警状态.cs" />
|
<Compile Include="Srm\Strategy\推送堆垛机状态.cs" />
|
<Compile Include="Task\Service\TaskService.cs" />
|
<Compile Include="Util\OPCHelper.cs" />
|
<Compile Include="Util\SocketClient.cs" />
|
<Compile Include="Util\SocketServer.cs" />
|
<Compile Include="WCF\ControlCenter\ControlCenterWcfService.cs" />
|
<Compile Include="WCF\ControlCenter\IControlCenterWcfService.cs" />
|
<Compile Include="WCF\ThreeEntity\PickList.cs" />
|
<Compile Include="WCF\ThreeEntity\PickListItem.cs" />
|
<Compile Include="WCF\ThreeEntity\PickListItemResponse.cs" />
|
<Compile Include="WCF\ThreeEntity\PickListItems.cs" />
|
<Compile Include="WCF\ThreeEntity\PickListItemsResponse.cs" />
|
<Compile Include="WCF\ThreeEntity\PickListResponse.cs" />
|
<Compile Include="WCF\ThreeEntity\Profile.cs" />
|
<Compile Include="WCF\ThreeEntity\StockItem.cs" />
|
<Compile Include="WCF\ThreeEntity\StockItemFilter .cs" />
|
<Compile Include="WCF\ThreeEntity\StockTransferRequestItem.cs" />
|
<Compile Include="WCF\ThreeEntity\StockTransferResponseItem.cs" />
|
</ItemGroup>
|
<ItemGroup>
|
<None Include="App.config">
|
<SubType>Designer</SubType>
|
</None>
|
<None Include="Note\WindowsServiceInstall.tt">
|
<Generator>TextTemplatingFileGenerator</Generator>
|
<LastGenOutput>WindowsServiceInstall.txt</LastGenOutput>
|
</None>
|
<None Include="Service References\OpcWcfService\Arrays.xsd">
|
<SubType>Designer</SubType>
|
</None>
|
<None Include="Service References\OpcWcfService\service.wsdl" />
|
<None Include="Service References\OpcWcfService\service.xsd">
|
<SubType>Designer</SubType>
|
</None>
|
<None Include="Service References\OpcWcfService\service1.xsd">
|
<SubType>Designer</SubType>
|
</None>
|
</ItemGroup>
|
<ItemGroup>
|
<EmbeddedResource Include="ProjectInstaller.resx">
|
<DependentUpon>ProjectInstaller.cs</DependentUpon>
|
</EmbeddedResource>
|
<EmbeddedResource Include="Properties\Resources.resx">
|
<Generator>ResXFileCodeGenerator</Generator>
|
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
|
</EmbeddedResource>
|
</ItemGroup>
|
<ItemGroup>
|
<ProjectReference Include="..\iWareCommon\iWareCommon.csproj">
|
<Project>{a9859d3c-ea37-497c-ba93-43cec47f5798}</Project>
|
<Name>iWareCommon</Name>
|
</ProjectReference>
|
<ProjectReference Include="..\iWareDataCore\iWareDataCore.csproj">
|
<Project>{714d8b00-61ad-4cee-b062-add15f4962b7}</Project>
|
<Name>iWareDataCore</Name>
|
</ProjectReference>
|
<ProjectReference Include="..\iWareLog\iWareLog.csproj">
|
<Project>{56120484-b7ed-4dc5-9038-b29607f6c4da}</Project>
|
<Name>iWareLog</Name>
|
</ProjectReference>
|
</ItemGroup>
|
<ItemGroup>
|
<Service Include="{508349B6-6B84-4DF5-91F0-309BEEBAD82D}" />
|
</ItemGroup>
|
<ItemGroup>
|
<Content Include="DLL\HPSocket4C-SSL_UD.dll" />
|
<Content Include="DLL\HPSocket4C_UD.dll" />
|
<Content Include="DLL\HPSocketCS.dll" />
|
<Content Include="Note\WindowsServiceInstall.txt">
|
<AutoGen>True</AutoGen>
|
<DesignTime>True</DesignTime>
|
<DependentUpon>WindowsServiceInstall.tt</DependentUpon>
|
</Content>
|
<None Include="Service References\OpcWcfService\Reference.svcmap">
|
<Generator>WCF Proxy Generator</Generator>
|
<LastGenOutput>Reference.cs</LastGenOutput>
|
</None>
|
<None Include="Service References\OpcWcfService\configuration.svcinfo" />
|
<None Include="Service References\OpcWcfService\configuration91.svcinfo" />
|
</ItemGroup>
|
<ItemGroup>
|
<WCFMetadata Include="Service References\" />
|
</ItemGroup>
|
<ItemGroup>
|
<WCFMetadataStorage Include="Service References\OpcWcfService\" />
|
</ItemGroup>
|
<ItemGroup />
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
Other similar extension points exist, see Microsoft.Common.targets.
|
<Target Name="BeforeBuild">
|
</Target>
|
<Target Name="AfterBuild">
|
</Target>
|
-->
|
</Project>
|