[Mono-list] VS2005

Lauri Kotilainen rytmis at gmail.com
Fri Mar 16 12:12:59 EDT 2007


Hi,

On 3/16/07, Joe Riopel <goon12 at gmail.com> 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


More information about the Mono-list mailing list