mirror of
https://github.com/danbulant/Cosmos
synced 2026-05-19 20:39:01 +00:00
45 lines
1.5 KiB
HTML
45 lines
1.5 KiB
HTML
<p>
|
|
Projects that provide Visual Studio IDE support.</p>
|
|
<h3>
|
|
Debugging</h3>
|
|
<p>
|
|
Debugging VS packages can be a royal PITA. The hive can be used but install.bat
|
|
often requires it to be reset each time.</p>
|
|
<p>
|
|
Hive: </p>
|
|
<p>
|
|
Cosmos.VS.Package is setup for debugging via a second (non hive) instance but
|
|
the path is set for the default directory on x64.</p>
|
|
<p>
|
|
Hive:<br />
|
|
C:\Program Files (x86)\Microsoft Visual Studio 10.0\Common7\IDE\devenv.exe<br />
|
|
<a href="file:///D:/source/Cosmos/source/Cosmos.sln">
|
|
D:\source\Cosmos\source\Cosmos.sln</a> /ranu /rootsuffix Exp</p>
|
|
<p>
|
|
Non hive:<br />
|
|
C:\Program Files (x86)\Microsoft Visual Studio 10.0\Common7\IDE\devenv.exe<br />
|
|
D:\source\Cosmos\source\Cosmos.sln</p>
|
|
<h2>
|
|
Projects</h2>
|
|
<h3>
|
|
Cosmos.VS.Package</h3>
|
|
<p>
|
|
Provides support for the .Cosmos projecct type, project configuration dialogs,
|
|
etc.</p>
|
|
<h3>
|
|
Cosmos.VS.Windows</h3>
|
|
<p>
|
|
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.</p>
|
|
<h3>
|
|
Cosmos.VS.Windows.Test</h3>
|
|
<p>
|
|
Testing project for Cosmos.VS.Windows. Not used by VS itself.</p>
|
|
<h3>
|
|
Cosmos.VS.Wizards</h3>
|
|
<p>
|
|
Provides support for creating new Cosmos projects from within Visual Studio.</p>
|
|
<p>
|
|
</p>
|