RE: [NAnt-users] NANT solution task

2006-05-17 Thread Andy Johnstone
al Message- From: Chris Holt [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 17, 2006 3:19 PM To: 'Andy Johnstone'; nant-users@lists.sourceforge.net Subject: RE: [NAnt-users] NANT solution task Another way to handle this is to use the exec task on devenv. I am doing this and it

RE: [NAnt-users] NANT solution task

2006-05-17 Thread Chris Holt
: RE: [NAnt-users] NANT solution task I'd settle for a release date for the next version :-) At any rate, VS2005 has MSBuild, so until the solution task is updated for 2005, you could just call MSBuild. this is what I'm doing, and works well. It also has the advantage of building ALL pro

RE: [NAnt-users] NANT solution task

2006-05-17 Thread Andy Johnstone
I'd settle for a release date for the next version :-) At any rate, VS2005 has MSBuild, so until the solution task is updated for 2005, you could just call MSBuild. this is what I'm doing, and works well. It also has the advantage of building ALL project types, including Setup/Deployment projects