Re: [nant-dev] MSBuild

2006-10-26 Thread Richard Gavel
MSBuild, while it can only understand VS2005 format project files, can target other frameworks. Check out the codeplex projects called MSBee, which essentially a set of addons to MSBuild to target the 1.1 framework. I also ended up wrapping msbuild in Nant in a task that provides some of the functi

Re: [nant-dev] nant-developers Digest, Vol 5, Issue 7

2006-10-13 Thread Richard Gavel
Ram, part of the difficulty you're having is that you're equating MSBuild to the Nant Solution Task, when the correct analogy is to the Nant engine itself. In that sense, of course there wouldn't be a property on the MSBuild task for an output directory, just like there isn't a attribute on the on