-
Notifications
You must be signed in to change notification settings - Fork 4.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to set application icon on Windows? #6260
Comments
Add |
I believe this has been answered, so closing. |
This icon comes from the window itself. It depends which UI stack you're using to create the window. For example for WinForms it can be done like this: https://stackoverflow.com/a/18736559/327203 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Using .NET 5 and
<OutputType>WinExe</OutputType>
, how can one set the application icon of the generated.exe
?The text was updated successfully, but these errors were encountered: