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 VS2008 s
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
Hi Mark..
Seems like you are step forward than me. My problem is ; "Is there a
way to get devenv log into a text file... ". Since NAnt calls devenv I coul
not figure out how to take that records in devenv into a log file.
Regards;
Dhanuka.
On Feb 6, 2008 2:31 PM, Markus Ewald <[EMAIL PROT
Hi!
I'm compiling my project using the task to call devenv.com. The
reason for this is that my solution consists of several projects and
MSBuild, when invoked directly, fails to collect all the dependencies
beyond the first level, making packaging of a redistributable archive a
nightmare.
Can anyone assist with the syntax to add an embedded WebResource (htc
behavior files) to an nAnt asp.net build script
When using syntax below, the build succeeds but the behaviour does not
function in the web page...