Re: [NAnt-users] Building VS2005 and VS2008 solution files with NAnt

2008-02-06 Thread tkaszuba
I use csc to build code with VS 2003 projects and msbuild with vs2005 and vs2008, the project file format doesn't change between vs2005 and vs2005. Date: Wed, 6 Feb 2008 11:29:33 -0700 From: [EMAIL PROTECTED] To: nant-users@lists.sourceforge.net Subject: [NAnt-users] Building VS2005 and V

[NAnt-users] Building VS2005 and VS2008 solution files with NAnt

2008-02-06 Thread Tim Mayert
Most of our projects are still using VS 2003 and therefore my NAnt builds just call the exec task with devenv.com to build the solution file. Now that I have to build a VS 2005 project can I still use this or would it be better to use the MSBuild with the exec task? Also when using the MSBuild