I am developing a VS package in VS 2012 and I want to target as many VS versions as possible. I have read that
I can't do VS 2010 but I think I can target VS 2012 and VS 2013 with one vsix file yes?
I am confused about what to put in the manifest Install Targets section:
When it says "Microsoft.VisualStudio.Pro" does this mean it will only run in Pro or also higher versions
too like Premium or Ultimate? Do I have to add them all in?
By default it just has Microsoft.VisualStudio.Pro 11.0. When I try to change this to [11.0 - 12.0] it won't
let me. Does that mean I should add another row for Microsoft.VisualStudio.Pro 12.0?
Thanks