Advertisement
Guest User

Untitled

a guest
Jun 25th, 2019
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. echo foobar : error 1: This is a test error.
  2.  
  3. <Target
  4. Name="PostBuildEvent"
  5. Condition="'$(PostBuildEvent)'!=''"
  6. DependsOnTargets="$(PostBuildEventDependsOn)">
  7. <Exec WorkingDirectory="$(OutDir)" Command="$(PostBuildEvent)" IgnoreExitCode="true" />
  8. </Target>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement