[MonoDevelop] Visual Studio 2005 Imports (sln, csproj)
Charlie Poole
charlie at pooleconsulting.com
Thu Nov 9 00:56:25 EST 2006
Hi Lluis,
> There are two separate things to implement: loading projects
> and building projects. For loading projects we don't need
> msbuild. We just need to read the xml file and create a
> project model from it (and do the reverse operation when
> saving). For building we can either use the MD build system
> (it should work if the project model has been properly
> created) or we could call xbuild. Until xbuild is ready we
> can just the MD build system.
Another option would be to support load but not save in the
VS format. Is there a big need to support round-tripping?
Charlie
More information about the Monodevelop-list
mailing list