Re: [nant-dev] VS 2005 project support (via MSBuild)

2005-12-30 Thread Stefan Bodewig
On Thu, 29 Dec 2005, Martin Aliger <[EMAIL PROTECTED]> wrote: > btw2: does anyone had time to try run MSBuild under mono? Maybe it > works? (I fould some Ant/mono/msbuild blogs but dont try myself). The blog may have been mine, I tried various combinations of NAnt, MSBuild and Ant on different fr

RE: [nant-dev] VS 2005 project support (via MSBuild)

2005-12-30 Thread Gert Driesen
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of Martin Aliger > Sent: vrijdag 30 december 2005 15:25 > To: ! nant > Subject: [nant-dev] VS 2005 project support (via MSBuild) > > I was thinking about Reflection too. Have to try it. > > But - m

[nant-dev] VS 2005 project support (via MSBuild)

2005-12-30 Thread Martin Aliger
I was thinking about Reflection too. Have to try it. But - maybe, simlest solution: keep separate assembly (NAnt.MSBuild) and use some reflection stuff from task to this assembly. To keep current working even on 1.1/1.0 profile. For now, I just focus to get it working. It'll certainly need some