Is it possible to build MSBuild files (visual studio sln) from the command line in Mono?
Current status (Mono 2.10, 2011): xbuild is now able to build all versions of Visual Studio / MSBuild projects, including .sln files. Simply run xbuild just as you would execute msbuild on Microsoft .Net Framework. You don’t need Monodevelop installed, xbuild comes with the standard Mono installation. If your build uses custom tasks, they should … Read more