I am making an extension for both VS2010 and VS2012 that has a toolbar command.
Given the change in icon style between them, I want to provide a separate icon for each.
How do I specify that in .vsct
? I assume I might be able to use Condition
, but I am not sure if there is already a pre-defined value with VS version.