Is there a way to compile a .vbproj or .csproj project file directly, just like Visual Studio does?
When you compile in Visual Studio, the \"output\" window shows th
MSBuild can also take your solution file and use it to do the compile.