80 lines
3.5 KiB
XML
80 lines
3.5 KiB
XML
<?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>{6417D44B-010E-45AB-9EDA-67108CF1D704}</ProjectGuid>
|
|
<OutputType>Library</OutputType>
|
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
|
<RootNamespace>RGD.MdsAPI</RootNamespace>
|
|
<AssemblyName>RGD.MdsAPI</AssemblyName>
|
|
<TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
|
|
<FileAlignment>512</FileAlignment>
|
|
<Deterministic>true</Deterministic>
|
|
<TargetFrameworkProfile />
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
|
<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' ">
|
|
<DebugType>pdbonly</DebugType>
|
|
<Optimize>true</Optimize>
|
|
<OutputPath>bin\Release\</OutputPath>
|
|
<DefineConstants>TRACE</DefineConstants>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<WarningLevel>4</WarningLevel>
|
|
<Prefer32Bit>false</Prefer32Bit>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<Reference Include="System" />
|
|
<Reference Include="System.Core" />
|
|
<Reference Include="System.ServiceModel" />
|
|
<Reference Include="System.Web" />
|
|
<Reference Include="System.Web.Services" />
|
|
<Reference Include="System.Windows.Forms" />
|
|
<Reference Include="System.Xml.Linq" />
|
|
<Reference Include="System.Data.DataSetExtensions" />
|
|
<Reference Include="Microsoft.CSharp" />
|
|
<Reference Include="System.Data" />
|
|
<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="Enum.cs" />
|
|
<Compile Include="HouseBase.cs" />
|
|
<Compile Include="PlatformBase.cs" />
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
|
<Compile Include="WCS\getWhEquipStatus.cs" />
|
|
<Compile Include="WMS\getFreeLocNum.cs" />
|
|
<Compile Include="WMS\getInOutCheckInfo.cs" />
|
|
<Compile Include="WMS\getInStackLocation.cs" />
|
|
<Compile Include="WMS\uploadStackIODet.cs" />
|
|
<Compile Include="WMS\uploadWhExceptionInfo.cs" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\RGD.CommonClassLib\RGD.Common.csproj">
|
|
<Project>{de120a20-0bbf-4d83-a612-0357ccf1177c}</Project>
|
|
<Name>RGD.Common</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\RGD.DataService\RGD.DataService.csproj">
|
|
<Project>{6A61227E-6051-4BF0-BC7A-3674725A4483}</Project>
|
|
<Name>RGD.DataService</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\RGD.DBUtility\RGD.DBUtility.csproj">
|
|
<Project>{898CB536-E804-427F-917A-4DA56CA19F9F}</Project>
|
|
<Name>RGD.DBUtility</Name>
|
|
</ProjectReference>
|
|
</ItemGroup>
|
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
|
</Project> |