home *** CD-ROM | disk | FTP | other *** search
/ ftp.tcs3.com / ftp.tcs3.com.tar / ftp.tcs3.com / DRIVERS / Audio / Office2010 / ProPlus.WW / ProPsWW2.cab / IPTARGET.DLL < prev    next >
Text File  |  2010-03-29  |  764b  |  10 lines

  1. <Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  2.   <UsingTask TaskName="UpdateInfoPathManifest" AssemblyName="Microsoft.Office.InfoPath.Vsta, Version=14.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c, processorArchitecture=MSIL" />
  3.   <Target Name="AfterBuild" DependsOnTargets="ResolveAssemblyReferences;ResolveComReferences">
  4.     <UpdateInfoPathManifest TemplatePath="$(MSBuildProjectDirectory)\InfoPath Form Template" OutputPath="$(OutDir)" AssemblyName="$(AssemblyName)" ReferenceCopyLocalPaths="@(ReferenceCopyLocalPaths);@(ReferenceComWrappersToCopyLocal)" />
  5.   </Target>
  6.   <Target Name="AfterClean">
  7.     <UpdateInfoPathManifest TemplatePath="$(MSBuildProjectDirectory)\InfoPath Form Template" />
  8.   </Target>
  9. </Project>
  10.