Am 14.06.2011 05:14, schrieb Ryan Boggs:
> Hi,
>
> Just an update.  I'm having issues with trying to process solution
> files from .NET 2.0 and above with the solution task.  I'm still
> taking a look at it but it seems that the VS20** plugins in the
> NAnt.MSBuild assembly are not being picked up by the solution task.
> I'll keep checking...
>

Hi Ryan, sln file handling is some kind of broken since VS2005. They 
only work with 2002/2003. I would not spend to much time for now in sln 
file handling in VS2005 and up.

The common approach I see is to use solution task with included 
projects, or use msbuild task from nantcontrib (eg. for WiX projects).

Basically I think we should provide a basic way to build projects up to 
net-4.0 and add extended features like target version compiling and sln 
file handling when 1.x runtime support was dropped.

I got my sample compiled against the correct framework recently. I think 
this makes a step further to release 0.91

So far
Dominik



-- 
The answer to the great question of life,
the universe and everything is 42 (Douglas Adams)

------------------------------------------------------------------------------
EditLive Enterprise is the world's most technically advanced content
authoring tool. Experience the power of Track Changes, Inline Image
Editing and ensure content is compliant with Accessibility Checking.
http://p.sf.net/sfu/ephox-dev2dev
_______________________________________________
nant-developers mailing list
nant-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-developers

Reply via email to