Open iivchenko opened 8 years ago
Related links:
Conclusions
Necessary action during development
There is a dependency that not suitable with VS 2013
To add supported VS is just to modify package manifest
We need to detect VS version in side of the Package so to identify the algorithms
http://stackoverflow.com/questions/11082436/detect-the-visual-studio-version-inside-a-vspackage
The vsix package must work only with a solution loaded and its projects. so think bout next context UIContextGuids.SolutionExists
It seems that we will need different implementations for bs 2013 and vs 2015. The only thing I noticed is a caps of menu items in main manu but in internet guys say that it could be switched off. Still my menu items has no caps. Need investigation.
How to create VSIX package