How to make custom .exe of a Windows application in c#? [closed]
How can I make custom .exe of a Windows application in c#?
Just create new project in visual studio with type "Windows Forms Application" or "Console Application". And the output will be "EXE" :-)
精彩评论