<?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>{18F1DB2E-9327-4231-AFAE-9C94CE915B33}</ProjectGuid>
|
<OutputType>WinExe</OutputType>
|
<RootNamespace>iWareCC</RootNamespace>
|
<AssemblyName>iWareCC</AssemblyName>
|
<TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
|
<FileAlignment>512</FileAlignment>
|
<Deterministic>true</Deterministic>
|
<IsWebBootstrapper>false</IsWebBootstrapper>
|
<PublishUrl>D:\Pub\CC\</PublishUrl>
|
<Install>true</Install>
|
<InstallFrom>Disk</InstallFrom>
|
<UpdateEnabled>false</UpdateEnabled>
|
<UpdateMode>Foreground</UpdateMode>
|
<UpdateInterval>7</UpdateInterval>
|
<UpdateIntervalUnits>Days</UpdateIntervalUnits>
|
<UpdatePeriodically>false</UpdatePeriodically>
|
<UpdateRequired>false</UpdateRequired>
|
<MapFileExtensions>true</MapFileExtensions>
|
<ApplicationRevision>1</ApplicationRevision>
|
<ApplicationVersion>1.0.0.%2a</ApplicationVersion>
|
<UseApplicationTrust>false</UseApplicationTrust>
|
<PublishWizardCompleted>true</PublishWizardCompleted>
|
<BootstrapperEnabled>true</BootstrapperEnabled>
|
<WcfConfigValidationEnabled>True</WcfConfigValidationEnabled>
|
<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>true</Optimize>
|
<OutputPath>bin\Release\</OutputPath>
|
<DefineConstants>TRACE</DefineConstants>
|
<ErrorReport>prompt</ErrorReport>
|
<WarningLevel>4</WarningLevel>
|
</PropertyGroup>
|
<PropertyGroup>
|
<ManifestCertificateThumbprint>3BB225D93A4BCE095A4EBBC162475099A9C5B346</ManifestCertificateThumbprint>
|
</PropertyGroup>
|
<PropertyGroup>
|
<ManifestKeyFile>iWareCC_ASRS_TemporaryKey.pfx</ManifestKeyFile>
|
</PropertyGroup>
|
<PropertyGroup>
|
<GenerateManifests>true</GenerateManifests>
|
</PropertyGroup>
|
<PropertyGroup>
|
<SignManifests>false</SignManifests>
|
</PropertyGroup>
|
<PropertyGroup>
|
<ApplicationIcon>Logo.ico</ApplicationIcon>
|
</PropertyGroup>
|
<ItemGroup>
|
<Reference Include="EntityFramework, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
|
<SpecificVersion>False</SpecificVersion>
|
<HintPath>..\iWareCommon\DLL\EntityFramework.dll</HintPath>
|
</Reference>
|
<Reference Include="EntityFramework.SqlServer">
|
<HintPath>..\iWareCommon\DLL\EntityFramework.SqlServer.dll</HintPath>
|
</Reference>
|
<Reference Include="Newtonsoft.Json, Version=6.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
|
<SpecificVersion>False</SpecificVersion>
|
<HintPath>..\iWareCommon\DLL\Newtonsoft.Json.dll</HintPath>
|
</Reference>
|
<Reference Include="System" />
|
<Reference Include="System.Configuration" />
|
<Reference Include="System.Core" />
|
<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.Deployment" />
|
<Reference Include="System.Drawing" />
|
<Reference Include="System.Net.Http" />
|
<Reference Include="System.Windows.Forms" />
|
<Reference Include="System.Xml" />
|
<Reference Include="WZ.Useful.Commons">
|
<HintPath>..\iWareCommon\DLL\WZ.Useful.Commons.dll</HintPath>
|
</Reference>
|
<Reference Include="Yitter.IdGenerator.Net45">
|
<HintPath>..\DLL\Yitter.IdGenerator.Net45.dll</HintPath>
|
</Reference>
|
</ItemGroup>
|
<ItemGroup>
|
<Compile Include="BLL\SalverMaterialBindBLL.cs" />
|
<Compile Include="BLL\MesBLL.cs" />
|
<Compile Include="BLL\ConveyorBLL.cs" />
|
<Compile Include="BLL\SrmBLL.cs" />
|
<Compile Include="BLL\RgvBLL.cs" />
|
<Compile Include="Common\Helper\WmsRequestHelper.cs" />
|
<Compile Include="Common\Helper\AgvRequestHelper.cs" />
|
<Compile Include="Common\Helper\FormHelper.cs" />
|
<Compile Include="Common\Helper\MyExtendHelper.cs" />
|
<Compile Include="Common\MyMesService.cs" />
|
<Compile Include="Connected Services\PrintBaseService\Reference.cs">
|
<AutoGen>True</AutoGen>
|
<DesignTime>True</DesignTime>
|
<DependentUpon>Reference.svcmap</DependentUpon>
|
</Compile>
|
<Compile Include="Connected Services\StationService\Reference.cs">
|
<AutoGen>True</AutoGen>
|
<DesignTime>True</DesignTime>
|
<DependentUpon>Reference.svcmap</DependentUpon>
|
</Compile>
|
<Compile Include="DeviceThreadFactory\DeviceThreadServiceFactory.cs" />
|
<Compile Include="DeviceThreadFactory\DeviceThreadServiceHandle.cs" />
|
<Compile Include="Common\Helper\ControlHelper.cs" />
|
<Compile Include="Common\SystemWarningMsg.cs" />
|
<Compile Include="Common\SystemValue.cs" />
|
<Compile Include="Common\SystemValueUtil.cs" />
|
<Compile Include="Common\DeviceDict.cs" />
|
<Compile Include="Connected Services\RgvService\Reference.cs">
|
<AutoGen>True</AutoGen>
|
<DesignTime>True</DesignTime>
|
<DependentUpon>Reference.svcmap</DependentUpon>
|
</Compile>
|
<Compile Include="Connected Services\SrmService\Reference.cs">
|
<AutoGen>True</AutoGen>
|
<DesignTime>True</DesignTime>
|
<DependentUpon>Reference.svcmap</DependentUpon>
|
</Compile>
|
<Compile Include="FormCC.cs">
|
<SubType>Form</SubType>
|
</Compile>
|
<Compile Include="FormCC.Designer.cs">
|
<DependentUpon>FormCC.cs</DependentUpon>
|
</Compile>
|
<Compile Include="Forms\SrmStockForm.cs">
|
<SubType>Form</SubType>
|
</Compile>
|
<Compile Include="Forms\SrmStockForm.Designer.cs">
|
<DependentUpon>SrmStockForm.cs</DependentUpon>
|
</Compile>
|
<Compile Include="Forms\SystemCheckForm.cs">
|
<SubType>Form</SubType>
|
</Compile>
|
<Compile Include="Forms\SystemCheckForm.Designer.cs">
|
<DependentUpon>SystemCheckForm.cs</DependentUpon>
|
</Compile>
|
<Compile Include="Handler\WmsRecordUpiProcessHandler.cs" />
|
<Compile Include="Program.cs" />
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
<Compile Include="DeviceThreadFactory\DeviceThreadService\RgvThreadService\RgvTaskThreadService.cs" />
|
<Compile Include="DeviceThreadFactory\DeviceThreadService\ConveyorThreadService\ConveyorThreadService.cs" />
|
<Compile Include="DeviceThreadFactory\DeviceThreadService\SrmThreadService\SrmTaskThreadService.cs" />
|
<Compile Include="ThreadService\00_269工位\DataProcess_269.cs" />
|
<Compile Include="ThreadService\01_BZ01工位(清灰,洗板后工位)\DataProcess_BZ01.cs" />
|
<Compile Include="ThreadService\02_BZ39工位(补板后工位)\DataProcess_RobotBuffer_ModeChange.cs" />
|
<Compile Include="ThreadService\02_BZ39工位(补板后工位)\Inbound\2、DataProcess_BZ39_IssueInboundTask.cs" />
|
<Compile Include="ThreadService\02_BZ39工位(补板后工位)\Outbound\4、DataProcess_RobotBuffer_ForceOutbound.cs" />
|
<Compile Include="ThreadService\02_BZ39工位(补板后工位)\Outbound\2、DataProcess_RobotBuffer_IssueOutboundTask.cs" />
|
<Compile Include="ThreadService\02_BZ39工位(补板后工位)\Outbound\1、DataProcess_RobotBuffer_AutoQiTaoOutbound.cs" />
|
<Compile Include="ThreadService\02_BZ39工位(补板后工位)\Outbound\3、DataProcess_RobotBuffer_FinishTaskForOutbound.cs" />
|
<Compile Include="ThreadService\02_BZ39工位(补板后工位)\Inbound\3、DataProcess_RobotBuffer_FinishTask.cs" />
|
<Compile Include="ThreadService\02_BZ39工位(补板后工位)\Inbound\1、DataProcess_BZ39.cs" />
|
<Compile Include="ThreadService\03_BZ12%28机器人码包工位%29\2、DataProcess_BZ12_IssueTask.cs" />
|
<Compile Include="ThreadService\03_BZ12%28机器人码包工位%29\1、DataProcess_BZ12.cs" />
|
<Compile Include="ThreadService\03_BZ12%28机器人码包工位%29\3、DataProcess_BZ12_FinishTask.cs" />
|
<Compile Include="ThreadService\04_BZ21(搬运整垛机器人)\2、DataProcess_BZ21_IssueTask.cs" />
|
<Compile Include="ThreadService\04_BZ21(搬运整垛机器人)\1、DataProcess_BZ21.cs" />
|
<Compile Include="ThreadService\04_BZ21(搬运整垛机器人)\3、DataProcess_BZ21_FinishTask.cs" />
|
<Compile Include="ThreadService\05_BZ30%28齐套验证%29\DataProcess_ValidateQiTao.cs" />
|
<Compile Include="WCF\CCWcfService.cs" />
|
<Compile Include="WCF\ICCWcfService.cs" />
|
<Compile Include="WmsTask\AutoUpdateEngineInfoTask.cs" />
|
<Compile Include="WmsTask\MainTaskDecompose_ZPRK.cs" />
|
<Compile Include="WmsTask\PrintHandler.cs" />
|
<Compile Include="WmsTask\PushPaperCutToMes.cs" />
|
<Compile Include="WmsTask\PushPackageCodeToMes.cs" />
|
<Compile Include="WmsTask\EmptySalverTransferTask.cs" />
|
<Compile Include="WmsTask\MainTaskDecompose.cs" />
|
<EmbeddedResource Include="FormCC.resx">
|
<DependentUpon>FormCC.cs</DependentUpon>
|
</EmbeddedResource>
|
<EmbeddedResource Include="Forms\SrmStockForm.resx">
|
<DependentUpon>SrmStockForm.cs</DependentUpon>
|
</EmbeddedResource>
|
<EmbeddedResource Include="Forms\SystemCheckForm.resx">
|
<DependentUpon>SystemCheckForm.cs</DependentUpon>
|
</EmbeddedResource>
|
<EmbeddedResource Include="Properties\Resources.resx">
|
<Generator>PublicResXFileCodeGenerator</Generator>
|
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
|
<SubType>Designer</SubType>
|
</EmbeddedResource>
|
<Compile Include="Properties\Resources.Designer.cs">
|
<AutoGen>True</AutoGen>
|
<DependentUpon>Resources.resx</DependentUpon>
|
<DesignTime>True</DesignTime>
|
</Compile>
|
<None Include="App - 本机.config">
|
<SubType>Designer</SubType>
|
</None>
|
<None Include="App - 正式.config">
|
<SubType>Designer</SubType>
|
</None>
|
<None Include="Connected Services\PrintBaseService\item.xsd">
|
<SubType>Designer</SubType>
|
</None>
|
<None Include="Connected Services\PrintBaseService\item1.xsd">
|
<SubType>Designer</SubType>
|
</None>
|
<None Include="Connected Services\PrintBaseService\item2.xsd">
|
<SubType>Designer</SubType>
|
</None>
|
<None Include="Connected Services\PrintBaseService\iWareCC.PrintBaseService.GetImageResponse.datasource">
|
<DependentUpon>Reference.svcmap</DependentUpon>
|
</None>
|
<None Include="Connected Services\PrintBaseService\iWareCC.PrintBaseService.GetPrinterStatusResponse.datasource">
|
<DependentUpon>Reference.svcmap</DependentUpon>
|
</None>
|
<None Include="Connected Services\PrintBaseService\iWareCC.PrintBaseService.Print2Response.datasource">
|
<DependentUpon>Reference.svcmap</DependentUpon>
|
</None>
|
<None Include="Connected Services\PrintBaseService\iWareCC.PrintBaseService.Print3Response.datasource">
|
<DependentUpon>Reference.svcmap</DependentUpon>
|
</None>
|
<None Include="Connected Services\PrintBaseService\iWareCC.PrintBaseService.PrintResponse.datasource">
|
<DependentUpon>Reference.svcmap</DependentUpon>
|
</None>
|
<None Include="Connected Services\PrintBaseService\PrintWcfService.wsdl" />
|
<None Include="Connected Services\RgvService\iWareCC.RgvService.RgvView.datasource">
|
<DependentUpon>Reference.svcmap</DependentUpon>
|
</None>
|
<None Include="Connected Services\RgvService\iWareCC.RgvService.SdaResEntity.datasource">
|
<DependentUpon>Reference.svcmap</DependentUpon>
|
</None>
|
<None Include="Connected Services\RgvService\iWareSda.Devices._3_Rgv.RgvModel.xsd">
|
<SubType>Designer</SubType>
|
</None>
|
<None Include="Connected Services\RgvService\iWareSda.Model.xsd">
|
<SubType>Designer</SubType>
|
</None>
|
<None Include="Connected Services\RgvService\iWareSda.xsd">
|
<SubType>Designer</SubType>
|
</None>
|
<None Include="Connected Services\RgvService\service1.wsdl" />
|
<None Include="Connected Services\RgvService\service2.xsd">
|
<SubType>Designer</SubType>
|
</None>
|
<None Include="Connected Services\RgvService\service21.xsd">
|
<SubType>Designer</SubType>
|
</None>
|
<None Include="Connected Services\SrmService\iWareCC.SrmService.IsAllowSendTaskResponse.datasource">
|
<DependentUpon>Reference.svcmap</DependentUpon>
|
</None>
|
<None Include="Connected Services\SrmService\iWareCC.SrmService.IsReadyResponse.datasource">
|
<DependentUpon>Reference.svcmap</DependentUpon>
|
</None>
|
<None Include="Connected Services\SrmService\iWareCC.SrmService.SdaResEntity.datasource">
|
<DependentUpon>Reference.svcmap</DependentUpon>
|
</None>
|
<None Include="Connected Services\SrmService\iWareCC.SrmService.SrmEntity.datasource">
|
<DependentUpon>Reference.svcmap</DependentUpon>
|
</None>
|
<None Include="Connected Services\SrmService\iWareCC.SrmService.SrmView.datasource">
|
<DependentUpon>Reference.svcmap</DependentUpon>
|
</None>
|
<None Include="Connected Services\SrmService\service.wsdl" />
|
<None Include="Connected Services\SrmService\service.xsd">
|
<SubType>Designer</SubType>
|
</None>
|
<None Include="Connected Services\StationService\item1.xsd">
|
<SubType>Designer</SubType>
|
</None>
|
<None Include="Connected Services\StationService\item2.xsd">
|
<SubType>Designer</SubType>
|
</None>
|
<None Include="Connected Services\StationService\item3.xsd">
|
<SubType>Designer</SubType>
|
</None>
|
<None Include="Connected Services\StationService\item4.xsd">
|
<SubType>Designer</SubType>
|
</None>
|
<None Include="Connected Services\StationService\iWareCC.StationService.SdaResEntity.datasource">
|
<DependentUpon>Reference.svcmap</DependentUpon>
|
</None>
|
<None Include="Connected Services\StationService\iWareCC.StationService.StationView.datasource">
|
<DependentUpon>Reference.svcmap</DependentUpon>
|
</None>
|
<None Include="Connected Services\StationService\StationService.wsdl" />
|
<None Include="Properties\Settings.settings">
|
<Generator>SettingsSingleFileGenerator</Generator>
|
<LastGenOutput>Settings.Designer.cs</LastGenOutput>
|
</None>
|
<Compile Include="Properties\Settings.Designer.cs">
|
<AutoGen>True</AutoGen>
|
<DependentUpon>Settings.settings</DependentUpon>
|
<DesignTimeSharedInput>True</DesignTimeSharedInput>
|
</Compile>
|
</ItemGroup>
|
<ItemGroup>
|
<None Include="App.config">
|
<SubType>Designer</SubType>
|
</None>
|
</ItemGroup>
|
<ItemGroup>
|
<WCFMetadata Include="Connected Services\" />
|
</ItemGroup>
|
<ItemGroup>
|
<WCFMetadataStorage Include="Connected Services\PrintBaseService\" />
|
<WCFMetadataStorage Include="Connected Services\RgvService\" />
|
<WCFMetadataStorage Include="Connected Services\SrmService\" />
|
<WCFMetadataStorage Include="Connected Services\StationService\" />
|
</ItemGroup>
|
<ItemGroup>
|
<None Include="Connected Services\SrmService\configuration91.svcinfo" />
|
</ItemGroup>
|
<ItemGroup>
|
<None Include="Connected Services\SrmService\configuration.svcinfo" />
|
</ItemGroup>
|
<ItemGroup>
|
<None Include="Connected Services\SrmService\Reference.svcmap">
|
<Generator>WCF Proxy Generator</Generator>
|
<LastGenOutput>Reference.cs</LastGenOutput>
|
</None>
|
</ItemGroup>
|
<ItemGroup>
|
<ProjectReference Include="..\iWareCommon\iWareCommon.csproj">
|
<Project>{3583fcf0-92c7-406c-ad78-9fb7c11293cf}</Project>
|
<Name>iWareCommon</Name>
|
</ProjectReference>
|
<ProjectReference Include="..\iWareModel\iWareModel.csproj">
|
<Project>{556a91f0-34d1-4d23-a1c7-f27e19d916d3}</Project>
|
<Name>iWareModel</Name>
|
</ProjectReference>
|
<ProjectReference Include="..\iWareSql\iWareSql.csproj">
|
<Project>{d0b38cd8-60ac-472c-8031-a03cf3c2e8a5}</Project>
|
<Name>iWareSql</Name>
|
</ProjectReference>
|
</ItemGroup>
|
<ItemGroup>
|
<None Include="Connected Services\RgvService\configuration91.svcinfo" />
|
</ItemGroup>
|
<ItemGroup>
|
<None Include="Connected Services\RgvService\configuration.svcinfo" />
|
</ItemGroup>
|
<ItemGroup>
|
<None Include="Connected Services\RgvService\Reference.svcmap">
|
<Generator>WCF Proxy Generator</Generator>
|
<LastGenOutput>Reference.cs</LastGenOutput>
|
</None>
|
</ItemGroup>
|
<ItemGroup>
|
<BootstrapperPackage Include=".NETFramework,Version=v4.5">
|
<Visible>False</Visible>
|
<ProductName>Microsoft .NET Framework 4.5 %28x86 和 x64%29</ProductName>
|
<Install>true</Install>
|
</BootstrapperPackage>
|
<BootstrapperPackage Include="Microsoft.Net.Client.3.5">
|
<Visible>False</Visible>
|
<ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
|
<Install>false</Install>
|
</BootstrapperPackage>
|
<BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
|
<Visible>False</Visible>
|
<ProductName>.NET Framework 3.5 SP1</ProductName>
|
<Install>false</Install>
|
</BootstrapperPackage>
|
</ItemGroup>
|
<ItemGroup>
|
<None Include="Connected Services\StationService\item.disco" />
|
<None Include="Connected Services\StationService\configuration91.svcinfo" />
|
<None Include="Connected Services\StationService\configuration.svcinfo" />
|
<None Include="Connected Services\StationService\Reference.svcmap">
|
<Generator>WCF Proxy Generator</Generator>
|
<LastGenOutput>Reference.cs</LastGenOutput>
|
</None>
|
<None Include="Connected Services\PrintBaseService\item.disco" />
|
<None Include="Connected Services\PrintBaseService\configuration91.svcinfo" />
|
<None Include="Connected Services\PrintBaseService\configuration.svcinfo" />
|
<None Include="Connected Services\PrintBaseService\Reference.svcmap">
|
<Generator>WCF Proxy Generator</Generator>
|
<LastGenOutput>Reference.cs</LastGenOutput>
|
</None>
|
<Content Include="IwareICO.ico" />
|
<Content Include="Logo.ico" />
|
<None Include="Resources\穿梭母车1.jpg" />
|
<None Include="Resources\穿梭子母车%28彩色%29.jpg" />
|
</ItemGroup>
|
<ItemGroup />
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
</Project>
|