I have VSPackage that right now I can get it to work only from within Visual Studio (Debug->Run)
This VSPackage is basically to create new project type and it's based on MPF in Visual Studio 2013.
Now the question is, I want to include this VSPackage inside a project of Isolated VS Shell, how can I do that?
Thank you