How to bootstrap NAnt environment from an existing solution (.sln)

Posted by Ron Harlev on Stack Overflow See other posts from Stack Overflow or by Ron Harlev
Published on 2008-12-03T20:20:54Z Indexed on 2010/03/18 2:41 UTC
Read the original article Hit count: 482

Filed under:
|
|

I have a Visual Studio 2005 solution (.sln) with a mix of .NET and C++ projects. What is the best way to generate the .build file I will need to run my build process with NAnt. I'm new to using NAnt, and I'm not sure how to set it up. Will I have to update the .build file manually every time there is a new source file in any of the projects? Is there a tool that will generate the files for NAnt from the .sln and studio project files?

© Stack Overflow or respective owner

Related posts about nant

Related posts about visual-studio