<?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>{F60513C2-D898-45C3-81BD-5049BC638DC0}</ProjectGuid>
|
<OutputType>WinExe</OutputType>
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
<RootNamespace>yunneiWCS</RootNamespace>
|
<AssemblyName>yunneiWCS</AssemblyName>
|
<TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
|
<FileAlignment>512</FileAlignment>
|
<WcfConfigValidationEnabled>True</WcfConfigValidationEnabled>
|
<PublishUrl>发布\</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>0</ApplicationRevision>
|
<ApplicationVersion>1.0.0.%2a</ApplicationVersion>
|
<IsWebBootstrapper>false</IsWebBootstrapper>
|
<UseApplicationTrust>false</UseApplicationTrust>
|
<BootstrapperEnabled>true</BootstrapperEnabled>
|
<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>
|
<ApplicationIcon>IwareICO.ico</ApplicationIcon>
|
</PropertyGroup>
|
<ItemGroup>
|
<Reference Include="EntityFramework">
|
<HintPath>..\packages\EntityFramework.6.1.3\lib\net45\EntityFramework.dll</HintPath>
|
</Reference>
|
<Reference Include="EntityFramework.SqlServer">
|
<HintPath>..\packages\EntityFramework.6.1.3\lib\net45\EntityFramework.SqlServer.dll</HintPath>
|
</Reference>
|
<Reference Include="HslCommunication">
|
<HintPath>..\CommonDll\CommonDll\HslCommunication.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.5.0.6\lib\net45\Newtonsoft.Json.dll</HintPath>
|
</Reference>
|
<Reference Include="System" />
|
<Reference Include="System.ComponentModel.DataAnnotations" />
|
<Reference Include="System.Configuration" />
|
<Reference Include="System.Core" />
|
<Reference Include="System.Net.Http" />
|
<Reference Include="System.Net.Http.Formatting, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" />
|
<Reference Include="System.Net.Http.WebRequest" />
|
<Reference Include="System.Runtime.Serialization" />
|
<Reference Include="System.Security" />
|
<Reference Include="System.ServiceModel" />
|
<Reference Include="System.Web" />
|
<Reference Include="System.Web.Http, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" />
|
<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.Windows.Forms" />
|
<Reference Include="System.Xml" />
|
<Reference Include="WZ.Useful.Commons">
|
<HintPath>..\CommonDll\WZ.Useful.Commons.dll</HintPath>
|
</Reference>
|
<Reference Include="Yitter.IdGenerator.Net45">
|
<HintPath>..\CommonDll\Yitter.IdGenerator.Net45.dll</HintPath>
|
</Reference>
|
</ItemGroup>
|
<ItemGroup>
|
<Compile Include="Common\SysGloble.cs" />
|
<Compile Include="DataAccess\BasicDataSetHandler.cs" />
|
<Compile Include="DataAccess\ClearDataHandler.cs" />
|
<Compile Include="DataAccess\OutInStockRecord_V2_MesHandler.cs" />
|
<Compile Include="DataAccess\PositionHandler.cs" />
|
<Compile Include="DataAccess\OutInStockRecordHandler.cs" />
|
<Compile Include="DataAccess\TianYongLogHandler.cs" />
|
<Compile Include="data\baseData.cs" />
|
<Compile Include="data\TransService.cs" />
|
<Compile Include="EnumDefine\AgvStatus.cs" />
|
<Compile Include="EnumDefine\OutInFlag.cs" />
|
<Compile Include="EnumDefine\OutStockOrder\OutStockOrderStatus.cs" />
|
<Compile Include="DataAccess\TaskHelper.cs" />
|
<Compile Include="Models\AgvRetModel.cs" />
|
<Compile Include="Models\DeviceTaskNoEntity.cs" />
|
<Compile Include="Models\EnumberEntity.cs" />
|
<Compile Include="Models\ListItem.cs" />
|
<Compile Include="Models\MyVproductStock.cs" />
|
<Compile Include="ORM\BasicDataSet.cs" />
|
<Compile Include="ORM\dbmodel.cs" />
|
<Compile Include="ORM\inStockOrder.cs" />
|
<Compile Include="ORM\Wms_outInStockRecord_V2_Mes.cs" />
|
<Compile Include="ORM\Wms_outInStockRecord_Details_V2_Mes.cs" />
|
<Compile Include="ORM\inStockOrderList.cs" />
|
<Compile Include="ORM\material.cs" />
|
<Compile Include="ORM\module.cs" />
|
<Compile Include="ORM\originalSerialNumber.cs" />
|
<Compile Include="ORM\outInStockRecord.cs" />
|
<Compile Include="ORM\outStockList.cs" />
|
<Compile Include="ORM\position.cs" />
|
<Compile Include="ORM\productStock.cs" />
|
<Compile Include="ORM\productStockList.cs" />
|
<Compile Include="ORM\role.cs" />
|
<Compile Include="ORM\roleVsModule.cs" />
|
<Compile Include="ORM\serialNumberHistory.cs" />
|
<Compile Include="ORM\StockClearLog.cs" />
|
<Compile Include="ORM\System_TianYongEmptyBackLog.cs" />
|
<Compile Include="ORM\System_TianYongLog.cs" />
|
<Compile Include="ORM\task.cs" />
|
<Compile Include="ORM\taskRecord.cs" />
|
<Compile Include="ORM\user.cs" />
|
<Compile Include="ORM\userAndRole.cs" />
|
<Compile Include="ORM\userVsRole.cs" />
|
<Compile Include="ORM\VproductStock.cs" />
|
<Compile Include="ORM\v_inStockOrder.cs" />
|
<Compile Include="ORM\v_outStockList.cs" />
|
<Compile Include="ORM\Wms_outInStockRecord.cs" />
|
<Compile Include="PLC\Srm\srmEnum\srmTaskExcute.cs" />
|
<Compile Include="PLC\Srm\srmEnum\srmStatus.cs" />
|
<Compile Include="PLC\Trans\convDBS.cs" />
|
<Compile Include="PLC\Trans\convDB.cs" />
|
<Compile Include="PLC\Trans\convEntity.cs" />
|
<Compile Include="EnumDefine\Device\TransEnum.cs" />
|
<Compile Include="SystemInteraction\mes2\dto\ApiResponse.cs" />
|
<Compile Include="SystemInteraction\mes2\dto\MesRequest.cs" />
|
<Compile Include="SystemInteraction\mes2\dto\InboundStockInfoToMes.cs" />
|
<Compile Include="SystemInteraction\mes2\PushMesHandler.cs" />
|
<Compile Include="SystemInteraction\tianyong\TianYongSystem.cs" />
|
<Compile Include="TestForm.cs">
|
<SubType>Form</SubType>
|
</Compile>
|
<Compile Include="TestForm.Designer.cs">
|
<DependentUpon>TestForm.cs</DependentUpon>
|
</Compile>
|
<Compile Include="Utils\TaskNoHelper.cs" />
|
<Compile Include="Utils\EnumberHelper.cs" />
|
<Compile Include="Utils\FileHelper.cs" />
|
<Compile Include="Utils\FolderHelper.cs" />
|
<Compile Include="Utils\HTTPService.cs" />
|
<Compile Include="EnumDefine\InStockOrder\InStockOrderStatus.cs" />
|
<Compile Include="EnumDefine\materialType.cs" />
|
<Compile Include="EnumDefine\messages.cs">
|
<SubType>Form</SubType>
|
</Compile>
|
<Compile Include="EnumDefine\messages.Designer.cs">
|
<DependentUpon>messages.cs</DependentUpon>
|
</Compile>
|
<Compile Include="EnumDefine\paging.cs" />
|
<Compile Include="EnumDefine\positionType.cs" />
|
<Compile Include="EnumDefine\resMsg.cs" />
|
<Compile Include="PLC\Srm\srmEnum\srmAlarm.cs" />
|
<Compile Include="PLC\Srm\srmDB.cs" />
|
<Compile Include="PLC\Srm\srmEntity.cs" />
|
<Compile Include="EnumDefine\Task\taskStatus.cs" />
|
<Compile Include="EnumDefine\Task\taskType.cs" />
|
<Compile Include="EnumDefine\Task\TaskAreaEnum.cs" />
|
<Compile Include="ExtendFunction\MyExtendHelper.cs" />
|
<Compile Include="ExtendFunction\MyExtend.cs" />
|
<Compile Include="ExtendFunction\SystemWarningMsg.cs" />
|
<Compile Include="Form1.cs">
|
<SubType>Form</SubType>
|
</Compile>
|
<Compile Include="Form1.Designer.cs">
|
<DependentUpon>Form1.cs</DependentUpon>
|
</Compile>
|
<Compile Include="SystemInteraction\mes\consignmentNote.cs" />
|
<Compile Include="SystemInteraction\mes\mesDataManipulation.cs" />
|
<Compile Include="SystemInteraction\mes\mesMsg.cs" />
|
<Compile Include="SystemInteraction\mes\receivingNote.cs" />
|
<Compile Include="Models\FunctionReturnEntity.cs" />
|
<Compile Include="Program.cs" />
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
<Compile Include="Service References\tianyong\Reference.cs">
|
<AutoGen>True</AutoGen>
|
<DesignTime>True</DesignTime>
|
<DependentUpon>Reference.svcmap</DependentUpon>
|
</Compile>
|
<Compile Include="Utils\ConfigHelper.cs" />
|
<Compile Include="Utils\DataCache.cs" />
|
<Compile Include="Utils\DateTimeHelper.cs" />
|
<Compile Include="Utils\LogTextHelper.cs" />
|
<Compile Include="wcf\IyunneiWcf.cs" />
|
<Compile Include="wcf\yunneiWcf.cs" />
|
<EmbeddedResource Include="EnumDefine\messages.resx">
|
<DependentUpon>messages.cs</DependentUpon>
|
</EmbeddedResource>
|
<EmbeddedResource Include="Form1.resx">
|
<DependentUpon>Form1.cs</DependentUpon>
|
</EmbeddedResource>
|
<EmbeddedResource Include="Properties\Resources.resx">
|
<Generator>ResXFileCodeGenerator</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>
|
<EmbeddedResource Include="TestForm.resx">
|
<DependentUpon>TestForm.cs</DependentUpon>
|
</EmbeddedResource>
|
<None Include="App - 本地.config">
|
<SubType>Designer</SubType>
|
</None>
|
<None Include="App -生产.config">
|
<SubType>Designer</SubType>
|
</None>
|
<None Include="packages.config" />
|
<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>
|
<None Include="Service References\tianyong\AutoService1.wsdl" />
|
<None Include="Service References\tianyong\yunneiWCS.tianyong.EmptyBackResponse.datasource">
|
<DependentUpon>Reference.svcmap</DependentUpon>
|
</None>
|
<None Include="Service References\tianyong\yunneiWCS.tianyong.GGoutStockResponse.datasource">
|
<DependentUpon>Reference.svcmap</DependentUpon>
|
</None>
|
<None Include="Service References\tianyong\yunneiWCS.tianyong.GToutStockResponse.datasource">
|
<DependentUpon>Reference.svcmap</DependentUpon>
|
</None>
|
<None Include="Service References\tianyong\yunneiWCS.tianyong.MsgData.datasource">
|
<DependentUpon>Reference.svcmap</DependentUpon>
|
</None>
|
<None Include="Service References\tianyong\yunneiWCS.tianyong.OnLowdPartCallResponse.datasource">
|
<DependentUpon>Reference.svcmap</DependentUpon>
|
</None>
|
<None Include="Service References\tianyong\yunneiWCS.tianyong.safetySignalResponse.datasource">
|
<DependentUpon>Reference.svcmap</DependentUpon>
|
</None>
|
</ItemGroup>
|
<ItemGroup>
|
<None Include="App.config">
|
<SubType>Designer</SubType>
|
</None>
|
</ItemGroup>
|
<ItemGroup>
|
<WCFMetadata Include="Service References\" />
|
</ItemGroup>
|
<ItemGroup>
|
<WCFMetadataStorage Include="Service References\tianyong\" />
|
</ItemGroup>
|
<ItemGroup>
|
<None Include="Service References\tianyong\configuration91.svcinfo" />
|
</ItemGroup>
|
<ItemGroup>
|
<None Include="Service References\tianyong\configuration.svcinfo" />
|
</ItemGroup>
|
<ItemGroup>
|
<None Include="Service References\tianyong\Reference.svcmap">
|
<Generator>WCF Proxy Generator</Generator>
|
<LastGenOutput>Reference.cs</LastGenOutput>
|
</None>
|
</ItemGroup>
|
<ItemGroup>
|
<None Include="Resources\正确 .png" />
|
</ItemGroup>
|
<ItemGroup>
|
<None Include="Resources\错误.png" />
|
</ItemGroup>
|
<ItemGroup>
|
<None Include="Resources\Logo.ico" />
|
</ItemGroup>
|
<ItemGroup>
|
<None Include="Resources\Logokuan.jpg" />
|
</ItemGroup>
|
<ItemGroup>
|
<None Include="Resources\Logokuan1.jpg" />
|
</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="Service References\tianyong\AutoService1.disco" />
|
</ItemGroup>
|
<ItemGroup>
|
<Content Include="IwareICO.ico" />
|
</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>
|