No description
Find a file
EdwardNutting_cp bac3f98d56 VS2013 Support
This is relatively stable but no to be considered complete. Currently supported:
1. Installing user/dev kit (as normal)
2. Creating C#/VB/F# projects (latter 2 untested)
3. Debugging a Cosmos project - see limitations list below.

Debugging limitations:
1. Breakpoints sometimes fail to be hit. Only known thing that may help is recompile everything.
2. Specific breakpoint failure case: If you try and place a breakpoint on or after a "while(true)" statement it is extremely unreliable.

Other limitations:
1. VMWare occasionally breaks. If you get "Internal error" messages, or if VS crashes (don't let Windows "fix" it) or if VMWare fails to load properly there is only one known & reliable solution: Re-run the VMWare installer and hit "Repair". No restart required. You won't lose your VMs or settings (AFAI can tell).

If it all breaks, feel free to rant at it ;)
2013-11-06 21:01:49 +00:00
Build VS2013 Support 2013-11-06 21:01:49 +00:00
BuildProcessTemplates Upgrade: New Version of LabDefaultTemplate.xaml. To upgrade your build definitions, please visit the following link: http://go.microsoft.com/fwlink/?LinkId=254563 2012-10-01 21:40:31 +00:00
Docs SqlLite 2013-05-25 11:38:31 +00:00
QA/Scripts/BuildAgents/Agent1 2009-01-04 09:44:35 +00:00
Resources/Dependencies sqlite works! 2013-08-06 17:28:32 +00:00
Setup2 VS2013 Support 2013-11-06 21:01:49 +00:00
source VS2013 Support 2013-11-06 21:01:49 +00:00
source2 VS2013 Support 2013-11-06 21:01:49 +00:00
TeamProjectConfig Updating the team project team configuration. 2012-07-10 02:05:39 +00:00
XSharp VS2013 Support 2013-11-06 21:01:49 +00:00
install.bat Builder direct run detection. 2012-07-17 19:16:41 +00:00
README.HTML 2013-04-28 09:28:30 +00:00

<html>
<head>
<title>Cosmos Source Structure</title>
</head>
<body>
<h1>Cosmos Source Structure</h1>
<h2>'\'</h2>
<p>At first the Cosmos Source can look like a daunting thing. This folder structure guide should help you to find what you're looking for.</p>

<h3>Build</h3>
<p>Tools & 3rd party applications/files required for the building and running of a Cosmos OS</p>

<h3>BuildProcessTemplates</h3>
<p>A folder added by Codeplex for some reason...</p>

<h3>Docs</h3>
<p>Various user end documentation for the Cosmos User Kit. Quite badly structured.</p>

<h3>QA</h3>
<p>A single build script for doing something or other</p>

<h3>Resources</h3>
<p>Dependency .dll's that Cosmos needs</p>

<h3>Setup2</h3>
<p>Files needed for the installer including the inno setup file</p>

<h3>source</h3>
<p>The first folder full of source and an assortment of used and non-used code</p>

<h3><a href="source2/_folder-structure.html">source2</a></h3>
<p>Lots of folders with source in to explain, a seperate page is linked above.</p>

<h3>TeamProjectConfig</h3>
<p>A single TeamProject.config file</p>

<h3>XSharp</h3>
<p>Things for XSharp (the cosmos compiler language) but not all the source</p>
</br></hr>
<i>(C) Cosmos Project 2007-2013</i>
</body>
</html>