+ 1
How to create .exe in visual studio ?
2 odpowiedzi
+ 3
Windows forms builds .exe's as well. Just "build" your project and then check your project folder for the exe. Might be, funnily enough, in a folder called bin.
+ 1
By creating a Console Application (Project Type) in Visual Studio.