diff --git a/source/Cosmos.VS.ReadMe.html b/source/Cosmos.VS.ReadMe.html index 049c5508d..cf3e458a1 100644 --- a/source/Cosmos.VS.ReadMe.html +++ b/source/Cosmos.VS.ReadMe.html @@ -29,7 +29,10 @@
- Provides UI for Cosmos debug windows in VS.
+ 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.
diff --git a/source2/VSIP/Cosmos.VS.Windows/Cosmos.VS.Windows.csproj b/source2/VSIP/Cosmos.VS.Windows/Cosmos.VS.Windows.csproj
index d8bf3aecd..85579f218 100644
--- a/source2/VSIP/Cosmos.VS.Windows/Cosmos.VS.Windows.csproj
+++ b/source2/VSIP/Cosmos.VS.Windows/Cosmos.VS.Windows.csproj
@@ -176,7 +176,6 @@
- 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.