BPSV.csproj 4.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
  4. <PropertyGroup>
  5. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  6. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  7. <ProjectGuid>{23533E28-8B7D-4752-A017-465F84F2632E}</ProjectGuid>
  8. <OutputType>Library</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>UFIDA.U9.Cust.Kusi.CJJ.Plugin.BPSV</RootNamespace>
  11. <AssemblyName>UFIDA.U9.Cust.Kusi.CJJ.BPSVPlugin</AssemblyName>
  12. <TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion>
  13. <FileAlignment>512</FileAlignment>
  14. <Deterministic>true</Deterministic>
  15. </PropertyGroup>
  16. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  17. <DebugSymbols>true</DebugSymbols>
  18. <DebugType>full</DebugType>
  19. <Optimize>false</Optimize>
  20. <OutputPath>bin\Debug\</OutputPath>
  21. <DefineConstants>DEBUG;TRACE</DefineConstants>
  22. <ErrorReport>prompt</ErrorReport>
  23. <WarningLevel>4</WarningLevel>
  24. </PropertyGroup>
  25. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  26. <DebugType>pdbonly</DebugType>
  27. <Optimize>true</Optimize>
  28. <OutputPath>bin\Release\</OutputPath>
  29. <DefineConstants>TRACE</DefineConstants>
  30. <ErrorReport>prompt</ErrorReport>
  31. <WarningLevel>4</WarningLevel>
  32. </PropertyGroup>
  33. <ItemGroup>
  34. <Reference Include="System" />
  35. <Reference Include="System.Core" />
  36. <Reference Include="System.Xml.Linq" />
  37. <Reference Include="System.Data.DataSetExtensions" />
  38. <Reference Include="Microsoft.CSharp" />
  39. <Reference Include="System.Data" />
  40. <Reference Include="System.Net.Http" />
  41. <Reference Include="System.Xml" />
  42. <Reference Include="UFIDA.U9.Base.BaseBE">
  43. <HintPath>E:\yonyou\U9CE\Portal\ApplicationServer\Libs\UFIDA.U9.Base.BaseBE.dll</HintPath>
  44. </Reference>
  45. <Reference Include="UFIDA.U9.Base.BaseBE.Deploy">
  46. <HintPath>E:\yonyou\U9CE\Portal\ApplicationServer\Libs\UFIDA.U9.Base.BaseBE.Deploy.dll</HintPath>
  47. </Reference>
  48. <Reference Include="UFIDA.U9.CBO.PubBE">
  49. <HintPath>E:\yonyou\U9CE\Portal\ApplicationServer\Libs\UFIDA.U9.CBO.PubBE.dll</HintPath>
  50. </Reference>
  51. <Reference Include="UFIDA.U9.InvDoc.InvDocBE">
  52. <HintPath>E:\yonyou\U9CE\Portal\ApplicationServer\Libs\UFIDA.U9.InvDoc.InvDocBE.dll</HintPath>
  53. </Reference>
  54. <Reference Include="UFIDA.U9.InvDoc.InvDocBE.Deploy">
  55. <HintPath>E:\yonyou\U9CE\Portal\ApplicationServer\Libs\UFIDA.U9.InvDoc.InvDocBE.Deploy.dll</HintPath>
  56. </Reference>
  57. <Reference Include="UFIDA.U9.ISV.MobileAppsISV">
  58. <HintPath>E:\yonyou\U9CE\Portal\ApplicationServer\Libs\UFIDA.U9.ISV.MobileAppsISV.dll</HintPath>
  59. </Reference>
  60. <Reference Include="UFIDA.U9.ISV.MobileAppsISV.Agent">
  61. <HintPath>E:\yonyou\U9CE\Portal\ApplicationServer\Libs\UFIDA.U9.ISV.MobileAppsISV.Agent.dll</HintPath>
  62. </Reference>
  63. <Reference Include="UFIDA.U9.ISV.MobileAppsISV.Deploy">
  64. <HintPath>E:\yonyou\U9CE\Portal\ApplicationServer\Libs\UFIDA.U9.ISV.MobileAppsISV.Deploy.dll</HintPath>
  65. </Reference>
  66. <Reference Include="UFIDA.U9.SM.SMBE">
  67. <HintPath>E:\yonyou\U9CE\Portal\ApplicationServer\Libs\UFIDA.U9.SM.SMBE.dll</HintPath>
  68. </Reference>
  69. <Reference Include="UFIDA.U9.SM.SMBE.Deploy">
  70. <HintPath>E:\yonyou\U9CE\Portal\ApplicationServer\Libs\UFIDA.U9.SM.SMBE.Deploy.dll</HintPath>
  71. </Reference>
  72. <Reference Include="UFSoft.UBF.AopFrame">
  73. <HintPath>E:\yonyou\UBFCE\U9.VOB.Product.UBF\UBFStudio\Runtime\UFSoft.UBF.AopFrame.dll</HintPath>
  74. </Reference>
  75. <Reference Include="UFSoft.UBF.Business">
  76. <HintPath>E:\yonyou\U9CE\Portal\SysManageServer\bin\UFSoft.UBF.Business.dll</HintPath>
  77. </Reference>
  78. </ItemGroup>
  79. <ItemGroup>
  80. <Compile Include="MiscRcvTransPickBarCodeSV\CheckFinanceConfirm.cs" />
  81. <Compile Include="Properties\AssemblyInfo.cs" />
  82. <Compile Include="ShipPickBarCodeSV\CheckStock.cs" />
  83. </ItemGroup>
  84. <ItemGroup>
  85. <None Include="UFIDA.UBF.BPSVExtend.config" />
  86. </ItemGroup>
  87. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  88. </Project>