NAnt includes support for a number of different ways to build .NET code -- which isn't surprising since that is the primary purpose of the tool. Last time I checked, there were at least these options (for C# code): the csc task (which wraps calls to the c# compiler) the solution task (which parses an existing visual studio solution) Slingshot (which generates a nant build file from a VS solution)
{{#tags}}- {{label}}
{{/tags}}