Here's what I did:
* Download latest NAnt (I dl 0.86 beta1)
* Follow installation guide to make the nant.bat etc (see website)
* Go to folder where default.build is located (command prompt)
* run "nant -t:net2-0 visual-studio"
* Open sln in Visual Studio and voila
At least, this is how I did it. |