Image on builded solution

Hi, I'm trying to make my builded solution have a image/logo, it gets build as a .exe and I want it to have a image. I've tried to look into the properties of my solution and also searched the net but found nothing useful. Is it even possible?

If you don't know what I mean, I want this:
https://i.imgur.com/sHZVrl5.png
to have a image/logo.

Thanks,
Ossie
On Windows, the executable's icon is specified using a resource file. Here's an example of a resource file that specifies an icon and nothing else:
https://github.com/Helios-vmg/Borderless/blob/master/src/resources.rc
Topic archived. No new replies allowed.