<?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>{E216B782-6ED7-4F25-960C-8ADDB8487307}</ProjectGuid>
|
<OutputType>WinExe</OutputType>
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
<RootNamespace>WMSPatch</RootNamespace>
|
<AssemblyName>WMSPatch</AssemblyName>
|
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
|
<FileAlignment>512</FileAlignment>
|
</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>
|
<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="System" />
|
<Reference Include="System.ComponentModel.DataAnnotations" />
|
<Reference Include="System.Core" />
|
<Reference Include="System.Runtime.Serialization" />
|
<Reference Include="System.Security" />
|
<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.Windows.Forms" />
|
<Reference Include="System.Xml" />
|
</ItemGroup>
|
<ItemGroup>
|
<Compile Include="EF\Base_EmptyEquipment.cs" />
|
<Compile Include="EF\Base_EmptyEquipmentList.cs" />
|
<Compile Include="EF\Base_Plate.cs" />
|
<Compile Include="EF\Base_PlateType.cs" />
|
<Compile Include="EF\Base_Position.cs" />
|
<Compile Include="EF\Base_ProductPlaceHolder.cs" />
|
<Compile Include="EF\Base_ProductPosition.cs" />
|
<Compile Include="EF\Model.cs" />
|
<Compile Include="EF\Purchase_Order.cs" />
|
<Compile Include="EF\Purchase_OrderList.cs" />
|
<Compile Include="EF\Sale_Order.cs" />
|
<Compile Include="EF\Task_Queue.cs" />
|
<Compile Include="EF\v3D展示数据.cs" />
|
<Compile Include="Form1.cs">
|
<SubType>Form</SubType>
|
</Compile>
|
<Compile Include="Form1.Designer.cs">
|
<DependentUpon>Form1.cs</DependentUpon>
|
</Compile>
|
<Compile Include="Program.cs" />
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
<Compile Include="Service References\SrmServer\Reference.cs">
|
<AutoGen>True</AutoGen>
|
<DesignTime>True</DesignTime>
|
<DependentUpon>Reference.svcmap</DependentUpon>
|
</Compile>
|
<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>
|
</Compile>
|
<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\SrmServer\item.xsd">
|
<SubType>Designer</SubType>
|
</None>
|
<None Include="Service References\SrmServer\SrmService.wsdl" />
|
<None Include="Service References\SrmServer\WMSPatch.SrmServer.ArrayOfInt.datasource">
|
<DependentUpon>Reference.svcmap</DependentUpon>
|
</None>
|
<None Include="Service References\SrmServer\WMSPatch.SrmServer.DeleteMainTaskResponse.datasource">
|
<DependentUpon>Reference.svcmap</DependentUpon>
|
</None>
|
<None Include="Service References\SrmServer\WMSPatch.SrmServer.SendTaskClass.datasource">
|
<DependentUpon>Reference.svcmap</DependentUpon>
|
</None>
|
<None Include="Service References\SrmServer\WMSPatch.SrmServer.TaskFinishClass.datasource">
|
<DependentUpon>Reference.svcmap</DependentUpon>
|
</None>
|
</ItemGroup>
|
<ItemGroup>
|
<None Include="App.config" />
|
</ItemGroup>
|
<ItemGroup>
|
<WCFMetadata Include="Service References\" />
|
</ItemGroup>
|
<ItemGroup>
|
<WCFMetadataStorage Include="Service References\SrmServer\" />
|
</ItemGroup>
|
<ItemGroup>
|
<None Include="Service References\SrmServer\item.disco" />
|
</ItemGroup>
|
<ItemGroup>
|
<None Include="Service References\SrmServer\configuration91.svcinfo" />
|
</ItemGroup>
|
<ItemGroup>
|
<None Include="Service References\SrmServer\configuration.svcinfo" />
|
</ItemGroup>
|
<ItemGroup>
|
<None Include="Service References\SrmServer\Reference.svcmap">
|
<Generator>WCF Proxy Generator</Generator>
|
<LastGenOutput>Reference.cs</LastGenOutput>
|
</None>
|
</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>
|