<?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>iWare_RawMaterialWarehouse_CC</AssemblyName>
|
<TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
|
<FileAlignment>512</FileAlignment>
|
<Deterministic>true</Deterministic>
|
<IsWebBootstrapper>false</IsWebBootstrapper>
|
<WcfConfigValidationEnabled>True</WcfConfigValidationEnabled>
|
<TargetFrameworkProfile />
|
<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>
|
</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>Robot.ico</ApplicationIcon>
|
</PropertyGroup>
|
<ItemGroup>
|
<Reference Include="EntityFramework, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
|
<SpecificVersion>False</SpecificVersion>
|
<HintPath>..\DLL\EntityFramework.dll</HintPath>
|
</Reference>
|
<Reference Include="EntityFramework.SqlServer, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
|
<SpecificVersion>False</SpecificVersion>
|
<HintPath>..\DLL\EntityFramework.SqlServer.dll</HintPath>
|
</Reference>
|
<Reference Include="EPPlus">
|
<HintPath>..\DLL\EPPlus.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, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
|
<SpecificVersion>False</SpecificVersion>
|
<HintPath>..\DLL\WZ.Useful.Commons.dll</HintPath>
|
</Reference>
|
<Reference Include="Yitter.IdGenerator.Net45">
|
<HintPath>..\DLL\Yitter.IdGenerator.Net45.dll</HintPath>
|
</Reference>
|
</ItemGroup>
|
<ItemGroup>
|
<Compile Include="Common\Helper\BaseInfoHelper.cs" />
|
<Compile Include="Common\Helper\BusinessTypeHelper.cs" />
|
<Compile Include="Common\Helper\CreatExcelForMail.cs" />
|
<Compile Include="Common\Helper\IssueTaskHelper.cs" />
|
<Compile Include="Common\Helper\InventoryHelper.cs" />
|
<Compile Include="Common\Helper\FindEmptyLocationHelper.cs" />
|
<Compile Include="Common\Helper\LogRecordHelper.cs" />
|
<Compile Include="Common\Helper\SAPHelper.cs" />
|
<Compile Include="Common\Helper\StockQuanHelper.cs" />
|
<Compile Include="Common\Helper\WMSRequestHelper.cs" />
|
<Compile Include="Common\Helper\WcsRequestHelper.cs" />
|
<Compile Include="Common\Helper\FormHelper.cs" />
|
<Compile Include="Common\Helper\MyExtendHelper.cs" />
|
<Compile Include="Common\MyMesService.cs" />
|
<Compile Include="Common\Helper\ControlHelper.cs" />
|
<Compile Include="Common\SystemWarningMsg.cs" />
|
<Compile Include="Common\SystemValueUtil.cs" />
|
<Compile Include="Common\DeviceDict.cs" />
|
<Compile Include="Connected Services\PrintBaseService\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="Program.cs" />
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
<Compile Include="ThreadHandler\WmsTask\IssueTasHandler.cs" />
|
<Compile Include="ThreadHandler\WmsTask\IssueTask3Handler.cs" />
|
<Compile Include="ThreadHandler\WmsTask\InventorySnapshotHandler.cs" />
|
<Compile Include="ThreadHandler\WmsTask\NotificationsHandler.cs" />
|
<Compile Include="ThreadHandler\WmsTask\MailSendHandler.cs" />
|
<Compile Include="ThreadHandler\WmsTask\PoDeliveryHandler.cs" />
|
<Compile Include="ThreadHandler\WmsTask\ReceivingPoOrderHandler.cs" />
|
<Compile Include="ThreadHandler\WmsTask\PrintHandler.cs" />
|
<Compile Include="ThreadHandler\WmsTask\StoreWaringMailHandler.cs" />
|
<Compile Include="ThreadHandler\WmsTask\TaskFinishHandler.cs" />
|
<Compile Include="WCF\CCWcfService.cs" />
|
<Compile Include="WCF\ICCWcfService.cs" />
|
<Compile Include="ThreadHandler\WmsTask\PingKu_TaskFinishHandler.cs" />
|
<Compile Include="ThreadHandler\WmsTask\LiTiKu_TaskFinishedTask.cs" />
|
<EmbeddedResource Include="FormCC.resx">
|
<DependentUpon>FormCC.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="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="File\库存预警信息模板.xlsx">
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
</None>
|
<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>
|
<WCFMetadata Include="Connected Services\" />
|
</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>
|
<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\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" />
|
<Content Include="Robot.ico" />
|
<None Include="Resources\穿梭母车1.jpg" />
|
<None Include="Resources\穿梭子母车%28彩色%29.jpg" />
|
</ItemGroup>
|
<ItemGroup>
|
<Folder Include="BLL\" />
|
<Folder Include="File\CreateFile\" />
|
</ItemGroup>
|
<ItemGroup>
|
<WCFMetadataStorage Include="Connected Services\PrintBaseService\" />
|
</ItemGroup>
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
</Project>
|