I am doing an extension for VS2010 and VS2012 which has a toolbar command.
Given the changing icon style between them, I want to provide a separate icon for each.
How to specify what in .vsct ? I suppose I could use Condition , but I'm not sure if there is a predefined value with the VS version.
source share