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 is the easiest way to go. For instance:
msbuild /property:Configuration=Release MyFile.vbproj