|
|
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0"> <ItemGroup> <Compile Include="UBFAssebmlyInfo.cs" > <Inproject>true</Inproject> </Compile> <Compile Include="CustNoticeTypeEnum\CustNoticeTypeEnum.cs" > <Inproject>true</Inproject> </Compile>
</ItemGroup> <ItemGroup> <Reference Include="System" /> <Reference Include="System.Data" /> <Reference Include="System.Xml" /> <Reference Include="System.Runtime.Serialization"/> <Reference Include="UFSoft.UBF.Business, Version=2.0.0.1, Culture=neutral, PublicKeyToken=aed5b8b71060d80b, processorArchitecture=MSIL"> <HintPath>D:\yonyou\UBFCE\U9.VOB.Product.UBF\UBFStudio\Runtime\\UFSoft.UBF.Business.dll</HintPath> <SpecificVersion>False</SpecificVersion> <Private>False</Private> </Reference> <Reference Include="UFSoft.UBF.PL, Version=2.0.0.1, Culture=neutral, PublicKeyToken=aed5b8b71060d80b, processorArchitecture=MSIL"> <HintPath>D:\yonyou\UBFCE\U9.VOB.Product.UBF\UBFStudio\Runtime\\UFSoft.UBF.PL.dll</HintPath> <SpecificVersion>False</SpecificVersion> <Private>False</Private> </Reference> <Reference Include="UFSoft.UBF.Execution, Version=2.0.0.1, Culture=neutral, PublicKeyToken=aed5b8b71060d80b, processorArchitecture=MSIL"> <HintPath>D:\yonyou\UBFCE\U9.VOB.Product.UBF\UBFStudio\Runtime\\UFSoft.UBF.Execution.dll</HintPath> <SpecificVersion>False</SpecificVersion> <Private>False</Private> </Reference> <Reference Include="UFSoft.UBF.Util.Data, Version=2.0.0.1, Culture=neutral, PublicKeyToken=aed5b8b71060d80b, processorArchitecture=MSIL"> <HintPath>D:\yonyou\UBFCE\U9.VOB.Product.UBF\UBFStudio\Runtime\\UFSoft.UBF.Util.Data.dll</HintPath> <SpecificVersion>False</SpecificVersion> <Private>False</Private> </Reference> <Reference Include="UBF.System, Version=1.0.0.1, Culture=neutral, PublicKeyToken=aed5b8b71060d80b, processorArchitecture=MSIL"> <HintPath>D:\yonyou\UBFCE\U9.VOB.Product.UBF\UBFStudio\Runtime\\UBF.System.dll</HintPath> <SpecificVersion>False</SpecificVersion> <Private>False</Private> </Reference> <Reference Include="UFSoft.UBF.AopFrame, Version=2.0.0.1, Culture=neutral, processorArchitecture=MSIL"> <HintPath>D:\yonyou\UBFCE\U9.VOB.Product.UBF\UBFStudio\Runtime\\UFSoft.UBF.AopFrame.dll</HintPath> <SpecificVersion>False</SpecificVersion> <Private>False</Private> </Reference> <Reference Include="UFSoft.UBF.Sys.Resources.Runtime, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL"> <HintPath>D:\yonyou\UBFCE\U9.VOB.Product.UBF\UBFStudio\Runtime\\UFSoft.UBF.Sys.Resources.Runtime.dll</HintPath> <SpecificVersion>False</SpecificVersion> <Private>False</Private> </Reference>
<Reference Include="UFSoft.UBF.Workflow.Eventing, Version=2.0.0.1, Culture=neutral, PublicKeyToken=aed5b8b71060d80b, processorArchitecture=MSIL"> <HintPath>D:\yonyou\UBFCE\U9.VOB.Product.UBF\UBFStudio\Runtime\\UFSoft.UBF.Workflow.Eventing.dll</HintPath> <SpecificVersion>False</SpecificVersion> <Private>False</Private> </Reference> <Reference Include="UFSoft.UBF.MD.dll, Version=2.0.0.0, Culture=neutral, PublicKeyToken=aed5b8b71060d80b, processorArchitecture=MSIL"> <HintPath>D:\yonyou\UBFCE\U9.VOB.Product.UBF\UBFStudio\Runtime\\UFSoft.UBF.MD.dll</HintPath> <SpecificVersion>False</SpecificVersion> <Private>False</Private> </Reference> <Reference Include="UFSoft.UBF.Sys.Database, Version=1.0.0.1, Culture=neutral, PublicKeyToken=aed5b8b71060d80b, processorArchitecture=MSIL"> <HintPath>D:\yonyou\UBFCE\U9.VOB.Product.UBF\UBFStudio\Runtime\\UFSoft.UBF.Sys.Database.dll</HintPath> <SpecificVersion>False</SpecificVersion> <Private>False</Private> </Reference>
<ProjectReference Include="..\Deploy\CustPOSendMailNewBE.Deploy.csproj"> <Project>{75F2BB61-0FFD-402F-B2F9-5CAF0F818FAA}</Project> <Package>{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</Package> <Name>CustPOSendMailNewBE.Deploy</Name> </ProjectReference> <Reference Include="UFSoft.UBF.Sys.ResourceBP.Agent"> <SpecificVersion>False</SpecificVersion> <HintPath>D:\yonyou\UBFCE\U9.VOB.Product.UBF\UBFStudio\Runtime\\UFSoft.UBF.Sys.ResourceBP.Agent.dll</HintPath> <Private>False</Private> </Reference> </ItemGroup> <PropertyGroup Condition=""> <PostBuildEvent> Md D:\yonyou\UBFCE\U9.VOB.Product.Component\\Unconfiged\Component\\ Copy $(TargetDir)\CustPOSendMailNewBE.dll D:\yonyou\UBFCE\U9.VOB.Product.Component\\Unconfiged\Component\\ Copy $(TargetDir)\CustPOSendMailNewBE.pdb D:\yonyou\UBFCE\U9.VOB.Product.Component\\Unconfiged\Component\\ Copy $(TargetDir)\CustPOSendMailNewBE.Deploy.dll D:\yonyou\UBFCE\U9.VOB.Product.Component\\Unconfiged\Component\\ Copy $(TargetDir)\CustPOSendMailNewBE.Deploy.pdb D:\yonyou\UBFCE\U9.VOB.Product.Component\\Unconfiged\Component\\ Copy $(TargetDir)\CustPOSendMailNewBE.xml D:\yonyou\UBFCE\U9.VOB.Product.Component\\Unconfiged\Component\\ </PostBuildEvent> </PropertyGroup> </Project>
|