Re: [Mono-dev] Contributing to xbuild

2013-09-19 Thread Marcelo Zabani
Sorry to bring this thread up after so much time, but I haven't had too much time on my hands lately. I've been trying to understand XBuild's and Microsoft.Build.Engine's code in Mono to be able to contribute (even if just a little bit) but I'm having a hard time understanding what is going on.

Re: [Mono-dev] Contributing to xbuild

2013-09-19 Thread Jean-Michel.Perraud
...@lists.ximian.com [mailto:mono-devel-list-boun...@lists.ximian.com] On Behalf Of Marcelo Zabani Sent: Friday, 20 September 2013 12:01 AM To: Alan Cc: mono-devel Subject: Re: [Mono-dev] Contributing to xbuild Sorry to bring this thread up after so much time, but I haven't had too much time on my hands

Re: [Mono-dev] Contributing to xbuild

2013-09-04 Thread Alan
Hey, The correct thing to do is probably to build the entire mono class libraries first using the normal procedure for building mono on your OS. Once that's done you should not need to modify assembly references in the csproj files. You may need to add missing cs files to the csproj though. I'm

[Mono-dev] Contributing to xbuild

2013-09-03 Thread Marcelo Zabani
I've been trying to edit xbuild's solution in Mono's master repository, but Monodevelop gives me a couple warnings when I open it (ToolsVersion of every project is different than the solution's ToolsVersion). After opening it, I noticed xbuild is not buildable through Monodevelop, because a file