Skip to content

Instantly share code, notes, and snippets.

@SimonCropp
Created February 12, 2012 03:16
Show Gist options
  • Save SimonCropp/1806013 to your computer and use it in GitHub Desktop.
Save SimonCropp/1806013 to your computer and use it in GitHub Desktop.
<UsingTask TaskName="NotifyPropertyWeaverMsBuildTask.WeavingTask" AssemblyFile="$(SolutionDir)Tools\NotifyPropertyWeaverMsBuildTask.dll" />
<Target AfterTargets="CopyFilesToOutputDirectory" Name="NotifyPropertyWeaver">
<NotifyPropertyWeaverMsBuildTask.WeavingTask TargetPath="$(TargetPath)"/>
<Copy SourceFiles="$(TargetPath)" DestinationFiles="@(IntermediateAssembly)"/>
</Target>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment