Hi
I'm trying to write a Visual Studio 2010 addin, and wish to persist some information in the solution file.
For this a custom GlobalSection, or the ability to add to the SolutionProperties globalsection would be ideal.
However, I can't find any information whatsoever on how to access the said information from the extensibility objects (DTE2/AddIn).
Anyone know how?