Chris,
If you want to call devenv from Nant use the exec task - basicaly just
like running devenv from the command line.
SLingshot creates Nant build files from sln files. Sometimes the
resultant build file needs a bit of manual tweaking however.
You can also use Gordon's xsl stylesheet to trans
Title: Message
Hi,
From what I have
read in the archives, these two topics seem to be loosely
related...
I want to be able
to get NAnt to build my solution using devenv (because I can't be bothered
setting up the references and web references in NAnt at the moment) but I can't
find a su