This commit is contained in:
kudzu_cp 2012-01-05 19:11:46 +00:00
parent 06268de3dd
commit e74e47cd50
3 changed files with 4 additions and 16 deletions

View file

@ -29,7 +29,10 @@
<h3>
Cosmos.VS.Windows</h3>
<p>
Provides UI for Cosmos debug windows in VS.</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>

View file

@ -176,7 +176,6 @@
</VSCTCompile>
</ItemGroup>
<ItemGroup>
<Content Include="ReadMe.html" />
<Content Include="Resources\Cosmos.ico" />
</ItemGroup>
<ItemGroup>

View file

@ -1,14 +0,0 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<title></title>
</head>
<body>
<p>
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>
</body>
</html>