[Mono-list] Prj2Make for VS2005

Marek Sieradzki marek.sieradzki at gmail.com
Fri Dec 9 16:26:05 EST 2005


Dnia 08-12-2005, czw o godzinie 18:06 -0500, miguel at ximian.com
napisał(a):
> > I recently moved from VisualStudio 2003 (Everett) to Visual Studio 2005
> > (Whidbey) for the development under Windows environments (for both .NET
> > and Mono environments, with some hacks).
> > Anyway, I used to pregenerate the .prjx and make files for
> > compatibility with MonoDevelop and Linux gmake (or even MS NMake) with
> > the older version of VS.
> > I tried to do the same for VS2005, but it seems not working: is it there
> > a version of Prj2Make that is suitable? If not, is there any plan for
> > the improvements of the tool to support it?
> 
> I think Visual Studio 2005 uses msbuild files instead.
> 
Yes, it is completely different format.
> There is some work on SVN that was funded by the Google summer of code to
> do this, but we have not added it to the make system (somene needs to add
> them).
> 
Microsoft.Build.* assemblies and tools/xbuild.
> In addition, xbuild is probably not complete today, it might need some
> work to get to a fully functional state
> 
As I said it wouldn't be good to add it to make system by default.
Classes design changed after release of .NET 2.0. It has changed so much
that I'll need to think about rewriting big part of xbuild.
I'm sure that no program should use its API (it changed/will change).

After this rewrite and some clean up in parser and tokenizer it should
be quite stable (and useful).
-- 
Marek Sieradzki <marek.sieradzki at gmail.com>



More information about the Mono-list mailing list