vote up 9 vote down star
1

Is it possible to build Visual Studio solutions without having to fire up MonoDevelop?

flag

3 Answers

vote up 5 vote down check

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.

link|flag
apparently mdtool has been renamed to mdrun – Mauricio Scheffer Aug 2 at 18:33
It's the other way round, you have an outdated MonoDevelop. – skolima Aug 11 at 19:51
vote up 0 vote down

I think you are looking for xbuild: http://www.mono-project.com/Microsoft.Build

link|flag
vote up 0 vote down

xbuild now supports solutions and projects, both VS2005 and VS2008.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.