Until now, I could build .NET 4.5.2 using command line
c:\Windows\Microsoft.NET\Framework\v4.0.30319\MSBuild MySolution.sln
The only what I need to install on a computer was .NET Framework and Visual Studio 2010 shell.
Now I consider upgrading to .NET 4.6., but I cannot find a way how to build a solution without Visual Studio.
I don't want to install Visual Studio 2015, because it is too big for this hosted virtual machine. I hope some MSBuild or Microsoft package installation could be sufficient.