forked from CosmosOS/Cosmos
-
Notifications
You must be signed in to change notification settings - Fork 0
/
ReadMe - Solutions.txt
64 lines (41 loc) · 1.49 KB
/
ReadMe - Solutions.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
================ Solution File ReadMe ================
--------------------------------------------
Cosmos
-Old monolithic solution.
-Will be removed after all smaller parts split out.
-Use of this solution is necessary for some users until all parts are split out.
--------------------------------------------
Build
-Used by the build process (Builder).
-Not meant for direct end user use.
-Do not change unless you know what you are doing.
--------------------------------------------
Builder
Projects used to build Cosmos itself. Essentially this is what makes User Kit go.
-C.B.Builder - Essentially the user kit. A C# program which automates the building and installation of Cosmos wtih a GUI.
-C.B.Insaller - This is the UAC workaround task?
******* Add C.B.Common & C.B.MSBuild or to compiler??
--------------------------------------------
Compiler
Parts:
-Assembler
-Compiler
-XSharp (Compiler Parts)
-Tools (Compiler Parts)
Notes:
-In future XSharp may be separated or a SLN with only XSharp parts in it. But it is needed often when using compiler.
Bin Cache Dependencies:
--------------------------------------------
IDE
TODO Exists, but needs cleaned up still a lot.
Debug, Deploy, Visual Studio, XSharp (IDE Parts), Tools (IDE Parts)
--------------------------------------------
Kernel
-Kernel, Demos (not User), Tests
--------------------------------------------
Test
-All unit tests
--------------------------------------------
Tools
-Misc Tools
--------------------------------------------