Hi, On 3/16/07, Joe Riopel <[EMAIL PROTECTED]> wrote: > I will typically write code, and compile it, in VS2005, and create an > NAnt build file to go along with it.
There's a tool in NAntContrib called Slingshot. Supposedly it converts VS.Net solution files into NAnt build files, so you could use it as a part of a NAnt build -- first to generate a temporary build file and then execute it. That way you wouldn't have to maintain two different build files. Personally I've set my projects up so that NAnt compiles every *.cs file in a specific directory at once, so I only need to maintain the VS.Net solution files. Cheers, -Lauri _______________________________________________ Mono-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-list
