How do I set different application icon for different configurations?
In the project properties dialog, on the 'Applicati开发者_StackOverflow社区on' tab, the dropdown for choosing the configuration is disabled; how can I set the icon to be dependent on the build configuration?
This might shed some light - but I think it's only for VS2010:
application-icon--how-to-select-different-icon-based-on-compiler-directives-32338
Personally, I would change the configuration but remember to change the Icon manually in the Project Properties before compiling for each configuration.
精彩评论