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
At the top of a .vbproj file is a . Add this line to the property group to suppress the VB runtime:
On
MSBuild does the rest. No need to use the command line if you have the IDE.