How can you use Mono’s mcs to compile and run a csproj file?
If you don’t want to use MonoDevelop and want to use the command-line, you can use xbuild. xbuild is the Mono equivalent of MSBuild. xbuild /p:Configuration=Release HelloWorld.csproj
If you don’t want to use MonoDevelop and want to use the command-line, you can use xbuild. xbuild is the Mono equivalent of MSBuild. xbuild /p:Configuration=Release HelloWorld.csproj