Reputation: 41128
What's the proper way to add an icon to my application? I mean to the actual physical .exe file.
Upvotes: 6
Views: 5001
Reputation: 7927
In Visual Studio, right click your project (the one that is compiled to an exe), choose Properties, under the Application Tab, in the "Icon and manifest" section, change your icon.
Upvotes: 16