NAnt Conventions
Build File Format
In order to promote consitency and readability, the .build files will be laid out in the following way. <TODO JRock: add the rest of the content>
Properties
Prefixes
Since properties defined in a .build file are visible to other .build files that use <include>, each project's .build file should use the file name for its prefix on properties. For example, the candle.build project should use the prefix 'candle.' before any local properties. Global properties (those that appear in the wix.include file) do not have a prefix.