NAnt includebuild file
2009 April 15
When using NAnt includebuild file, make sure you have both including and included file have this attributes in project setting, otherwise the include will fail.
<project name=”your.project” xmlns=”http://nant.sf.net/release/0.85/nant.xsd”>
But why? Magic xml.