t: Re: [Nant-users] Integrating NAnt with Visual Studio .NET
> What are the various strategies for integrating nant with Visual Studio
> .NET? I'd like to be able to launch nant within visual studio with the
> build output redirected to the visual studio output pane.
>
> I&
Title: Integrating NAnt with Visual Studio .NET
I create a Build project for a class library and run the
nant command as a post build event. I also attach an nant schema so I can
get intellisense with my build files as described here:
http://www.hanselman.com/blog/PermaLink.aspx?guid=10a
There is a solution (a vs.net addin) that we use at work, right now. I have
the approval to donate it to NAntContrib, if there is a desire. It would be
unsupported, but the code is easy to modify. Anyway, this is sort of an
overview of what it does.
Our build file (located at the solution level