1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192 |
- <?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>{795C0074-D367-4BA6-BE51-CE7956D58C9B}</ProjectGuid>
- <OutputType>Library</OutputType>
- <AppDesignerFolder>Properties</AppDesignerFolder>
- <RootNamespace>NXWMS.Client.Interface</RootNamespace>
- <AssemblyName>NXWMS.Client.Interface</AssemblyName>
- <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
- <FileAlignment>512</FileAlignment>
- <Deterministic>true</Deterministic>
- </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>
- </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>
- </PropertyGroup>
- <ItemGroup>
- <Reference Include="System" />
- <Reference Include="System.Core" />
- <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="Balance\IBalanceOperateService.cs" />
- <Compile Include="Balance\IBalanceSearchService.cs" />
- <Compile Include="Base\IMaterielService.cs" />
- <Compile Include="Base\IPalletService.cs" />
- <Compile Include="Base\IPalletTypeService.cs" />
- <Compile Include="Base\IUnitService.cs" />
- <Compile Include="Base\IMaterielTypeService.cs" />
- <Compile Include="Base\IPackageService.cs" />
- <Compile Include="Base\IBinService.cs" />
- <Compile Include="Base\ICustomerService.cs" />
- <Compile Include="Base\ISupplierService.cs" />
- <Compile Include="Base\IRegionService.cs" />
- <Compile Include="Base\IAreaService.cs" />
- <Compile Include="Base\IWarehouseService.cs" />
- <Compile Include="Common\IBasDictionaryService.cs" />
- <Compile Include="Common\IMaterielMsgForAddArrivalService.cs" />
- <Compile Include="Common\ITempImportService.cs" />
- <Compile Include="IConfigService.cs" />
- <Compile Include="Inspection\IWmsQaInspectionService.cs" />
- <Compile Include="Instock\IWmsInArrivalService.cs" />
- <Compile Include="Instock\IWmsInPutAwayService.cs" />
- <Compile Include="Instock\IWmsInReceiptService.cs" />
- <Compile Include="Instock\IWmsInRetreatService.cs" />
- <Compile Include="ITokenService.cs" />
- <Compile Include="Monitor\IWcsMotManageService.cs" />
- <Compile Include="OutStock\IWmsOutInvoiceService.cs" />
- <Compile Include="OutStock\IWmsOutPutDownService.cs" />
- <Compile Include="Report\IReportSearchService.cs" />
- <Compile Include="Rule\IPrintTemplateService.cs" />
- <Compile Include="Rule\IImportTemplateService.cs" />
- <Compile Include="Rule\IOrderDistributionRuleService.cs" />
- <Compile Include="Rule\IPutAwayRuleService.cs" />
- <Compile Include="Rule\ITaskTimedService.cs" />
- <Compile Include="SysSettings\IOperationRecordService.cs" />
- <Compile Include="SysSettings\IMenuService.cs" />
- <Compile Include="SysSettings\IParameterService.cs" />
- <Compile Include="SysSettings\IRoleService.cs" />
- <Compile Include="SysSettings\IUserService.cs" />
- <Compile Include="Properties\AssemblyInfo.cs" />
- <Compile Include="WcsBase\IWcsBaseService.cs" />
- <Compile Include="WmsTask\IWmsTskTaskService.cs" />
- </ItemGroup>
- <ItemGroup>
- <ProjectReference Include="..\NXWMS.Client.Model\NXWMS.Client.Model.csproj">
- <Project>{24cb3d17-944a-4443-ad08-74ffb9523188}</Project>
- <Name>NXWMS.Client.Model</Name>
- </ProjectReference>
- </ItemGroup>
- <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
- </Project>
|