iivchenko / ReConfiger

This will be my first attempt to create a VS extensions ... I hope I will succeed in this beginning. So this will be an extension for VS that will provide ability to create and use templates to change a Solution Build Configuration. You know when you have dozens of projects in a Solution and some times you need to un-check or check hundreds of projects because you don't need to build them. Mostly I would like to use it with AppAssure project where we relay have a solution with 100 projects.
MIT License
0 stars 0 forks source link

Create VSIX package #2

Open iivchenko opened 8 years ago

iivchenko commented 8 years ago

How to create VSIX package

iivchenko commented 8 years ago

Investigation results:

Related links:

Conclusions

Necessary action during development

iivchenko commented 8 years ago

There is a dependency that not suitable with VS 2013

image

iivchenko commented 8 years ago

To add supported VS is just to modify package manifest

image

iivchenko commented 8 years ago

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

iivchenko commented 8 years ago

The vsix package must work only with a solution loaded and its projects. so think bout next context UIContextGuids.SolutionExists

iivchenko commented 8 years ago

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.