Possible Duplicate:
Which icon sizes should my windows application’s icon include?
I'm working on a C# program. I set the applications icon via Project Properties -> Application -> Icon & Manifest.
The icon looks really bad when a shortcut to the executable is created on the desktop, but if I make a shortcut to the same exact .ico file that is in the project's directory it looks fine.
Any ideas why this is occurring and how I can fix it?