Made a random icon, it looks like this (Screenshot from the desktop):
After that I added it to the project, through the Project> Properties> Resources> Icon and the manifest tied to the project, the output is an exe with this icon:
Visual comparison (on the left the assembled project, on the right the original):
Why is this happening and how to fix it?




SnapsToDevicePixels = false; UseLayoutRounding = true;SnapsToDevicePixels = false; UseLayoutRounding = true;like. - Alias