Guest User

Untitled

a guest
Jun 20th, 2018
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. D:third party componentsnantWhatThis
  2.  
  3. C:Program Filesnant
  4.  
  5. "C:Program Filesnantbinnant.exe" HelloNAnt.build
  6.  
  7. <?xml version="1.0"?>
  8. <project name="Hello World" default="hello">
  9. <target name="hello">
  10. <echo>Hello</echo>
  11. </target>
  12. </project>
  13.  
  14. "C:Program Filesnantbinnant.exe" -buildfile:HelloNAnt.build
Add Comment
Please, Sign In to add comment