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
functionality that <solution> does. This is partly because of a pre-existing
investment in Nant, and the number of custom tasks I have developed for
compilation and packaging of non .NET code.

-----Original Message-----

Message: 1
Date: Wed, 25 Oct 2006 14:55:23 -0600
From: "Cort Schaefer" <[EMAIL PROTECTED]>
Subject: Re: [nant-dev] MSBuild
To: "Eric Fetzer" <[EMAIL PROTECTED]>,  "NAnt Developers"
        <nant-developers@lists.sourceforge.net>
Message-ID:
        <[EMAIL PROTECTED]>
Content-Type: text/plain;       charset="us-ascii"

What about builds targeted towards multiple frameworks?  I don't that
MSBuild (aka MS-NAnt in my office) handles that, nor was expected to for
some time.

Cort


-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
nant-developers mailing list
nant-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-developers

Reply via email to