Projects that provide Visual Studio IDE support.
Debugging VS packages can be a royal PITA. The hive can be used but install.bat often requires it to be reset each time.
Hive:
Cosmos.VS.Package is setup for debugging via a second (non hive) instance but the path is set for the default directory on x64.
Hive:
C:\Program Files (x86)\Microsoft Visual Studio 10.0\Common7\IDE\devenv.exe
D:\source\Cosmos\source\Cosmos.sln /ranu /rootsuffix Exp
Non hive:
C:\Program Files (x86)\Microsoft Visual Studio 10.0\Common7\IDE\devenv.exe
D:\source\Cosmos\source\Cosmos.sln
Provides support for the .Cosmos projecct type, project configuration dialogs, etc.
Provides UI for Cosmos debug windows in VS. Contains windows, toolbars and menu options. Sepearate from other pacakges because of threading and hosting issues, as well as it being a different project type.
Testing project for Cosmos.VS.Windows. Not used by VS itself.
Provides support for creating new Cosmos projects from within Visual Studio.