I'm trying to add additional icons to my program (for reference in Windows Explorer, for example, MyProg.exe,1).
I've tried/followed many guides that supposedly will add the extra icons, but none of them have worked, and alot seem to be for older version of .NET - I'm using 2013.
I'm not looking to embed the icons and reference them in my program, but to embed them and allow Windows Explorer to choose an icon other than the program's icon, like shell32.dll or imgres.dll have several icons to choose from.
What am I missing here?