- <?xml version="1.0"?>
- <project name="Hello World" default="build" basedir=".">
- <include buildfile="build.properties" if="${file::exists('build.properties')}" />
- <target name="build" description="compiles the source code">
- <boo>
- print "Hello from boo!"
- </boo>
- </target>
- </project>
- indy:nant_ex