Is it possible to use the EnvDTE assembly in a non-extension project (e.g. a Class Library project)?
If so, how would I access the ConfigurationManager.ActiveConfiguration property?
This question answers exactly what I want, but I couldn't get the dte
object that it uses.