One way to get around this is to use the msbuild from within nant. i.e.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/___
NAnt-users mailing list
NAnt-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-users
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Stephane
Hamel
Sent: woensdag 7 februari 2007 0:03
To: nant-users@lists.sourceforge.net
Subject: [NAnt-users] Project '' is not a valid Visual C++ project.
Hello NAnt User,
I just downloaded the nightly build (2007-02-04)
09:53
To: Stephane Hamel
Cc: nant-users@lists.sourceforge.net
Subject: Re: [NAnt-users] Project '' is not a valid Visual C++ project.
Hi Stephan,
Unfortunately, the task in NAnt does not support Visual
Studio 2005 solutions; this task supports VS .NET 2002 and 2003
solutions only.
Hi Stephan,
Unfortunately, the task in NAnt does not support Visual
Studio 2005 solutions; this task supports VS .NET 2002 and 2003
solutions only. You can use the task in NAntContrib instead,
to build your VS 2005 solutions and projects.
Please find a sample of using this task below: