Projects that provide Visual Studio IDE support.

Debugging

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

Projects

Cosmos.VS.Package

Provides support for the .Cosmos projecct type, project configuration dialogs, etc.

Cosmos.VS.Windows

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.

Cosmos.VS.Windows.Test

Testing project for Cosmos.VS.Windows. Not used by VS itself.

Cosmos.VS.Wizards

Provides support for creating new Cosmos projects from within Visual Studio.