How to achieve this: when right click on my exe shorcut->properties->change icon to be able to choose more than one icon?

I tried to put two icon files in exe and set build action='Embedded Resource' and build action='Content', but when compile exe, create shortcut and try to change icon always I get only one icon (icon which is set in project->properties->application icon).


regard j