I want to compile my applications in Visual Studio
that I normally do in Visual Basic
and C#
but without needing to start the IDE
every time I need to compile.
The project would look like this:
I want to compile it from the console not using the IDE
ie from the compiler of Visual Studio
for developers. To compile I do:
vbc.exe Form1.vb
But I do not see anything compiled or anything or seems to work Any suggestions or advice to achieve it?