AHTC/WebService/Interface/RGDWCSService.csproj

194 lines
8.0 KiB
XML
Raw Permalink Normal View History

2025-05-19 09:22:33 +08:00
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="14.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>{76D85CA9-FA14-4E2B-8D9C-50093232F3A9}</ProjectGuid>
<OutputType>WinExe</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>RGDWCSServices</RootNamespace>
<AssemblyName>RGDWCSService</AssemblyName>
<TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
<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>
<Prefer32Bit>false</Prefer32Bit>
</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>
<Prefer32Bit>false</Prefer32Bit>
</PropertyGroup>
<PropertyGroup>
<ApplicationIcon>Couple_128px_1176938_easyicon.net.ico</ApplicationIcon>
</PropertyGroup>
<PropertyGroup>
<TargetZone>LocalIntranet</TargetZone>
</PropertyGroup>
<PropertyGroup>
<GenerateManifests>false</GenerateManifests>
</PropertyGroup>
<PropertyGroup>
<ApplicationManifest>Properties\app.manifest</ApplicationManifest>
</PropertyGroup>
<ItemGroup>
<Reference Include="log4net">
<HintPath>..\dll\log4net.dll</HintPath>
</Reference>
<Reference Include="Microsoft.VisualBasic" />
<Reference Include="System" />
<Reference Include="System.Configuration" />
<Reference Include="System.Core" />
<Reference Include="System.Net" />
<Reference Include="System.Runtime.Serialization" />
<Reference Include="System.ServiceModel" />
<Reference Include="System.Web" />
<Reference Include="System.Web.Extensions" />
<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="Base.cs" />
<Compile Include="Common\StringUtil.cs" />
<Compile Include="Common\WCFHelper.cs" />
<Compile Include="Common\WebServiceHelper.cs" />
<Compile Include="CRFID.cs" />
<Compile Include="CVision.cs" />
<Compile Include="Enum.cs" />
<Compile Include="MainForm.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="MainForm.Designer.cs">
<DependentUpon>MainForm.cs</DependentUpon>
</Compile>
<Compile Include="HouseBase.cs" />
<Compile Include="IRGDWCSService.cs" />
<Compile Include="PlatformBase.cs" />
<Compile Include="Program.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="RGDWCSService.cs" />
<Compile Include="Service References\HiveService\Reference.cs">
<AutoGen>True</AutoGen>
<DesignTime>True</DesignTime>
<DependentUpon>Reference.svcmap</DependentUpon>
</Compile>
<Compile Include="WCS\getWhEquipStatus.cs" />
<Compile Include="WCS\packTask.cs" />
<Compile Include="WCS\startArrangeTask.cs" />
<Compile Include="WCS\startBoxInvTask.cs" />
<Compile Include="WCS\startInTask.cs" />
<Compile Include="WCS\startInventoryTask.cs" />
<Compile Include="WCS\startOutTask.cs" />
<Compile Include="WCS\stopTask.cs" />
<Compile Include="WMS\getBoxBarCode.cs" />
<Compile Include="WMS\getEmptyBoxPos.cs" />
<Compile Include="WMS\getEquipBoxBind.cs" />
<Compile Include="WMS\getFreeLocNum.cs" />
<Compile Include="WMS\getInOutCheckInfo.cs" />
<Compile Include="WMS\getInStackLocation.cs" />
<Compile Include="WMS\getUserBind.cs" />
<Compile Include="WMS\taskStart.cs" />
<Compile Include="WMS\uploadStackIODet.cs" />
<Compile Include="WMS\uploadWhExceptionInfo.cs" />
<EmbeddedResource Include="MainForm.resx">
<DependentUpon>MainForm.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>
<None Include="DBFactory.dll.config">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Include="Properties\app.manifest" />
<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\HiveService\service.wsdl" />
<None Include="Service References\HiveService\service.xsd">
<SubType>Designer</SubType>
</None>
<None Include="Service References\HiveService\service1.xsd">
<SubType>Designer</SubType>
</None>
</ItemGroup>
<ItemGroup>
<None Include="App.config">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
<SubType>Designer</SubType>
</None>
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\CommonClassLib\CommonClassLib.csproj">
<Project>{a2215dce-aa3a-4b1e-b732-e97fd4c454d5}</Project>
<Name>CommonClassLib</Name>
</ProjectReference>
<ProjectReference Include="..\Matrix.Utility\Matrix.Utility.csproj">
<Project>{36ff5be3-0b60-4b21-8544-5445a9cd205a}</Project>
<Name>Matrix.Utility</Name>
</ProjectReference>
<ProjectReference Include="..\RGD.DBUtility\RGD.DBUtility.csproj">
<Project>{898cb536-e804-427f-917a-4da56ca19f9f}</Project>
<Name>RGD.DBUtility</Name>
</ProjectReference>
</ItemGroup>
<ItemGroup>
<WCFMetadata Include="Service References\" />
</ItemGroup>
<ItemGroup>
<Content Include="Couple_128px_1176938_easyicon.net.ico" />
<None Include="Service References\HiveService\Reference.svcmap">
<Generator>WCF Proxy Generator</Generator>
<LastGenOutput>Reference.cs</LastGenOutput>
</None>
<None Include="Service References\HiveService\configuration.svcinfo" />
<None Include="Service References\HiveService\configuration91.svcinfo" />
</ItemGroup>
<ItemGroup>
<WCFMetadataStorage Include="Service References\HiveService\" />
</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>