Hi,
By default and according to all documentation that I was able to find AppIcon that's specified in .pkgdef file is used both as TitleBar icon (top left corner) and Application icon (File System, Task Bar and so on).
The problem with this approach is that VSIsoS takes 32*32 icon from specified AppIcon and resizes (brutally) it to 20*20, so it looks ugly.
I've checked Visual Studio itself and it uses different icons for Application icon and TitleBar icon - changed icon in devenv.exe which resulted in this icon changed everywhere except of title bar. Unfortunately I was unable to find where is this TitleBar icon set/stored for Visual Studio.
So the question is - how to specify separately Application Icon and TitleBar icon in Visual Studio Isolated Shell 2013?
Thanks in advance!