Is it possible to build Visual Studio solutions without having to fire up MonoDevelop?
|
|
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. |
||||
|
|
|
I think you are looking for xbuild: http://www.mono-project.com/Microsoft.Build |
||
|
|
|
|
xbuild now supports solutions and projects, both VS2005 and VS2008. |
||
|
|
