Hi,
We are building a vs package for Gauge, a test automation framework. Currently we are loading the VSPackage for every project, by having [ProvideAutoLoad(UIContextGuids80.SolutionExists)].
We want to load it only if it's a Gauge project. Is there a way to pass custom value to ProvideAutoLoad? Or alternatively, is there a better way to control the VSPackage behaviour for certain project types?