Is it possible to build Visual Studio solutions without having to fire up MonoDevelop?
views:
1659answers:
3
A:
I think you are looking for xbuild: http://www.mono-project.com/Microsoft.Build
Geoffrey Chetwood
2008-09-10 17:38:02
+4
A:
xbuild is not yet complete (it works quite well with VS2005 .csproj files, has problems with VS2008 .csproj and does not handle .sln). Mono 2.1 plans to merge the code base of mdtool (MonoDevelop command line build engine) into it, but currently mdtool is a better choice. mdtool build -f:project.sln
or man mdtool
if you have MonoDevelop installed.
skolima
2008-09-11 09:19:47
apparently mdtool has been renamed to mdrun
Mauricio Scheffer
2009-08-02 18:33:23
It's the other way round, you have an outdated MonoDevelop.
skolima
2009-08-11 19:51:09
This answer is out of date. xbuild now builds .sln files perfectly well.
postfuturist
2010-03-27 01:57:23