<?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>{123874E4-8724-4831-854D-D834377AFD88}</ProjectGuid>
|
<OutputType>WinExe</OutputType>
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
<RootNamespace>DeviceWCS</RootNamespace>
|
<AssemblyName>DeviceWCS</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>
|
<UseVSHostingProcess>true</UseVSHostingProcess>
|
</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="Newtonsoft.Json, Version=4.5.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
|
<SpecificVersion>False</SpecificVersion>
|
<HintPath>..\..\qingdaoyiqi\QingQiDemon\iWareSda_QQJF\DLL\Newtonsoft.Json.dll</HintPath>
|
</Reference>
|
<Reference Include="Seagull.BarTender.Print, Version=10.1.4.1, Culture=neutral, PublicKeyToken=109ff779a1b4cbc7, processorArchitecture=x86">
|
<SpecificVersion>False</SpecificVersion>
|
<HintPath>..\packages\BarTender\Seagull.BarTender.Print.dll</HintPath>
|
</Reference>
|
<Reference Include="System" />
|
<Reference Include="System.ComponentModel.DataAnnotations" />
|
<Reference Include="System.Core" />
|
<Reference Include="System.EnterpriseServices" />
|
<Reference Include="System.Runtime.Serialization" />
|
<Reference Include="System.Security" />
|
<Reference Include="System.Web.Services" />
|
<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="EDM\Base_ProductPosition.cs" />
|
<Compile Include="EDM\Model.cs" />
|
<Compile Include="EDM\Purchase_Order.cs" />
|
<Compile Include="Form1.cs">
|
<SubType>Form</SubType>
|
</Compile>
|
<Compile Include="Form1.Designer.cs">
|
<DependentUpon>Form1.cs</DependentUpon>
|
</Compile>
|
<Compile Include="FormUpdate.cs">
|
<SubType>Form</SubType>
|
</Compile>
|
<Compile Include="FormUpdate.Designer.cs">
|
<DependentUpon>FormUpdate.cs</DependentUpon>
|
</Compile>
|
<Compile Include="Program.cs" />
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
<Compile Include="rgvINFO.cs" />
|
<Compile Include="srmInfo.cs" />
|
<Compile Include="taskCommon.cs" />
|
<Compile Include="tranInfo.cs" />
|
<Compile Include="Web References\rgvSRM\Reference.cs">
|
<AutoGen>True</AutoGen>
|
<DesignTime>True</DesignTime>
|
<DependentUpon>Reference.map</DependentUpon>
|
</Compile>
|
<Compile Include="Web References\srmSER\Reference.cs">
|
<AutoGen>True</AutoGen>
|
<DesignTime>True</DesignTime>
|
<DependentUpon>Reference.map</DependentUpon>
|
</Compile>
|
<Compile Include="Web References\tranSRM\Reference.cs">
|
<AutoGen>True</AutoGen>
|
<DesignTime>True</DesignTime>
|
<DependentUpon>Reference.map</DependentUpon>
|
</Compile>
|
<EmbeddedResource Include="Form1.resx">
|
<DependentUpon>Form1.cs</DependentUpon>
|
</EmbeddedResource>
|
<EmbeddedResource Include="FormUpdate.resx">
|
<DependentUpon>FormUpdate.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="Web References\rgvSRM\Reference.map">
|
<Generator>MSDiscoCodeGenerator</Generator>
|
<LastGenOutput>Reference.cs</LastGenOutput>
|
</None>
|
<None Include="Web References\rgvSRM\RgvService.wsdl" />
|
<None Include="Web References\srmSER\item.xsd">
|
<SubType>Designer</SubType>
|
</None>
|
<None Include="Web References\srmSER\Reference.map">
|
<Generator>MSDiscoCodeGenerator</Generator>
|
<LastGenOutput>Reference.cs</LastGenOutput>
|
</None>
|
<None Include="Web References\srmSER\SrmService.wsdl" />
|
<None Include="Web References\tranSRM\item.xsd">
|
<SubType>Designer</SubType>
|
</None>
|
<None Include="Web References\tranSRM\Reference.map">
|
<Generator>MSDiscoCodeGenerator</Generator>
|
<LastGenOutput>Reference.cs</LastGenOutput>
|
</None>
|
<None Include="Web References\tranSRM\SrmTranService.wsdl" />
|
</ItemGroup>
|
<ItemGroup>
|
<None Include="App.config" />
|
</ItemGroup>
|
<ItemGroup>
|
<WCFMetadata Include="Service References\" />
|
</ItemGroup>
|
<ItemGroup>
|
<WebReferences Include="Web References\" />
|
</ItemGroup>
|
<ItemGroup>
|
<WebReferenceUrl Include="http://localhost:8733/Design_Time_Addresses/iWareSda_QQJF.RGV.RgvService/RgvService/">
|
<UrlBehavior>Dynamic</UrlBehavior>
|
<RelPath>Web References\rgvSRM\</RelPath>
|
<UpdateFromURL>http://localhost:8733/Design_Time_Addresses/iWareSda_QQJF.RGV.RgvService/RgvService/</UpdateFromURL>
|
<ServiceLocationURL>
|
</ServiceLocationURL>
|
<CachedDynamicPropName>
|
</CachedDynamicPropName>
|
<CachedAppSettingsObjectName>Settings</CachedAppSettingsObjectName>
|
<CachedSettingsPropName>DeviceWCS_rgvSRM_RgvService</CachedSettingsPropName>
|
</WebReferenceUrl>
|
<WebReferenceUrl Include="http://localhost:8733/Design_Time_Addresses/iWareSda_QQJF.SrmService/SrmService/">
|
<UrlBehavior>Dynamic</UrlBehavior>
|
<RelPath>Web References\srmSER\</RelPath>
|
<UpdateFromURL>http://localhost:8733/Design_Time_Addresses/iWareSda_QQJF.SrmService/SrmService/</UpdateFromURL>
|
<ServiceLocationURL>
|
</ServiceLocationURL>
|
<CachedDynamicPropName>
|
</CachedDynamicPropName>
|
<CachedAppSettingsObjectName>Settings</CachedAppSettingsObjectName>
|
<CachedSettingsPropName>DeviceWCS_srmSER_SrmService</CachedSettingsPropName>
|
</WebReferenceUrl>
|
<WebReferenceUrl Include="http://localhost:8733/Design_Time_Addresses/iWareSda_QQJF.SRMTRAN.SrmTranService/SrmTranService/">
|
<UrlBehavior>Dynamic</UrlBehavior>
|
<RelPath>Web References\tranSRM\</RelPath>
|
<UpdateFromURL>http://localhost:8733/Design_Time_Addresses/iWareSda_QQJF.SRMTRAN.SrmTranService/SrmTranService/</UpdateFromURL>
|
<ServiceLocationURL>
|
</ServiceLocationURL>
|
<CachedDynamicPropName>
|
</CachedDynamicPropName>
|
<CachedAppSettingsObjectName>Settings</CachedAppSettingsObjectName>
|
<CachedSettingsPropName>DeviceWCS_tranSRM_SrmTranService</CachedSettingsPropName>
|
</WebReferenceUrl>
|
</ItemGroup>
|
<ItemGroup>
|
<None Include="Web References\srmSER\item.disco" />
|
</ItemGroup>
|
<ItemGroup>
|
<None Include="Web References\rgvSRM\item.disco" />
|
</ItemGroup>
|
<ItemGroup>
|
<None Include="Web References\tranSRM\item.disco" />
|
</ItemGroup>
|
<ItemGroup>
|
<ProjectReference Include="..\EnumType\EnumType.csproj">
|
<Project>{50c2ccc5-0055-49c2-b2f6-b9ce452bc726}</Project>
|
<Name>EnumType</Name>
|
</ProjectReference>
|
<ProjectReference Include="..\IWareDataAccess\IWareDataAccess.csproj">
|
<Project>{56f658b5-5384-414e-8fae-a78c8ee256e8}</Project>
|
<Name>IWareDataAccess</Name>
|
</ProjectReference>
|
</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>
|