How to create .exe in visual studio ? | Sololearn: Learn to code for FREE!
Nouvelle formation ! Tous les codeurs devraient apprendre l'IA générative !
Essayez une leçon gratuite
+ 1

How to create .exe in visual studio ?

14th Aug 2017, 7:41 AM
Amit Thorat
Amit Thorat - avatar
2 Réponses
+ 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.
14th Aug 2017, 2:15 PM
Bagshot
Bagshot - avatar
+ 1
By creating a Console Application (Project Type) in Visual Studio.
14th Aug 2017, 10:27 AM
Zephyr Koo
Zephyr Koo - avatar