mirror of
https://github.com/danbulant/Cosmos
synced 2026-06-10 10:11:31 +00:00
This commit is contained in:
parent
06268de3dd
commit
e74e47cd50
3 changed files with 4 additions and 16 deletions
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -176,7 +176,6 @@
|
|||
</VSCTCompile>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Content Include="ReadMe.html" />
|
||||
<Content Include="Resources\Cosmos.ico" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
Loading…
Reference in a new issue