So far, I have successfully used EnvDTE to manage the Visual Studio Toolbox.
There are custom DLLs for working with different versions of Visual Studio:
EnvDTE.dll - general automation of VS (possibly works on all versions)
EnvDTE80.dll - for working with VS 2005
EnvDTE90.dll - for working with VS 2008
EnvDTE100.dll - for working with VS 2010
However, for VS 2012 there is no EnvDTE110. Does this mean that this is a different way to automate VS than using these COM wrapper libraries?
If so, how, for example, to work with VS 2012 and Toolbox projects remotely differently than using EnvDTE?
visual-studio visual-studio-2012 envdte
Libor
source share