123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103 |
- <?xml version="1.0" encoding="utf-16"?>
- <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="12.0">
- <PropertyGroup>
- <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
- <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
- <ProductVersion>8.0.50727</ProductVersion>
- <SchemaVersion>2.0</SchemaVersion>
- <ProjectGuid>{E0962566-725D-4169-956B-16076187E8C7}</ProjectGuid>
- <OutputType>Library</OutputType>
- <AppDesignerFolder>Properties</AppDesignerFolder>
- <RootNamespace>UFIDA.U9.Cust.Kusi.CJJ.Plugin.BE</RootNamespace>
- <AssemblyName>UFIDA.U9.Cust.Kusi.CJJ.BEPlugin</AssemblyName>
- <FileUpgradeFlags>
- </FileUpgradeFlags>
- <OldToolsVersion>2.0</OldToolsVersion>
- <UpgradeBackupLocation>
- </UpgradeBackupLocation>
- <TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion>
- <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.Data" />
- <Reference Include="System.Xml" />
- <Reference Include="System.Web" />
- <Reference Include="UFIDA.U9.BC.BCSV">
- <HintPath>..\..\..\..\..\U9CE\Portal\ApplicationServer\Libs\UFIDA.U9.BC.BCSV.dll</HintPath>
- </Reference>
- <Reference Include="UFIDA.U9.BC.BCSV.Agent">
- <HintPath>..\..\..\..\..\U9CE\Portal\ApplicationServer\Libs\UFIDA.U9.BC.BCSV.Agent.dll</HintPath>
- </Reference>
- <Reference Include="UFIDA.U9.BC.BCSV.Deploy">
- <HintPath>..\..\..\..\..\U9CE\Portal\ApplicationServer\Libs\UFIDA.U9.BC.BCSV.Deploy.dll</HintPath>
- </Reference>
- <Reference Include="UFIDA.U9.CBO.SCMBE">
- <HintPath>E:\yonyou\U9CE\Portal\ApplicationServer\Libs\UFIDA.U9.CBO.SCMBE.dll</HintPath>
- </Reference>
- <Reference Include="UFIDA.U9.Complete.CompleteBE">
- <HintPath>E:\yonyou\U9CE\Portal\ApplicationServer\Libs\UFIDA.U9.Complete.CompleteBE.dll</HintPath>
- </Reference>
- <Reference Include="UFIDA.U9.HK.BarCode.PubBE">
- <HintPath>..\..\..\..\..\U9CE\Portal\ApplicationServer\Libs\UFIDA.U9.HK.BarCode.PubBE.dll</HintPath>
- </Reference>
- <Reference Include="UFIDA.U9.HK.BarCode.PubBE.Deploy">
- <HintPath>..\..\..\..\..\U9CE\Portal\ApplicationServer\Libs\UFIDA.U9.HK.BarCode.PubBE.Deploy.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.MO.MOBE">
- <HintPath>E:\yonyou\U9CE\Portal\ApplicationServer\Libs\UFIDA.U9.MO.MOBE.dll</HintPath>
- </Reference>
- <Reference Include="UFIDA.U9.PM.PMBE">
- <HintPath>E:\yonyou\U9CE\Portal\ApplicationServer\Libs\UFIDA.U9.PM.PMBE.dll</HintPath>
- </Reference>
- <Reference Include="UFIDA.U9.SM.SMBE">
- <HintPath>E:\yonyou\U9CE\Portal\ApplicationServer\Libs\UFIDA.U9.SM.SMBE.dll</HintPath>
- </Reference>
- </ItemGroup>
- <ItemGroup>
- <Content Include="UFIDA.U9.Cust.Kusi.CJJ.BEPlugin.sub.xml" />
- </ItemGroup>
- <ItemGroup>
- <Compile Include="BarCodeUpdater.cs" />
- <Compile Include="InventSheetLine\DeleteBarCode.cs" />
- <Compile Include="IssueDoc\UpdateBarCode.cs" />
- <Compile Include="MiscRcvTrans\UpdateBarCode.cs" />
- <Compile Include="MiscShipmentL\UpdateBarCode.cs" />
- <Compile Include="MiscShipment\DocCheck.cs" />
- <Compile Include="RcvRptDoc\UpdateBarCode.cs" />
- <Compile Include="RcvLine\DeleteBarCodeUsed.cs" />
- <Compile Include="Receivement\UpdateBarCode.cs" />
- <Compile Include="Ship\UpdateBarCode.cs" />
- <Compile Include="TransferForm\DocCheck.cs" />
- <Compile Include="TransferForm\UpdateBarCode.cs" />
- <Compile Include="TransferIn\DocCheck.cs" />
- <Compile Include="TransferIn\UpdateBarCode.cs" />
- <Compile Include="TransferOut\DocCheck.cs" />
- <Compile Include="TransferOut\UpdateBarCode.cs" />
- </ItemGroup>
- <ItemGroup />
- <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
- <Import Project="BE.targets" />
- </Project>
|