Cosmos/source/Cosmos.VS.ReadMe.html
2012-01-03 00:46:44 +00:00

42 lines
1.3 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.</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>
&nbsp;</p>