Reputation: 31
I cant wrap my head around this. If I try to build I just get a dll, but I want a exe!
Upvotes: 2
Views: 7329
Reputation: 51
Try using "Advanced Installer" to create a .exe or .msi installer that creates a .exe launcher. I hope this helped!
Upvotes: 0
Reputation: 1973
If you have created a project using type Class Library, you will get a dll. Try creating a new project of type, for example, Windows Form App. When you compile it, you will end up with an exe file.
The Microsoft documentation has all the info you need.
Upvotes: 4