12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788 |
- <?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>{23533E28-8B7D-4752-A017-465F84F2632E}</ProjectGuid>
- <OutputType>Library</OutputType>
- <AppDesignerFolder>Properties</AppDesignerFolder>
- <RootNamespace>UFIDA.U9.Cust.Kusi.CJJ.Plugin.BPSV</RootNamespace>
- <AssemblyName>UFIDA.U9.Cust.Kusi.CJJ.BPSVPlugin</AssemblyName>
- <TargetFrameworkVersion>v4.7.2</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.Net.Http" />
- <Reference Include="System.Xml" />
- <Reference Include="UFIDA.U9.Base.BaseBE">
- <HintPath>E:\yonyou\U9CE\Portal\ApplicationServer\Libs\UFIDA.U9.Base.BaseBE.dll</HintPath>
- </Reference>
- <Reference Include="UFIDA.U9.Base.BaseBE.Deploy">
- <HintPath>E:\yonyou\U9CE\Portal\ApplicationServer\Libs\UFIDA.U9.Base.BaseBE.Deploy.dll</HintPath>
- </Reference>
- <Reference Include="UFIDA.U9.CBO.PubBE">
- <HintPath>E:\yonyou\U9CE\Portal\ApplicationServer\Libs\UFIDA.U9.CBO.PubBE.dll</HintPath>
- </Reference>
- <Reference Include="UFIDA.U9.InvDoc.InvDocBE">
- <HintPath>E:\yonyou\U9CE\Portal\ApplicationServer\Libs\UFIDA.U9.InvDoc.InvDocBE.dll</HintPath>
- </Reference>
- <Reference Include="UFIDA.U9.InvDoc.InvDocBE.Deploy">
- <HintPath>E:\yonyou\U9CE\Portal\ApplicationServer\Libs\UFIDA.U9.InvDoc.InvDocBE.Deploy.dll</HintPath>
- </Reference>
- <Reference Include="UFIDA.U9.ISV.MobileAppsISV">
- <HintPath>E:\yonyou\U9CE\Portal\ApplicationServer\Libs\UFIDA.U9.ISV.MobileAppsISV.dll</HintPath>
- </Reference>
- <Reference Include="UFIDA.U9.ISV.MobileAppsISV.Agent">
- <HintPath>E:\yonyou\U9CE\Portal\ApplicationServer\Libs\UFIDA.U9.ISV.MobileAppsISV.Agent.dll</HintPath>
- </Reference>
- <Reference Include="UFIDA.U9.ISV.MobileAppsISV.Deploy">
- <HintPath>E:\yonyou\U9CE\Portal\ApplicationServer\Libs\UFIDA.U9.ISV.MobileAppsISV.Deploy.dll</HintPath>
- </Reference>
- <Reference Include="UFIDA.U9.SM.SMBE">
- <HintPath>E:\yonyou\U9CE\Portal\ApplicationServer\Libs\UFIDA.U9.SM.SMBE.dll</HintPath>
- </Reference>
- <Reference Include="UFIDA.U9.SM.SMBE.Deploy">
- <HintPath>E:\yonyou\U9CE\Portal\ApplicationServer\Libs\UFIDA.U9.SM.SMBE.Deploy.dll</HintPath>
- </Reference>
- <Reference Include="UFSoft.UBF.AopFrame">
- <HintPath>E:\yonyou\UBFCE\U9.VOB.Product.UBF\UBFStudio\Runtime\UFSoft.UBF.AopFrame.dll</HintPath>
- </Reference>
- <Reference Include="UFSoft.UBF.Business">
- <HintPath>E:\yonyou\U9CE\Portal\SysManageServer\bin\UFSoft.UBF.Business.dll</HintPath>
- </Reference>
- </ItemGroup>
- <ItemGroup>
- <Compile Include="MiscRcvTransPickBarCodeSV\CheckFinanceConfirm.cs" />
- <Compile Include="Properties\AssemblyInfo.cs" />
- <Compile Include="ShipPickBarCodeSV\CheckStock.cs" />
- </ItemGroup>
- <ItemGroup>
- <None Include="UFIDA.UBF.BPSVExtend.config" />
- </ItemGroup>
- <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
- </Project>
|