mirror of
https://github.com/danbulant/Cosmos
synced 2026-05-20 04:48:53 +00:00
This commit is contained in:
parent
815795cae3
commit
7fc0f4194a
16 changed files with 474 additions and 1987 deletions
465
source/Build.sln
Normal file
465
source/Build.sln
Normal file
|
|
@ -0,0 +1,465 @@
|
|||
|
||||
Microsoft Visual Studio Solution File, Format Version 11.00
|
||||
# Visual Studio 2010
|
||||
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Build", "Build", "{D95021E1-A2C9-4829-819E-ED433AF13162}"
|
||||
EndProject
|
||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Cosmos.Build.Common", "..\source2\Build\Cosmos.Build.Common\Cosmos.Build.Common.csproj", "{0462E82B-8C29-41A9-8265-9C89038ADB29}"
|
||||
EndProject
|
||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Cosmos.Build.MSBuild", "..\source2\Build\Cosmos.Build.MSBuild\Cosmos.Build.MSBuild.csproj", "{BC6AE974-1F18-4A19-A956-5062E4D3FD53}"
|
||||
EndProject
|
||||
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Debug", "Debug", "{FF5BAFDE-AE9D-438D-935A-86B33EE0A758}"
|
||||
EndProject
|
||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Cosmos.Debug.Common", "..\source2\Debug\Cosmos.Debug.Common\Cosmos.Debug.Common.csproj", "{AB24E403-54F3-4F67-B5E0-119A7227AAC1}"
|
||||
EndProject
|
||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Cosmos.Debug.VSDebugEngine", "..\source2\Debug\Cosmos.Debug.VSDebugEngine\Cosmos.Debug.VSDebugEngine.csproj", "{6D2688FE-6FD8-44A8-B96A-6037457F72A7}"
|
||||
EndProject
|
||||
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Visual Studio", "Visual Studio", "{CD3F5E45-8B24-424F-ADF1-0211712F4CB7}"
|
||||
ProjectSection(SolutionItems) = preProject
|
||||
Cosmos.VS.ReadMe.html = Cosmos.VS.ReadMe.html
|
||||
EndProjectSection
|
||||
EndProject
|
||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Cosmos.VS.Package", "..\source2\VSIP\Cosmos.VS.Package\Cosmos.VS.Package.csproj", "{61535AF6-4A1E-4691-B2BC-039851EF4850}"
|
||||
EndProject
|
||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Cosmos.IL2CPU", "..\source2\IL2CPU\Cosmos.IL2CPU\Cosmos.IL2CPU.csproj", "{239E33A7-F0C3-4801-85CA-4D8F89A31DC0}"
|
||||
EndProject
|
||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Cosmos.IL2CPU.X86", "..\source2\IL2CPU\Cosmos.IL2CPU.X86\Cosmos.IL2CPU.X86.csproj", "{63F7BFB9-419E-4965-B580-304B9C9FA7D8}"
|
||||
EndProject
|
||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Cosmos.IL2CPU.Plugs", "..\source2\IL2CPU\Cosmos.IL2CPU.Plugs\Cosmos.IL2CPU.Plugs.csproj", "{C801F19C-A9D3-42D5-9A57-9FFDF9B4D05E}"
|
||||
EndProject
|
||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Cosmos.Debug.GDB", "..\source2\Debug\Cosmos.Debug.GDB\Cosmos.Debug.GDB.csproj", "{3370FC04-B669-46A4-A4AA-A89540318F8D}"
|
||||
EndProject
|
||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Cosmos.Debug.Consts", "..\source2\IL2CPU\Cosmos.IL2CPU.Debug\Cosmos.Debug.Consts.csproj", "{9998B4EA-385E-4DA2-8905-2BBEB5B2C6E2}"
|
||||
EndProject
|
||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Cosmos.Assembler.XSharp", "..\source2\Cosmos.Assembler.XSharp\Cosmos.Assembler.XSharp.csproj", "{453F2952-FD48-477F-889B-B3C6963C9850}"
|
||||
EndProject
|
||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Cosmos.Debug.DebugStub", "..\source2\Compiler\Cosmos.Compiler.DebugStub\Cosmos.Debug.DebugStub.csproj", "{A7F3F078-CF99-4018-9A35-2D6DC9517ADB}"
|
||||
EndProject
|
||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Cosmos.Assembler", "..\source2\Cosmos.Assembler\Cosmos.Assembler.csproj", "{1116130E-28E0-428A-A597-F4B3B676C0CA}"
|
||||
EndProject
|
||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Cosmos.Assembler.x86", "..\source2\Cosmos.Assembler.X86\Cosmos.Assembler.x86.csproj", "{94D079E4-3C66-486A-8407-EA6EC049FF53}"
|
||||
EndProject
|
||||
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Core", "Core", "{ADDA07A5-ADA8-4D71-831B-0A421F04A546}"
|
||||
EndProject
|
||||
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Hardware", "Hardware", "{677B6C6A-14DC-4C0B-ACDB-C04696DF77A8}"
|
||||
EndProject
|
||||
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "System", "System", "{693C6704-6934-410F-97E0-4B6900730E63}"
|
||||
EndProject
|
||||
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Kernel", "Kernel", "{426E77A5-80AA-48DC-97F9-037071345778}"
|
||||
EndProject
|
||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Cosmos.Core", "..\source2\Kernel\System\Hardware\Core\Cosmos.Core\Cosmos.Core.csproj", "{5AC4773C-CB4E-4CD9-8D50-02E10A07DEE6}"
|
||||
EndProject
|
||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Cosmos.Hardware", "..\source2\Kernel\System\Hardware\Cosmos.Hardware\Cosmos.Hardware.csproj", "{6A991D03-1435-4005-9809-B8BACDF3B021}"
|
||||
EndProject
|
||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Cosmos.System", "..\source2\Kernel\System\Cosmos.System\Cosmos.System.csproj", "{DA50B9B2-0E95-4F0D-A3C8-79FC549301B5}"
|
||||
EndProject
|
||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Cosmos.System.Plugs.System", "..\source2\Kernel\System\Cosmos.System.Plugs.System\Cosmos.System.Plugs.System.csproj", "{7C64B97F-516D-4A6D-B9E1-3FE48F561409}"
|
||||
EndProject
|
||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Cosmos.VS.Wizards", "..\source2\VSIP\Cosmos.VS.Wizards\Cosmos.VS.Wizards.csproj", "{2259402E-3EAB-448D-9CC6-E5C1C2C716A5}"
|
||||
EndProject
|
||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Cosmos.Core.Plugs", "..\source2\Kernel\System\Hardware\Core\Cosmos.Core.Plugs\Cosmos.Core.Plugs.csproj", "{D9A87AAD-FCC9-4517-B31D-E904DAD00784}"
|
||||
EndProject
|
||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Cosmos.Debug.Kernel", "..\source2\Kernel\Debug\Cosmos.Debug.Kernel\Cosmos.Debug.Kernel.csproj", "{61607F1E-58F9-41CF-972F-128384F3E115}"
|
||||
EndProject
|
||||
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Debug", "Debug", "{E3779B95-E47B-4CAD-B8C1-0549E30AA4F2}"
|
||||
EndProject
|
||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Cosmos.Debug.Kernel.Plugs", "..\source2\Kernel\Debug\Cosmos.Debug.Kernel.Plugs\Cosmos.Debug.Kernel.Plugs.csproj", "{B97A2956-C363-47F2-A6AA-B4FCCFF4D315}"
|
||||
EndProject
|
||||
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Common", "Common", "{CDF13174-7897-4334-9AE4-B1DCC013F6BD}"
|
||||
ProjectSection(SolutionItems) = preProject
|
||||
..\source2\Kernel\Common\ReadMe.html = ..\source2\Kernel\Common\ReadMe.html
|
||||
EndProjectSection
|
||||
EndProject
|
||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Cosmos.Common.Extensions", "..\source2\Kernel\Common\Cosmos.Common.Extensions\Cosmos.Common.Extensions.csproj", "{1FAC100C-D732-4EA4-B518-5AF4BAF64F2E}"
|
||||
EndProject
|
||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Cosmos.Common", "..\source2\Kernel\Common\Cosmos.Common\Cosmos.Common.csproj", "{04602B68-B877-4CA0-B17B-09C309732943}"
|
||||
EndProject
|
||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Cosmos.VS.Windows", "..\source2\VSIP\Cosmos.VS.Windows\Cosmos.VS.Windows.csproj", "{47E8F3DC-FF3F-4CC7-8643-1807260B0B18}"
|
||||
EndProject
|
||||
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Assembler", "Assembler", "{576C3D3B-A3EA-44FA-8E39-AFD3E6F3FE23}"
|
||||
EndProject
|
||||
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Compiler", "Compiler", "{6A15C540-8278-4B9C-B890-FA57FB6AE6A6}"
|
||||
ProjectSection(SolutionItems) = preProject
|
||||
Cosmos.Compiler.html = Cosmos.Compiler.html
|
||||
EndProjectSection
|
||||
EndProject
|
||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Cosmos.Compiler.XSharp", "..\source2\Compiler\Cosmos.XSharp\Cosmos.Compiler.XSharp.csproj", "{A281A1B1-C718-4BCB-A7BE-ED840A70449A}"
|
||||
EndProject
|
||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Cosmos.Compiler.XSharp.XSC", "..\source2\Compiler\Cosmos.Compiler.XSharp.XSC\Cosmos.Compiler.XSharp.XSC.csproj", "{7B8499A7-0A8D-44FC-8181-9666CC198025}"
|
||||
EndProject
|
||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Cosmos.VS.XSharp", "..\source2\VSIP\Cosmos.VS.XSharp\Cosmos.VS.XSharp.csproj", "{FB71E8EF-E229-4D81-984A-B9170D752BF9}"
|
||||
EndProject
|
||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "VMWareLib", "..\source2\VMWareLib\VMWareLib.csproj", "{76CDB55D-55E3-4B53-AE33-12EC31430826}"
|
||||
EndProject
|
||||
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Deploy", "Deploy", "{FD42844B-2767-4DF4-B0AF-EA5F7CB11528}"
|
||||
EndProject
|
||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Cosmos.Deploy.USB", "..\source2\Cosmos.Deploy.USB\Cosmos.Deploy.USB.csproj", "{3D84CF8B-C6DF-4D78-8DE1-708582B43711}"
|
||||
EndProject
|
||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Cosmos.Deploy.Pixie", "..\source2\Cosmos.Deploy.Pixie\Cosmos.Deploy.Pixie.csproj", "{D4BA64B3-D7F6-4A3A-AF1D-74E41B49D865}"
|
||||
EndProject
|
||||
Global
|
||||
GlobalSection(TeamFoundationVersionControl) = preSolution
|
||||
SccNumberOfProjects = 32
|
||||
SccEnterpriseProvider = {4CA58AB2-18FA-4F8D-95D4-32DDF27D184C}
|
||||
SccTeamFoundationServer = https://tfs.codeplex.com/tfs/tfs04
|
||||
SccLocalPath0 = .
|
||||
SccProjectUniqueName1 = ..\\source2\\Build\\Cosmos.Build.Common\\Cosmos.Build.Common.csproj
|
||||
SccProjectTopLevelParentUniqueName1 = Build.sln
|
||||
SccProjectName1 = ../source2/Build/Cosmos.Build.Common
|
||||
SccAuxPath1 = https://tfs.codeplex.com/tfs/TFS04
|
||||
SccLocalPath1 = ..\\source2\\Build\\Cosmos.Build.Common
|
||||
SccProjectUniqueName2 = ..\\source2\\Build\\Cosmos.Build.MSBuild\\Cosmos.Build.MSBuild.csproj
|
||||
SccProjectTopLevelParentUniqueName2 = Build.sln
|
||||
SccProjectName2 = ../source2/Build/Cosmos.Build.MSBuild
|
||||
SccLocalPath2 = ..\\source2\\Build\\Cosmos.Build.MSBuild
|
||||
SccProjectUniqueName3 = ..\\source2\\Debug\\Cosmos.Debug.Common\\Cosmos.Debug.Common.csproj
|
||||
SccProjectTopLevelParentUniqueName3 = Build.sln
|
||||
SccProjectName3 = ../source2/Debug/Cosmos.Debug.Common
|
||||
SccLocalPath3 = ..\\source2\\Debug\\Cosmos.Debug.Common
|
||||
SccProjectUniqueName4 = ..\\source2\\Debug\\Cosmos.Debug.VSDebugEngine\\Cosmos.Debug.VSDebugEngine.csproj
|
||||
SccProjectTopLevelParentUniqueName4 = Build.sln
|
||||
SccProjectName4 = ../source2/Debug/Cosmos.Debug.VSDebugEngine
|
||||
SccLocalPath4 = ..\\source2\\Debug\\Cosmos.Debug.VSDebugEngine
|
||||
SccProjectUniqueName5 = ..\\source2\\VSIP\\Cosmos.VS.Package\\Cosmos.VS.Package.csproj
|
||||
SccProjectTopLevelParentUniqueName5 = Build.sln
|
||||
SccProjectName5 = ../source2/VSIP/Cosmos.VS.Package
|
||||
SccLocalPath5 = ..\\source2\\VSIP\\Cosmos.VS.Package
|
||||
SccProjectUniqueName6 = ..\\source2\\IL2CPU\\Cosmos.IL2CPU\\Cosmos.IL2CPU.csproj
|
||||
SccProjectTopLevelParentUniqueName6 = Build.sln
|
||||
SccProjectName6 = ../source2/IL2CPU/Cosmos.IL2CPU
|
||||
SccLocalPath6 = ..\\source2\\IL2CPU\\Cosmos.IL2CPU
|
||||
SccProjectUniqueName7 = ..\\source2\\IL2CPU\\Cosmos.IL2CPU.X86\\Cosmos.IL2CPU.X86.csproj
|
||||
SccProjectTopLevelParentUniqueName7 = Build.sln
|
||||
SccProjectName7 = ../source2/IL2CPU/Cosmos.IL2CPU.X86
|
||||
SccLocalPath7 = ..\\source2\\IL2CPU\\Cosmos.IL2CPU.X86
|
||||
SccProjectUniqueName8 = ..\\source2\\IL2CPU\\Cosmos.IL2CPU.Plugs\\Cosmos.IL2CPU.Plugs.csproj
|
||||
SccProjectTopLevelParentUniqueName8 = Build.sln
|
||||
SccProjectName8 = ../source2/IL2CPU/Cosmos.IL2CPU.Plugs
|
||||
SccLocalPath8 = ..\\source2\\IL2CPU\\Cosmos.IL2CPU.Plugs
|
||||
SccProjectUniqueName9 = ..\\source2\\Debug\\Cosmos.Debug.GDB\\Cosmos.Debug.GDB.csproj
|
||||
SccProjectTopLevelParentUniqueName9 = Build.sln
|
||||
SccProjectName9 = ../source2/Debug/Cosmos.Debug.GDB
|
||||
SccLocalPath9 = ..\\source2\\Debug\\Cosmos.Debug.GDB
|
||||
SccProjectUniqueName10 = ..\\source2\\Kernel\\System\\Hardware\\Core\\Cosmos.Core\\Cosmos.Core.csproj
|
||||
SccProjectTopLevelParentUniqueName10 = Build.sln
|
||||
SccProjectName10 = ../source2/Kernel/System/Hardware/Core/Cosmos.Core
|
||||
SccLocalPath10 = ..\\source2\\Kernel\\System\\Hardware\\Core\\Cosmos.Core
|
||||
SccProjectUniqueName11 = ..\\source2\\Kernel\\System\\Hardware\\Cosmos.Hardware\\Cosmos.Hardware.csproj
|
||||
SccProjectTopLevelParentUniqueName11 = Build.sln
|
||||
SccProjectName11 = ../source2/Kernel/System/Hardware/Cosmos.Hardware
|
||||
SccLocalPath11 = ..\\source2\\Kernel\\System\\Hardware\\Cosmos.Hardware
|
||||
SccProjectUniqueName12 = ..\\source2\\Kernel\\System\\Cosmos.System\\Cosmos.System.csproj
|
||||
SccProjectTopLevelParentUniqueName12 = Build.sln
|
||||
SccProjectName12 = ../source2/Kernel/System/Cosmos.System
|
||||
SccLocalPath12 = ..\\source2\\Kernel\\System\\Cosmos.System
|
||||
SccProjectUniqueName13 = ..\\source2\\Kernel\\System\\Cosmos.System.Plugs.System\\Cosmos.System.Plugs.System.csproj
|
||||
SccProjectTopLevelParentUniqueName13 = Build.sln
|
||||
SccProjectName13 = ../source2/Kernel/System/Cosmos.System.Plugs.System
|
||||
SccLocalPath13 = ..\\source2\\Kernel\\System\\Cosmos.System.Plugs.System
|
||||
SccProjectUniqueName14 = ..\\source2\\VSIP\\Cosmos.VS.Wizards\\Cosmos.VS.Wizards.csproj
|
||||
SccProjectTopLevelParentUniqueName14 = Build.sln
|
||||
SccProjectName14 = ../source2/VSIP/Cosmos.VS.Wizards
|
||||
SccLocalPath14 = ..\\source2\\VSIP\\Cosmos.VS.Wizards
|
||||
SccProjectUniqueName15 = ..\\source2\\Kernel\\System\\Hardware\\Core\\Cosmos.Core.Plugs\\Cosmos.Core.Plugs.csproj
|
||||
SccProjectTopLevelParentUniqueName15 = Build.sln
|
||||
SccProjectName15 = ../source2/Kernel/System/Hardware/Core/Cosmos.Core.Plugs
|
||||
SccLocalPath15 = ..\\source2\\Kernel\\System\\Hardware\\Core\\Cosmos.Core.Plugs
|
||||
SccProjectUniqueName16 = ..\\source2\\Kernel\\Debug\\Cosmos.Debug.Kernel\\Cosmos.Debug.Kernel.csproj
|
||||
SccProjectTopLevelParentUniqueName16 = Build.sln
|
||||
SccProjectName16 = ../source2/Kernel/Debug/Cosmos.Debug.Kernel
|
||||
SccLocalPath16 = ..\\source2\\Kernel\\Debug\\Cosmos.Debug.Kernel
|
||||
SccProjectUniqueName17 = ..\\source2\\Kernel\\Debug\\Cosmos.Debug.Kernel.Plugs\\Cosmos.Debug.Kernel.Plugs.csproj
|
||||
SccProjectTopLevelParentUniqueName17 = Build.sln
|
||||
SccProjectName17 = ../source2/Kernel/Debug/Cosmos.Debug.Kernel.Plugs
|
||||
SccLocalPath17 = ..\\source2\\Kernel\\Debug\\Cosmos.Debug.Kernel.Plugs
|
||||
SccProjectUniqueName18 = ..\\source2\\Kernel\\Common\\Cosmos.Common.Extensions\\Cosmos.Common.Extensions.csproj
|
||||
SccProjectTopLevelParentUniqueName18 = Build.sln
|
||||
SccProjectName18 = ../source2/Kernel/Common/Cosmos.Common.Extensions
|
||||
SccLocalPath18 = ..\\source2\\Kernel\\Common\\Cosmos.Common.Extensions
|
||||
SccProjectUniqueName19 = ..\\source2\\Kernel\\Common\\Cosmos.Common\\Cosmos.Common.csproj
|
||||
SccProjectTopLevelParentUniqueName19 = Build.sln
|
||||
SccProjectName19 = ../source2/Kernel/Common/Cosmos.Common
|
||||
SccLocalPath19 = ..\\source2\\Kernel\\Common\\Cosmos.Common
|
||||
SccProjectUniqueName20 = ..\\source2\\VSIP\\Cosmos.VS.Windows\\Cosmos.VS.Windows.csproj
|
||||
SccProjectTopLevelParentUniqueName20 = Build.sln
|
||||
SccProjectName20 = ../source2/VSIP/Cosmos.VS.Windows
|
||||
SccLocalPath20 = ..\\source2\\VSIP\\Cosmos.VS.Windows
|
||||
SccProjectUniqueName21 = ..\\source2\\IL2CPU\\Cosmos.IL2CPU.Debug\\Cosmos.Debug.Consts.csproj
|
||||
SccProjectTopLevelParentUniqueName21 = Build.sln
|
||||
SccProjectName21 = ../source2/IL2CPU/Cosmos.IL2CPU.Debug
|
||||
SccLocalPath21 = ..\\source2\\IL2CPU\\Cosmos.IL2CPU.Debug
|
||||
SccProjectUniqueName22 = ..\\source2\\Compiler\\Cosmos.Compiler.DebugStub\\Cosmos.Debug.DebugStub.csproj
|
||||
SccProjectTopLevelParentUniqueName22 = Build.sln
|
||||
SccProjectName22 = ../source2/Compiler/Cosmos.Compiler.DebugStub
|
||||
SccLocalPath22 = ..\\source2\\Compiler\\Cosmos.Compiler.DebugStub
|
||||
SccProjectUniqueName23 = ..\\source2\\Cosmos.Assembler.XSharp\\Cosmos.Assembler.XSharp.csproj
|
||||
SccProjectTopLevelParentUniqueName23 = Build.sln
|
||||
SccProjectName23 = ../source2/Cosmos.Assembler.XSharp
|
||||
SccLocalPath23 = ..\\source2\\Cosmos.Assembler.XSharp
|
||||
SccProjectUniqueName24 = ..\\source2\\Cosmos.Assembler\\Cosmos.Assembler.csproj
|
||||
SccProjectTopLevelParentUniqueName24 = Build.sln
|
||||
SccProjectName24 = ../source2/Cosmos.Assembler
|
||||
SccLocalPath24 = ..\\source2\\Cosmos.Assembler
|
||||
SccProjectUniqueName25 = ..\\source2\\Cosmos.Assembler.X86\\Cosmos.Assembler.x86.csproj
|
||||
SccProjectTopLevelParentUniqueName25 = Build.sln
|
||||
SccProjectName25 = ../source2/Cosmos.Assembler.x86
|
||||
SccLocalPath25 = ..\\source2\\Cosmos.Assembler.x86
|
||||
SccProjectUniqueName26 = ..\\source2\\Compiler\\Cosmos.XSharp\\Cosmos.Compiler.XSharp.csproj
|
||||
SccProjectTopLevelParentUniqueName26 = Build.sln
|
||||
SccProjectName26 = ../source2/Compiler/Cosmos.XSharp
|
||||
SccLocalPath26 = ..\\source2\\Compiler\\Cosmos.XSharp
|
||||
SccProjectUniqueName27 = ..\\source2\\Compiler\\Cosmos.Compiler.XSharp.XSC\\Cosmos.Compiler.XSharp.XSC.csproj
|
||||
SccProjectTopLevelParentUniqueName27 = Build.sln
|
||||
SccProjectName27 = ../source2/Compiler/Cosmos.Compiler.XSharp.XSC
|
||||
SccLocalPath27 = ..\\source2\\Compiler\\Cosmos.Compiler.XSharp.XSC
|
||||
SccProjectUniqueName28 = ..\\source2\\VSIP\\Cosmos.VS.XSharp\\Cosmos.VS.XSharp.csproj
|
||||
SccProjectTopLevelParentUniqueName28 = Build.sln
|
||||
SccProjectName28 = ../source2/VSIP/Cosmos.VS.XSharp
|
||||
SccLocalPath28 = ..\\source2\\VSIP\\Cosmos.VS.XSharp
|
||||
SccProjectUniqueName29 = ..\\source2\\VMWareLib\\VMWareLib.csproj
|
||||
SccProjectTopLevelParentUniqueName29 = Build.sln
|
||||
SccProjectName29 = ../source2/VMWareLib
|
||||
SccLocalPath29 = ..\\source2\\VMWareLib
|
||||
SccProjectUniqueName30 = ..\\source2\\Cosmos.Deploy.USB\\Cosmos.Deploy.USB.csproj
|
||||
SccProjectTopLevelParentUniqueName30 = Build.sln
|
||||
SccProjectName30 = ../source2/Cosmos.Deploy.USB
|
||||
SccLocalPath30 = ..\\source2\\Cosmos.Deploy.USB
|
||||
SccProjectUniqueName31 = ..\\source2\\Cosmos.Deploy.Pixie\\Cosmos.Deploy.Pixie.csproj
|
||||
SccProjectTopLevelParentUniqueName31 = Build.sln
|
||||
SccProjectName31 = ../source2/Cosmos.Deploy.Pixie
|
||||
SccLocalPath31 = ..\\source2\\Cosmos.Deploy.Pixie
|
||||
EndGlobalSection
|
||||
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
||||
Debug|Any CPU = Debug|Any CPU
|
||||
Debug|Mixed Platforms = Debug|Mixed Platforms
|
||||
Debug|x86 = Debug|x86
|
||||
EndGlobalSection
|
||||
GlobalSection(ProjectConfigurationPlatforms) = postSolution
|
||||
{0462E82B-8C29-41A9-8265-9C89038ADB29}.Debug|Any CPU.ActiveCfg = Release|x86
|
||||
{0462E82B-8C29-41A9-8265-9C89038ADB29}.Debug|Any CPU.Build.0 = Release|x86
|
||||
{0462E82B-8C29-41A9-8265-9C89038ADB29}.Debug|Mixed Platforms.ActiveCfg = Release|x86
|
||||
{0462E82B-8C29-41A9-8265-9C89038ADB29}.Debug|Mixed Platforms.Build.0 = Release|x86
|
||||
{0462E82B-8C29-41A9-8265-9C89038ADB29}.Debug|x86.ActiveCfg = Release|Any CPU
|
||||
{0462E82B-8C29-41A9-8265-9C89038ADB29}.Debug|x86.Build.0 = Release|Any CPU
|
||||
{BC6AE974-1F18-4A19-A956-5062E4D3FD53}.Debug|Any CPU.ActiveCfg = Release|x86
|
||||
{BC6AE974-1F18-4A19-A956-5062E4D3FD53}.Debug|Any CPU.Build.0 = Release|x86
|
||||
{BC6AE974-1F18-4A19-A956-5062E4D3FD53}.Debug|Mixed Platforms.ActiveCfg = Release|x86
|
||||
{BC6AE974-1F18-4A19-A956-5062E4D3FD53}.Debug|Mixed Platforms.Build.0 = Release|x86
|
||||
{BC6AE974-1F18-4A19-A956-5062E4D3FD53}.Debug|x86.ActiveCfg = Release|x86
|
||||
{BC6AE974-1F18-4A19-A956-5062E4D3FD53}.Debug|x86.Build.0 = Release|x86
|
||||
{AB24E403-54F3-4F67-B5E0-119A7227AAC1}.Debug|Any CPU.ActiveCfg = Release|x86
|
||||
{AB24E403-54F3-4F67-B5E0-119A7227AAC1}.Debug|Any CPU.Build.0 = Release|x86
|
||||
{AB24E403-54F3-4F67-B5E0-119A7227AAC1}.Debug|Mixed Platforms.ActiveCfg = Release|x86
|
||||
{AB24E403-54F3-4F67-B5E0-119A7227AAC1}.Debug|Mixed Platforms.Build.0 = Release|x86
|
||||
{AB24E403-54F3-4F67-B5E0-119A7227AAC1}.Debug|x86.ActiveCfg = Debug|Any CPU
|
||||
{AB24E403-54F3-4F67-B5E0-119A7227AAC1}.Debug|x86.Build.0 = Debug|Any CPU
|
||||
{6D2688FE-6FD8-44A8-B96A-6037457F72A7}.Debug|Any CPU.ActiveCfg = Release|x86
|
||||
{6D2688FE-6FD8-44A8-B96A-6037457F72A7}.Debug|Any CPU.Build.0 = Release|x86
|
||||
{6D2688FE-6FD8-44A8-B96A-6037457F72A7}.Debug|Mixed Platforms.ActiveCfg = Release|x86
|
||||
{6D2688FE-6FD8-44A8-B96A-6037457F72A7}.Debug|Mixed Platforms.Build.0 = Release|x86
|
||||
{6D2688FE-6FD8-44A8-B96A-6037457F72A7}.Debug|x86.ActiveCfg = Debug|x86
|
||||
{6D2688FE-6FD8-44A8-B96A-6037457F72A7}.Debug|x86.Build.0 = Debug|x86
|
||||
{61535AF6-4A1E-4691-B2BC-039851EF4850}.Debug|Any CPU.ActiveCfg = Release|x86
|
||||
{61535AF6-4A1E-4691-B2BC-039851EF4850}.Debug|Any CPU.Build.0 = Release|x86
|
||||
{61535AF6-4A1E-4691-B2BC-039851EF4850}.Debug|Mixed Platforms.ActiveCfg = Release|x86
|
||||
{61535AF6-4A1E-4691-B2BC-039851EF4850}.Debug|Mixed Platforms.Build.0 = Release|x86
|
||||
{61535AF6-4A1E-4691-B2BC-039851EF4850}.Debug|x86.ActiveCfg = Debug|x86
|
||||
{61535AF6-4A1E-4691-B2BC-039851EF4850}.Debug|x86.Build.0 = Debug|x86
|
||||
{239E33A7-F0C3-4801-85CA-4D8F89A31DC0}.Debug|Any CPU.ActiveCfg = Release|x86
|
||||
{239E33A7-F0C3-4801-85CA-4D8F89A31DC0}.Debug|Any CPU.Build.0 = Release|x86
|
||||
{239E33A7-F0C3-4801-85CA-4D8F89A31DC0}.Debug|Mixed Platforms.ActiveCfg = Release|x86
|
||||
{239E33A7-F0C3-4801-85CA-4D8F89A31DC0}.Debug|Mixed Platforms.Build.0 = Release|x86
|
||||
{239E33A7-F0C3-4801-85CA-4D8F89A31DC0}.Debug|x86.ActiveCfg = Release|x86
|
||||
{239E33A7-F0C3-4801-85CA-4D8F89A31DC0}.Debug|x86.Build.0 = Release|x86
|
||||
{63F7BFB9-419E-4965-B580-304B9C9FA7D8}.Debug|Any CPU.ActiveCfg = Release|x86
|
||||
{63F7BFB9-419E-4965-B580-304B9C9FA7D8}.Debug|Any CPU.Build.0 = Release|x86
|
||||
{63F7BFB9-419E-4965-B580-304B9C9FA7D8}.Debug|Mixed Platforms.ActiveCfg = Release|x86
|
||||
{63F7BFB9-419E-4965-B580-304B9C9FA7D8}.Debug|Mixed Platforms.Build.0 = Release|x86
|
||||
{63F7BFB9-419E-4965-B580-304B9C9FA7D8}.Debug|x86.ActiveCfg = Release|x86
|
||||
{63F7BFB9-419E-4965-B580-304B9C9FA7D8}.Debug|x86.Build.0 = Release|x86
|
||||
{C801F19C-A9D3-42D5-9A57-9FFDF9B4D05E}.Debug|Any CPU.ActiveCfg = Release|x86
|
||||
{C801F19C-A9D3-42D5-9A57-9FFDF9B4D05E}.Debug|Any CPU.Build.0 = Release|x86
|
||||
{C801F19C-A9D3-42D5-9A57-9FFDF9B4D05E}.Debug|Mixed Platforms.ActiveCfg = Release|x86
|
||||
{C801F19C-A9D3-42D5-9A57-9FFDF9B4D05E}.Debug|Mixed Platforms.Build.0 = Release|x86
|
||||
{C801F19C-A9D3-42D5-9A57-9FFDF9B4D05E}.Debug|x86.ActiveCfg = Release|x86
|
||||
{C801F19C-A9D3-42D5-9A57-9FFDF9B4D05E}.Debug|x86.Build.0 = Release|x86
|
||||
{3370FC04-B669-46A4-A4AA-A89540318F8D}.Debug|Any CPU.ActiveCfg = Release|x86
|
||||
{3370FC04-B669-46A4-A4AA-A89540318F8D}.Debug|Any CPU.Build.0 = Release|x86
|
||||
{3370FC04-B669-46A4-A4AA-A89540318F8D}.Debug|Mixed Platforms.ActiveCfg = Release|x86
|
||||
{3370FC04-B669-46A4-A4AA-A89540318F8D}.Debug|Mixed Platforms.Build.0 = Release|x86
|
||||
{3370FC04-B669-46A4-A4AA-A89540318F8D}.Debug|x86.ActiveCfg = Debug|Any CPU
|
||||
{3370FC04-B669-46A4-A4AA-A89540318F8D}.Debug|x86.Build.0 = Debug|Any CPU
|
||||
{9998B4EA-385E-4DA2-8905-2BBEB5B2C6E2}.Debug|Any CPU.ActiveCfg = Release|x86
|
||||
{9998B4EA-385E-4DA2-8905-2BBEB5B2C6E2}.Debug|Any CPU.Build.0 = Release|x86
|
||||
{9998B4EA-385E-4DA2-8905-2BBEB5B2C6E2}.Debug|Mixed Platforms.ActiveCfg = Release|x86
|
||||
{9998B4EA-385E-4DA2-8905-2BBEB5B2C6E2}.Debug|Mixed Platforms.Build.0 = Release|x86
|
||||
{9998B4EA-385E-4DA2-8905-2BBEB5B2C6E2}.Debug|x86.ActiveCfg = Debug|Any CPU
|
||||
{9998B4EA-385E-4DA2-8905-2BBEB5B2C6E2}.Debug|x86.Build.0 = Debug|Any CPU
|
||||
{453F2952-FD48-477F-889B-B3C6963C9850}.Debug|Any CPU.ActiveCfg = Release|x86
|
||||
{453F2952-FD48-477F-889B-B3C6963C9850}.Debug|Any CPU.Build.0 = Release|x86
|
||||
{453F2952-FD48-477F-889B-B3C6963C9850}.Debug|Mixed Platforms.ActiveCfg = Release|x86
|
||||
{453F2952-FD48-477F-889B-B3C6963C9850}.Debug|Mixed Platforms.Build.0 = Release|x86
|
||||
{453F2952-FD48-477F-889B-B3C6963C9850}.Debug|x86.ActiveCfg = Release|Any CPU
|
||||
{453F2952-FD48-477F-889B-B3C6963C9850}.Debug|x86.Build.0 = Release|Any CPU
|
||||
{A7F3F078-CF99-4018-9A35-2D6DC9517ADB}.Debug|Any CPU.ActiveCfg = Release|x86
|
||||
{A7F3F078-CF99-4018-9A35-2D6DC9517ADB}.Debug|Any CPU.Build.0 = Release|x86
|
||||
{A7F3F078-CF99-4018-9A35-2D6DC9517ADB}.Debug|Mixed Platforms.ActiveCfg = Release|x86
|
||||
{A7F3F078-CF99-4018-9A35-2D6DC9517ADB}.Debug|Mixed Platforms.Build.0 = Release|x86
|
||||
{A7F3F078-CF99-4018-9A35-2D6DC9517ADB}.Debug|x86.ActiveCfg = Debug|Any CPU
|
||||
{A7F3F078-CF99-4018-9A35-2D6DC9517ADB}.Debug|x86.Build.0 = Debug|Any CPU
|
||||
{1116130E-28E0-428A-A597-F4B3B676C0CA}.Debug|Any CPU.ActiveCfg = Release|x86
|
||||
{1116130E-28E0-428A-A597-F4B3B676C0CA}.Debug|Any CPU.Build.0 = Release|x86
|
||||
{1116130E-28E0-428A-A597-F4B3B676C0CA}.Debug|Mixed Platforms.ActiveCfg = Release|x86
|
||||
{1116130E-28E0-428A-A597-F4B3B676C0CA}.Debug|Mixed Platforms.Build.0 = Release|x86
|
||||
{1116130E-28E0-428A-A597-F4B3B676C0CA}.Debug|x86.ActiveCfg = Release|Any CPU
|
||||
{1116130E-28E0-428A-A597-F4B3B676C0CA}.Debug|x86.Build.0 = Release|Any CPU
|
||||
{94D079E4-3C66-486A-8407-EA6EC049FF53}.Debug|Any CPU.ActiveCfg = Release|x86
|
||||
{94D079E4-3C66-486A-8407-EA6EC049FF53}.Debug|Any CPU.Build.0 = Release|x86
|
||||
{94D079E4-3C66-486A-8407-EA6EC049FF53}.Debug|Mixed Platforms.ActiveCfg = Release|x86
|
||||
{94D079E4-3C66-486A-8407-EA6EC049FF53}.Debug|Mixed Platforms.Build.0 = Release|x86
|
||||
{94D079E4-3C66-486A-8407-EA6EC049FF53}.Debug|x86.ActiveCfg = Release|Any CPU
|
||||
{94D079E4-3C66-486A-8407-EA6EC049FF53}.Debug|x86.Build.0 = Release|Any CPU
|
||||
{5AC4773C-CB4E-4CD9-8D50-02E10A07DEE6}.Debug|Any CPU.ActiveCfg = Release|x86
|
||||
{5AC4773C-CB4E-4CD9-8D50-02E10A07DEE6}.Debug|Any CPU.Build.0 = Release|x86
|
||||
{5AC4773C-CB4E-4CD9-8D50-02E10A07DEE6}.Debug|Mixed Platforms.ActiveCfg = Release|x86
|
||||
{5AC4773C-CB4E-4CD9-8D50-02E10A07DEE6}.Debug|Mixed Platforms.Build.0 = Release|x86
|
||||
{5AC4773C-CB4E-4CD9-8D50-02E10A07DEE6}.Debug|x86.ActiveCfg = Release|Any CPU
|
||||
{5AC4773C-CB4E-4CD9-8D50-02E10A07DEE6}.Debug|x86.Build.0 = Release|Any CPU
|
||||
{6A991D03-1435-4005-9809-B8BACDF3B021}.Debug|Any CPU.ActiveCfg = Release|x86
|
||||
{6A991D03-1435-4005-9809-B8BACDF3B021}.Debug|Any CPU.Build.0 = Release|x86
|
||||
{6A991D03-1435-4005-9809-B8BACDF3B021}.Debug|Mixed Platforms.ActiveCfg = Release|x86
|
||||
{6A991D03-1435-4005-9809-B8BACDF3B021}.Debug|Mixed Platforms.Build.0 = Release|x86
|
||||
{6A991D03-1435-4005-9809-B8BACDF3B021}.Debug|x86.ActiveCfg = Release|x86
|
||||
{6A991D03-1435-4005-9809-B8BACDF3B021}.Debug|x86.Build.0 = Release|x86
|
||||
{DA50B9B2-0E95-4F0D-A3C8-79FC549301B5}.Debug|Any CPU.ActiveCfg = Release|x86
|
||||
{DA50B9B2-0E95-4F0D-A3C8-79FC549301B5}.Debug|Any CPU.Build.0 = Release|x86
|
||||
{DA50B9B2-0E95-4F0D-A3C8-79FC549301B5}.Debug|Mixed Platforms.ActiveCfg = Release|x86
|
||||
{DA50B9B2-0E95-4F0D-A3C8-79FC549301B5}.Debug|Mixed Platforms.Build.0 = Release|x86
|
||||
{DA50B9B2-0E95-4F0D-A3C8-79FC549301B5}.Debug|x86.ActiveCfg = Release|x86
|
||||
{DA50B9B2-0E95-4F0D-A3C8-79FC549301B5}.Debug|x86.Build.0 = Release|x86
|
||||
{7C64B97F-516D-4A6D-B9E1-3FE48F561409}.Debug|Any CPU.ActiveCfg = Release|x86
|
||||
{7C64B97F-516D-4A6D-B9E1-3FE48F561409}.Debug|Any CPU.Build.0 = Release|x86
|
||||
{7C64B97F-516D-4A6D-B9E1-3FE48F561409}.Debug|Mixed Platforms.ActiveCfg = Release|x86
|
||||
{7C64B97F-516D-4A6D-B9E1-3FE48F561409}.Debug|Mixed Platforms.Build.0 = Release|x86
|
||||
{7C64B97F-516D-4A6D-B9E1-3FE48F561409}.Debug|x86.ActiveCfg = Release|x86
|
||||
{7C64B97F-516D-4A6D-B9E1-3FE48F561409}.Debug|x86.Build.0 = Release|x86
|
||||
{2259402E-3EAB-448D-9CC6-E5C1C2C716A5}.Debug|Any CPU.ActiveCfg = Release|Any CPU
|
||||
{2259402E-3EAB-448D-9CC6-E5C1C2C716A5}.Debug|Any CPU.Build.0 = Release|Any CPU
|
||||
{2259402E-3EAB-448D-9CC6-E5C1C2C716A5}.Debug|Mixed Platforms.ActiveCfg = Release|Any CPU
|
||||
{2259402E-3EAB-448D-9CC6-E5C1C2C716A5}.Debug|Mixed Platforms.Build.0 = Release|Any CPU
|
||||
{2259402E-3EAB-448D-9CC6-E5C1C2C716A5}.Debug|x86.ActiveCfg = Debug|Any CPU
|
||||
{2259402E-3EAB-448D-9CC6-E5C1C2C716A5}.Debug|x86.Build.0 = Debug|Any CPU
|
||||
{D9A87AAD-FCC9-4517-B31D-E904DAD00784}.Debug|Any CPU.ActiveCfg = Release|x86
|
||||
{D9A87AAD-FCC9-4517-B31D-E904DAD00784}.Debug|Any CPU.Build.0 = Release|x86
|
||||
{D9A87AAD-FCC9-4517-B31D-E904DAD00784}.Debug|Mixed Platforms.ActiveCfg = Release|x86
|
||||
{D9A87AAD-FCC9-4517-B31D-E904DAD00784}.Debug|Mixed Platforms.Build.0 = Release|x86
|
||||
{D9A87AAD-FCC9-4517-B31D-E904DAD00784}.Debug|x86.ActiveCfg = Release|Any CPU
|
||||
{D9A87AAD-FCC9-4517-B31D-E904DAD00784}.Debug|x86.Build.0 = Release|Any CPU
|
||||
{61607F1E-58F9-41CF-972F-128384F3E115}.Debug|Any CPU.ActiveCfg = Release|x86
|
||||
{61607F1E-58F9-41CF-972F-128384F3E115}.Debug|Any CPU.Build.0 = Release|x86
|
||||
{61607F1E-58F9-41CF-972F-128384F3E115}.Debug|Mixed Platforms.ActiveCfg = Release|x86
|
||||
{61607F1E-58F9-41CF-972F-128384F3E115}.Debug|Mixed Platforms.Build.0 = Release|x86
|
||||
{61607F1E-58F9-41CF-972F-128384F3E115}.Debug|x86.ActiveCfg = Release|Any CPU
|
||||
{61607F1E-58F9-41CF-972F-128384F3E115}.Debug|x86.Build.0 = Release|Any CPU
|
||||
{B97A2956-C363-47F2-A6AA-B4FCCFF4D315}.Debug|Any CPU.ActiveCfg = Release|x86
|
||||
{B97A2956-C363-47F2-A6AA-B4FCCFF4D315}.Debug|Any CPU.Build.0 = Release|x86
|
||||
{B97A2956-C363-47F2-A6AA-B4FCCFF4D315}.Debug|Mixed Platforms.ActiveCfg = Release|x86
|
||||
{B97A2956-C363-47F2-A6AA-B4FCCFF4D315}.Debug|Mixed Platforms.Build.0 = Release|x86
|
||||
{B97A2956-C363-47F2-A6AA-B4FCCFF4D315}.Debug|x86.ActiveCfg = Release|x86
|
||||
{B97A2956-C363-47F2-A6AA-B4FCCFF4D315}.Debug|x86.Build.0 = Release|x86
|
||||
{1FAC100C-D732-4EA4-B518-5AF4BAF64F2E}.Debug|Any CPU.ActiveCfg = Release|x86
|
||||
{1FAC100C-D732-4EA4-B518-5AF4BAF64F2E}.Debug|Any CPU.Build.0 = Release|x86
|
||||
{1FAC100C-D732-4EA4-B518-5AF4BAF64F2E}.Debug|Mixed Platforms.ActiveCfg = Release|x86
|
||||
{1FAC100C-D732-4EA4-B518-5AF4BAF64F2E}.Debug|Mixed Platforms.Build.0 = Release|x86
|
||||
{1FAC100C-D732-4EA4-B518-5AF4BAF64F2E}.Debug|x86.ActiveCfg = Release|Any CPU
|
||||
{1FAC100C-D732-4EA4-B518-5AF4BAF64F2E}.Debug|x86.Build.0 = Release|Any CPU
|
||||
{04602B68-B877-4CA0-B17B-09C309732943}.Debug|Any CPU.ActiveCfg = Release|Any CPU
|
||||
{04602B68-B877-4CA0-B17B-09C309732943}.Debug|Any CPU.Build.0 = Release|Any CPU
|
||||
{04602B68-B877-4CA0-B17B-09C309732943}.Debug|Mixed Platforms.ActiveCfg = Release|Any CPU
|
||||
{04602B68-B877-4CA0-B17B-09C309732943}.Debug|Mixed Platforms.Build.0 = Release|Any CPU
|
||||
{04602B68-B877-4CA0-B17B-09C309732943}.Debug|x86.ActiveCfg = Release|Any CPU
|
||||
{04602B68-B877-4CA0-B17B-09C309732943}.Debug|x86.Build.0 = Release|Any CPU
|
||||
{47E8F3DC-FF3F-4CC7-8643-1807260B0B18}.Debug|Any CPU.ActiveCfg = Release|Any CPU
|
||||
{47E8F3DC-FF3F-4CC7-8643-1807260B0B18}.Debug|Any CPU.Build.0 = Release|Any CPU
|
||||
{47E8F3DC-FF3F-4CC7-8643-1807260B0B18}.Debug|Mixed Platforms.ActiveCfg = Release|Any CPU
|
||||
{47E8F3DC-FF3F-4CC7-8643-1807260B0B18}.Debug|Mixed Platforms.Build.0 = Release|Any CPU
|
||||
{47E8F3DC-FF3F-4CC7-8643-1807260B0B18}.Debug|x86.ActiveCfg = Debug|Any CPU
|
||||
{47E8F3DC-FF3F-4CC7-8643-1807260B0B18}.Debug|x86.Build.0 = Debug|Any CPU
|
||||
{A281A1B1-C718-4BCB-A7BE-ED840A70449A}.Debug|Any CPU.ActiveCfg = Release|Any CPU
|
||||
{A281A1B1-C718-4BCB-A7BE-ED840A70449A}.Debug|Any CPU.Build.0 = Release|Any CPU
|
||||
{A281A1B1-C718-4BCB-A7BE-ED840A70449A}.Debug|Mixed Platforms.ActiveCfg = Release|Any CPU
|
||||
{A281A1B1-C718-4BCB-A7BE-ED840A70449A}.Debug|Mixed Platforms.Build.0 = Release|Any CPU
|
||||
{A281A1B1-C718-4BCB-A7BE-ED840A70449A}.Debug|x86.ActiveCfg = Release|Any CPU
|
||||
{A281A1B1-C718-4BCB-A7BE-ED840A70449A}.Debug|x86.Build.0 = Release|Any CPU
|
||||
{7B8499A7-0A8D-44FC-8181-9666CC198025}.Debug|Any CPU.ActiveCfg = Debug|x86
|
||||
{7B8499A7-0A8D-44FC-8181-9666CC198025}.Debug|Any CPU.Build.0 = Debug|x86
|
||||
{7B8499A7-0A8D-44FC-8181-9666CC198025}.Debug|Mixed Platforms.ActiveCfg = Release|x86
|
||||
{7B8499A7-0A8D-44FC-8181-9666CC198025}.Debug|Mixed Platforms.Build.0 = Release|x86
|
||||
{7B8499A7-0A8D-44FC-8181-9666CC198025}.Debug|x86.ActiveCfg = Debug|x86
|
||||
{7B8499A7-0A8D-44FC-8181-9666CC198025}.Debug|x86.Build.0 = Debug|x86
|
||||
{FB71E8EF-E229-4D81-984A-B9170D752BF9}.Debug|Any CPU.ActiveCfg = Release|Any CPU
|
||||
{FB71E8EF-E229-4D81-984A-B9170D752BF9}.Debug|Any CPU.Build.0 = Release|Any CPU
|
||||
{FB71E8EF-E229-4D81-984A-B9170D752BF9}.Debug|Mixed Platforms.ActiveCfg = Release|Any CPU
|
||||
{FB71E8EF-E229-4D81-984A-B9170D752BF9}.Debug|Mixed Platforms.Build.0 = Release|Any CPU
|
||||
{FB71E8EF-E229-4D81-984A-B9170D752BF9}.Debug|x86.ActiveCfg = Debug|Any CPU
|
||||
{FB71E8EF-E229-4D81-984A-B9170D752BF9}.Debug|x86.Build.0 = Debug|Any CPU
|
||||
{76CDB55D-55E3-4B53-AE33-12EC31430826}.Debug|Any CPU.ActiveCfg = Release|Any CPU
|
||||
{76CDB55D-55E3-4B53-AE33-12EC31430826}.Debug|Any CPU.Build.0 = Release|Any CPU
|
||||
{76CDB55D-55E3-4B53-AE33-12EC31430826}.Debug|Mixed Platforms.ActiveCfg = Release|Any CPU
|
||||
{76CDB55D-55E3-4B53-AE33-12EC31430826}.Debug|Mixed Platforms.Build.0 = Release|Any CPU
|
||||
{76CDB55D-55E3-4B53-AE33-12EC31430826}.Debug|x86.ActiveCfg = Release|x86
|
||||
{76CDB55D-55E3-4B53-AE33-12EC31430826}.Debug|x86.Build.0 = Release|x86
|
||||
{3D84CF8B-C6DF-4D78-8DE1-708582B43711}.Debug|Any CPU.ActiveCfg = Release|x86
|
||||
{3D84CF8B-C6DF-4D78-8DE1-708582B43711}.Debug|Any CPU.Build.0 = Release|x86
|
||||
{3D84CF8B-C6DF-4D78-8DE1-708582B43711}.Debug|Mixed Platforms.ActiveCfg = Release|x86
|
||||
{3D84CF8B-C6DF-4D78-8DE1-708582B43711}.Debug|Mixed Platforms.Build.0 = Release|x86
|
||||
{3D84CF8B-C6DF-4D78-8DE1-708582B43711}.Debug|x86.ActiveCfg = Release|x86
|
||||
{3D84CF8B-C6DF-4D78-8DE1-708582B43711}.Debug|x86.Build.0 = Release|x86
|
||||
{D4BA64B3-D7F6-4A3A-AF1D-74E41B49D865}.Debug|Any CPU.ActiveCfg = Release|x86
|
||||
{D4BA64B3-D7F6-4A3A-AF1D-74E41B49D865}.Debug|Any CPU.Build.0 = Release|x86
|
||||
{D4BA64B3-D7F6-4A3A-AF1D-74E41B49D865}.Debug|Mixed Platforms.ActiveCfg = Release|x86
|
||||
{D4BA64B3-D7F6-4A3A-AF1D-74E41B49D865}.Debug|Mixed Platforms.Build.0 = Release|x86
|
||||
{D4BA64B3-D7F6-4A3A-AF1D-74E41B49D865}.Debug|x86.ActiveCfg = Release|x86
|
||||
{D4BA64B3-D7F6-4A3A-AF1D-74E41B49D865}.Debug|x86.Build.0 = Release|x86
|
||||
EndGlobalSection
|
||||
GlobalSection(SolutionProperties) = preSolution
|
||||
HideSolutionNode = FALSE
|
||||
EndGlobalSection
|
||||
GlobalSection(NestedProjects) = preSolution
|
||||
{0462E82B-8C29-41A9-8265-9C89038ADB29} = {D95021E1-A2C9-4829-819E-ED433AF13162}
|
||||
{BC6AE974-1F18-4A19-A956-5062E4D3FD53} = {D95021E1-A2C9-4829-819E-ED433AF13162}
|
||||
{AB24E403-54F3-4F67-B5E0-119A7227AAC1} = {FF5BAFDE-AE9D-438D-935A-86B33EE0A758}
|
||||
{3370FC04-B669-46A4-A4AA-A89540318F8D} = {FF5BAFDE-AE9D-438D-935A-86B33EE0A758}
|
||||
{9998B4EA-385E-4DA2-8905-2BBEB5B2C6E2} = {FF5BAFDE-AE9D-438D-935A-86B33EE0A758}
|
||||
{A7F3F078-CF99-4018-9A35-2D6DC9517ADB} = {FF5BAFDE-AE9D-438D-935A-86B33EE0A758}
|
||||
{6D2688FE-6FD8-44A8-B96A-6037457F72A7} = {CD3F5E45-8B24-424F-ADF1-0211712F4CB7}
|
||||
{61535AF6-4A1E-4691-B2BC-039851EF4850} = {CD3F5E45-8B24-424F-ADF1-0211712F4CB7}
|
||||
{2259402E-3EAB-448D-9CC6-E5C1C2C716A5} = {CD3F5E45-8B24-424F-ADF1-0211712F4CB7}
|
||||
{47E8F3DC-FF3F-4CC7-8643-1807260B0B18} = {CD3F5E45-8B24-424F-ADF1-0211712F4CB7}
|
||||
{FB71E8EF-E229-4D81-984A-B9170D752BF9} = {CD3F5E45-8B24-424F-ADF1-0211712F4CB7}
|
||||
{76CDB55D-55E3-4B53-AE33-12EC31430826} = {CD3F5E45-8B24-424F-ADF1-0211712F4CB7}
|
||||
{63F7BFB9-419E-4965-B580-304B9C9FA7D8} = {6A15C540-8278-4B9C-B890-FA57FB6AE6A6}
|
||||
{C801F19C-A9D3-42D5-9A57-9FFDF9B4D05E} = {6A15C540-8278-4B9C-B890-FA57FB6AE6A6}
|
||||
{239E33A7-F0C3-4801-85CA-4D8F89A31DC0} = {6A15C540-8278-4B9C-B890-FA57FB6AE6A6}
|
||||
{A281A1B1-C718-4BCB-A7BE-ED840A70449A} = {6A15C540-8278-4B9C-B890-FA57FB6AE6A6}
|
||||
{7B8499A7-0A8D-44FC-8181-9666CC198025} = {6A15C540-8278-4B9C-B890-FA57FB6AE6A6}
|
||||
{1116130E-28E0-428A-A597-F4B3B676C0CA} = {576C3D3B-A3EA-44FA-8E39-AFD3E6F3FE23}
|
||||
{94D079E4-3C66-486A-8407-EA6EC049FF53} = {576C3D3B-A3EA-44FA-8E39-AFD3E6F3FE23}
|
||||
{453F2952-FD48-477F-889B-B3C6963C9850} = {576C3D3B-A3EA-44FA-8E39-AFD3E6F3FE23}
|
||||
{693C6704-6934-410F-97E0-4B6900730E63} = {426E77A5-80AA-48DC-97F9-037071345778}
|
||||
{E3779B95-E47B-4CAD-B8C1-0549E30AA4F2} = {426E77A5-80AA-48DC-97F9-037071345778}
|
||||
{CDF13174-7897-4334-9AE4-B1DCC013F6BD} = {426E77A5-80AA-48DC-97F9-037071345778}
|
||||
{677B6C6A-14DC-4C0B-ACDB-C04696DF77A8} = {693C6704-6934-410F-97E0-4B6900730E63}
|
||||
{DA50B9B2-0E95-4F0D-A3C8-79FC549301B5} = {693C6704-6934-410F-97E0-4B6900730E63}
|
||||
{7C64B97F-516D-4A6D-B9E1-3FE48F561409} = {693C6704-6934-410F-97E0-4B6900730E63}
|
||||
{ADDA07A5-ADA8-4D71-831B-0A421F04A546} = {677B6C6A-14DC-4C0B-ACDB-C04696DF77A8}
|
||||
{6A991D03-1435-4005-9809-B8BACDF3B021} = {677B6C6A-14DC-4C0B-ACDB-C04696DF77A8}
|
||||
{5AC4773C-CB4E-4CD9-8D50-02E10A07DEE6} = {ADDA07A5-ADA8-4D71-831B-0A421F04A546}
|
||||
{D9A87AAD-FCC9-4517-B31D-E904DAD00784} = {ADDA07A5-ADA8-4D71-831B-0A421F04A546}
|
||||
{61607F1E-58F9-41CF-972F-128384F3E115} = {E3779B95-E47B-4CAD-B8C1-0549E30AA4F2}
|
||||
{B97A2956-C363-47F2-A6AA-B4FCCFF4D315} = {E3779B95-E47B-4CAD-B8C1-0549E30AA4F2}
|
||||
{1FAC100C-D732-4EA4-B518-5AF4BAF64F2E} = {CDF13174-7897-4334-9AE4-B1DCC013F6BD}
|
||||
{04602B68-B877-4CA0-B17B-09C309732943} = {CDF13174-7897-4334-9AE4-B1DCC013F6BD}
|
||||
{3D84CF8B-C6DF-4D78-8DE1-708582B43711} = {FD42844B-2767-4DF4-B0AF-EA5F7CB11528}
|
||||
{D4BA64B3-D7F6-4A3A-AF1D-74E41B49D865} = {FD42844B-2767-4DF4-B0AF-EA5F7CB11528}
|
||||
EndGlobalSection
|
||||
EndGlobal
|
||||
|
|
@ -1,31 +0,0 @@
|
|||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" >
|
||||
<head>
|
||||
<title>Untitled Page</title>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<h3>
|
||||
Cosmos.Assembler</h3>
|
||||
<p>
|
||||
Base platform independent project for emitting machine langauge.
|
||||
Currenly only x86 uses this but later ARM etc.</p>
|
||||
<h3>
|
||||
Cosmos.Assembler.XSharp</h3>
|
||||
<p>
|
||||
Higher level x86 assembler. Its paralell to Cosmos.Assembler.x86 as it is meant
|
||||
to be an alternative language although it does rely on and use
|
||||
Cosmos.Assembler.x86.</p>
|
||||
<h3>
|
||||
Cosmos.Assembler.x86</h3>
|
||||
<p>
|
||||
Holds ops for raw assembly. Currently does output to NASM too, but in future the
|
||||
binary and NASM (and X# for output debugging) should be in separate assemblies
|
||||
so the generation / output is seperated from the storage/assembly used by the
|
||||
compiler. Cant be descendant classes because we create new objects directly in
|
||||
code.. Maybe Cosmos.AsmGen.x86.NASM, Binary, etc... and use arrays of typeofs?</p>
|
||||
<p>
|
||||
</p>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
|
|
@ -1,26 +0,0 @@
|
|||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" >
|
||||
<head>
|
||||
<title>Untitled Page</title>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<h3>
|
||||
Cosmos.Build.Common</h3>
|
||||
<p>
|
||||
This contains constants, enums etc that are shared by the build tools. If any
|
||||
executable code exists, it should be generic.</p>
|
||||
<h3>
|
||||
Cosmos.Build.Builder</h3>
|
||||
<p>
|
||||
Project for
|
||||
building and installing dev or user kit.</p>
|
||||
<h3>
|
||||
Cosmos.Build.Installer</h3>
|
||||
<p>
|
||||
Class library that implements batch / install functions.</p>
|
||||
<p>
|
||||
</p>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
|
|
@ -1,61 +0,0 @@
|
|||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" >
|
||||
<head>
|
||||
<title>Untitled Page</title>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<h2>
|
||||
Projects</h2>
|
||||
<h3>
|
||||
Comos.Debug.Common</h3>
|
||||
<p>
|
||||
Used by?</p>
|
||||
<h3>
|
||||
Comos.Debug.Consts</h3>
|
||||
|
||||
<p>
|
||||
Cosmos.Debug contains common classes and enums that runs on both Windows and
|
||||
Cosmos. The Debugger uses it to receive messages from the debugstub in Cosmos,
|
||||
and Cosmos uses it to compile into the debug stub.</p>
|
||||
<p>
|
||||
This unit should only contain constants and basic structures. No executable code
|
||||
should exist in this assembly.</p>
|
||||
<p>
|
||||
References - The references should be absolutely minimal.....</p>
|
||||
<p>
|
||||
Because of this extreme care must be take of which assemblies are linked and
|
||||
this assembly should not link in any other Cosmos assemblies.</p>
|
||||
<p>
|
||||
Cosmos.Compiler.Debug is a bit of misnomer, it should be renamed possibly in the
|
||||
future (Constants? Common?). It is used by:</p>
|
||||
<ul>
|
||||
<li>DebugStub (running in Cosmos)</li>
|
||||
<li>Compiler (To communicate commands to the DebugStub over serial port)</li>
|
||||
<li>Cosmos.VS.Debug</li>
|
||||
<li>Cosmos.VS.Windows</li>
|
||||
</ul>
|
||||
|
||||
<h3>
|
||||
Comos.Debug.DebugStub</h3>
|
||||
<p>
|
||||
X# project which is compiled directly into Cosmos and executed on the target
|
||||
machine. Communicates debug information back and forth to Visual Studio.</p>
|
||||
<p>
|
||||
I debated for a while if this was Kernel or Compiler. However the DebugStub must
|
||||
remain isolated in nature, which is also why we rely on polling the serial
|
||||
rather than IRQs. So in the end I decided since its debugging only and not part
|
||||
of Cosmos itself, it is more appropriate in Compiler.</p>
|
||||
<h3>
|
||||
Comos.Debug.GDB</h3>
|
||||
<p>
|
||||
This is the older Cosmos GDB client. It is still useful in deep scenarios but is
|
||||
now being overshadowed and replaced by the newer integerated assembly level
|
||||
debuggers.</p>
|
||||
<p>
|
||||
</p>
|
||||
<p>
|
||||
</p>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
|
|
@ -85,12 +85,6 @@
|
|||
<Compile Include="MBT.cs" />
|
||||
<Compile Include="Properties\AssemblyInfo.cs" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ProjectReference Include="..\Cosmos\Cosmos.Hardware\Cosmos.Hardware2.csproj">
|
||||
<Project>{CE50FE98-9AC4-4B4D-ADC7-31F6DCD28755}</Project>
|
||||
<Name>Cosmos.Hardware2</Name>
|
||||
</ProjectReference>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<None Include="Cosmos.snk" />
|
||||
</ItemGroup>
|
||||
|
|
|
|||
1505
source/Cosmos.sln
1505
source/Cosmos.sln
File diff suppressed because it is too large
Load diff
|
|
@ -1,135 +0,0 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||
<PropertyGroup>
|
||||
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
||||
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
||||
<ProductVersion>9.0.30729</ProductVersion>
|
||||
<SchemaVersion>2.0</SchemaVersion>
|
||||
<ProjectGuid>{B168BEDD-C6A6-4E7C-B9A5-0144286E9E42}</ProjectGuid>
|
||||
<OutputType>Library</OutputType>
|
||||
<AppDesignerFolder>Properties</AppDesignerFolder>
|
||||
<RootNamespace>Cosmos.Kernel.Plugs</RootNamespace>
|
||||
<AssemblyName>Cosmos.Kernel.Plugs</AssemblyName>
|
||||
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
|
||||
<FileAlignment>512</FileAlignment>
|
||||
<SccProjectName>SAK</SccProjectName>
|
||||
<SccLocalPath>SAK</SccLocalPath>
|
||||
<SccAuxPath>SAK</SccAuxPath>
|
||||
<SccProvider>SAK</SccProvider>
|
||||
<SignAssembly>true</SignAssembly>
|
||||
<AssemblyOriginatorKeyFile>Cosmos.snk</AssemblyOriginatorKeyFile>
|
||||
<TargetFrameworkProfile />
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
||||
<DebugSymbols>true</DebugSymbols>
|
||||
<DebugType>full</DebugType>
|
||||
<Optimize>false</Optimize>
|
||||
<OutputPath>..\..\..\build\Tools\Cosmos.Kernel.Plugs\</OutputPath>
|
||||
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
||||
<ErrorReport>prompt</ErrorReport>
|
||||
<WarningLevel>4</WarningLevel>
|
||||
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
||||
<DebugType>pdbonly</DebugType>
|
||||
<Optimize>true</Optimize>
|
||||
<OutputPath>..\..\..\build\Tools\Cosmos.Kernel.Plugs\</OutputPath>
|
||||
<DefineConstants>TRACE</DefineConstants>
|
||||
<ErrorReport>prompt</ErrorReport>
|
||||
<WarningLevel>4</WarningLevel>
|
||||
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
|
||||
<DebugSymbols>true</DebugSymbols>
|
||||
<OutputPath>bin\Debug\</OutputPath>
|
||||
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
||||
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
||||
<DebugType>full</DebugType>
|
||||
<PlatformTarget>x86</PlatformTarget>
|
||||
<CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
|
||||
<CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
|
||||
<ErrorReport>prompt</ErrorReport>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
|
||||
<OutputPath>bin\x86\Release\</OutputPath>
|
||||
<DefineConstants>TRACE</DefineConstants>
|
||||
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
||||
<Optimize>true</Optimize>
|
||||
<DebugType>pdbonly</DebugType>
|
||||
<PlatformTarget>x86</PlatformTarget>
|
||||
<CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
|
||||
<CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
|
||||
<ErrorReport>prompt</ErrorReport>
|
||||
</PropertyGroup>
|
||||
<ItemGroup>
|
||||
<Reference Include="System" />
|
||||
<Reference Include="System.Core">
|
||||
<RequiredTargetFramework>3.5</RequiredTargetFramework>
|
||||
</Reference>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Compile Include="Assemblers\CPUID.cs" />
|
||||
<Compile Include="Assemblers\DisableInterrupts.cs" />
|
||||
<Compile Include="Assemblers\DisablePaging.cs" />
|
||||
<Compile Include="Assemblers\DisablePSE.cs" />
|
||||
<Compile Include="Assemblers\EnableInterrupts.cs" />
|
||||
<Compile Include="Assemblers\EnablePaging.cs" />
|
||||
<Compile Include="Assemblers\EnablePSE.cs" />
|
||||
<Compile Include="Assemblers\GetAmountOfRAM.cs" />
|
||||
<Compile Include="Assemblers\GetCurrentESP.cs" />
|
||||
<Compile Include="Assemblers\GetMBIAddress.cs" />
|
||||
<Compile Include="Assemblers\InitFloat.cs" />
|
||||
<Compile Include="Assemblers\SetPageDirectory.cs" />
|
||||
<Compile Include="GCImplementationImpl.cs" />
|
||||
<Compile Include="HeapImpl.cs" />
|
||||
<Compile Include="Interlocked.cs" />
|
||||
<Compile Include="PagingUtilityImpl.cs" />
|
||||
<Compile Include="Properties\AssemblyInfo.cs" />
|
||||
<Compile Include="ThreadImpl.cs" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ProjectReference Include="..\..\..\source2\Cosmos.Assembler.X86\Cosmos.Assembler.x86.csproj">
|
||||
<Project>{94D079E4-3C66-486A-8407-EA6EC049FF53}</Project>
|
||||
<Name>Cosmos.Assembler.x86</Name>
|
||||
</ProjectReference>
|
||||
<ProjectReference Include="..\..\..\source2\Cosmos.Assembler\Cosmos.Assembler.csproj">
|
||||
<Project>{1116130E-28E0-428A-A597-F4B3B676C0CA}</Project>
|
||||
<Name>Cosmos.Assembler</Name>
|
||||
</ProjectReference>
|
||||
<ProjectReference Include="..\..\..\source2\Cosmos.Assembler.XSharp\Cosmos.Assembler.XSharp.csproj">
|
||||
<Project>{453F2952-FD48-477F-889B-B3C6963C9850}</Project>
|
||||
<Name>Cosmos.Assembler.XSharp</Name>
|
||||
</ProjectReference>
|
||||
<ProjectReference Include="..\..\..\source2\IL2CPU\Cosmos.IL2CPU.Plugs\Cosmos.IL2CPU.Plugs.csproj">
|
||||
<Project>{C801F19C-A9D3-42D5-9A57-9FFDF9B4D05E}</Project>
|
||||
<Name>Cosmos.IL2CPU.Plugs</Name>
|
||||
</ProjectReference>
|
||||
<ProjectReference Include="..\..\..\source2\IL2CPU\Cosmos.IL2CPU.X86\Cosmos.IL2CPU.X86.csproj">
|
||||
<Project>{63F7BFB9-419E-4965-B580-304B9C9FA7D8}</Project>
|
||||
<Name>Cosmos.IL2CPU.X86</Name>
|
||||
</ProjectReference>
|
||||
<ProjectReference Include="..\..\..\source2\IL2CPU\Cosmos.IL2CPU\Cosmos.IL2CPU.csproj">
|
||||
<Project>{239E33A7-F0C3-4801-85CA-4D8F89A31DC0}</Project>
|
||||
<Name>Cosmos.IL2CPU</Name>
|
||||
</ProjectReference>
|
||||
<ProjectReference Include="..\Cosmos.Hardware\Cosmos.Hardware2.csproj">
|
||||
<Project>{CE50FE98-9AC4-4B4D-ADC7-31F6DCD28755}</Project>
|
||||
<Name>Cosmos.Hardware2</Name>
|
||||
</ProjectReference>
|
||||
<ProjectReference Include="..\Cosmos.Kernel\Cosmos.Kernel.csproj">
|
||||
<Project>{A1F83D9F-2D44-4264-A08B-416797123018}</Project>
|
||||
<Name>Cosmos.Kernel</Name>
|
||||
</ProjectReference>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<None Include="Cosmos.snk" />
|
||||
</ItemGroup>
|
||||
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
||||
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
||||
Other similar extension points exist, see Microsoft.Common.targets.
|
||||
<Target Name="BeforeBuild">
|
||||
</Target>
|
||||
<Target Name="AfterBuild">
|
||||
</Target>
|
||||
-->
|
||||
</Project>
|
||||
|
|
@ -1,93 +0,0 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||
<PropertyGroup>
|
||||
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
||||
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
||||
<ProductVersion>9.0.30729</ProductVersion>
|
||||
<SchemaVersion>2.0</SchemaVersion>
|
||||
<ProjectGuid>{A1F83D9F-2D44-4264-A08B-416797123018}</ProjectGuid>
|
||||
<OutputType>Library</OutputType>
|
||||
<AppDesignerFolder>Properties</AppDesignerFolder>
|
||||
<RootNamespace>Cosmos.Kernel</RootNamespace>
|
||||
<AssemblyName>Cosmos.Kernel</AssemblyName>
|
||||
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
|
||||
<FileAlignment>512</FileAlignment>
|
||||
<SccProjectName>SAK</SccProjectName>
|
||||
<SccLocalPath>SAK</SccLocalPath>
|
||||
<SccAuxPath>SAK</SccAuxPath>
|
||||
<SccProvider>SAK</SccProvider>
|
||||
<SignAssembly>true</SignAssembly>
|
||||
<AssemblyOriginatorKeyFile>Cosmos.snk</AssemblyOriginatorKeyFile>
|
||||
<TargetFrameworkProfile />
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
||||
<DebugSymbols>true</DebugSymbols>
|
||||
<DebugType>full</DebugType>
|
||||
<Optimize>false</Optimize>
|
||||
<OutputPath>bin\Debug\</OutputPath>
|
||||
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
||||
<ErrorReport>prompt</ErrorReport>
|
||||
<WarningLevel>4</WarningLevel>
|
||||
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
||||
<DebugType>pdbonly</DebugType>
|
||||
<Optimize>true</Optimize>
|
||||
<OutputPath>bin\Release\</OutputPath>
|
||||
<DefineConstants>TRACE</DefineConstants>
|
||||
<ErrorReport>prompt</ErrorReport>
|
||||
<WarningLevel>4</WarningLevel>
|
||||
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
|
||||
<DebugSymbols>true</DebugSymbols>
|
||||
<OutputPath>bin\Debug\</OutputPath>
|
||||
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
||||
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
||||
<DebugType>full</DebugType>
|
||||
<PlatformTarget>x86</PlatformTarget>
|
||||
<CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
|
||||
<CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
|
||||
<ErrorReport>prompt</ErrorReport>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
|
||||
<OutputPath>bin\x86\Release\</OutputPath>
|
||||
<DefineConstants>TRACE</DefineConstants>
|
||||
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
||||
<Optimize>true</Optimize>
|
||||
<DebugType>pdbonly</DebugType>
|
||||
<PlatformTarget>x86</PlatformTarget>
|
||||
<CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
|
||||
<CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
|
||||
<ErrorReport>prompt</ErrorReport>
|
||||
</PropertyGroup>
|
||||
<ItemGroup>
|
||||
<Reference Include="System" />
|
||||
<Reference Include="System.Core">
|
||||
<RequiredTargetFramework>3.5</RequiredTargetFramework>
|
||||
</Reference>
|
||||
<Reference Include="System.Data" />
|
||||
<Reference Include="System.Xml" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Compile Include="Heap.cs" />
|
||||
<Compile Include="Properties\AssemblyInfo.cs" />
|
||||
<Compile Include="AddressSpace.cs" />
|
||||
<Compile Include="IOAddressSpace.cs" />
|
||||
<Compile Include="MemoryAddressSpace.cs" />
|
||||
<Compile Include="CPU.cs" />
|
||||
<Compile Include="CPUBus.cs" />
|
||||
<Compile Include="Extension\Binary.cs" />
|
||||
<Compile Include="GC.cs" />
|
||||
<Compile Include="Global.cs" />
|
||||
<Compile Include="ManagedMemorySpace.cs" />
|
||||
<Compile Include="ManagedMemory\ManagedUInt32Array.cs" />
|
||||
<Compile Include="ManagedMemory\ManagedByteArray.cs" />
|
||||
<Compile Include="KPaging\PagingStructs.cs" />
|
||||
<Compile Include="KPaging\PagingUtility.cs" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<None Include="Cosmos.snk" />
|
||||
</ItemGroup>
|
||||
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
||||
</Project>
|
||||
|
|
@ -103,18 +103,6 @@
|
|||
<Project>{239E33A7-F0C3-4801-85CA-4D8F89A31DC0}</Project>
|
||||
<Name>Cosmos.IL2CPU</Name>
|
||||
</ProjectReference>
|
||||
<ProjectReference Include="..\..\Cosmos.Kernel.FileSystems\Cosmos.Sys.FileSystem.csproj">
|
||||
<Project>{5C293BB9-FB42-495E-AAD9-D15888631CA4}</Project>
|
||||
<Name>Cosmos.Sys.FileSystem</Name>
|
||||
</ProjectReference>
|
||||
<ProjectReference Include="..\Cosmos.Kernel\Cosmos.Kernel.csproj">
|
||||
<Project>{A1F83D9F-2D44-4264-A08B-416797123018}</Project>
|
||||
<Name>Cosmos.Kernel</Name>
|
||||
</ProjectReference>
|
||||
<ProjectReference Include="..\Cosmos.System\Cosmos.Sys.csproj">
|
||||
<Project>{819DB8FC-5DA1-461F-83C9-2F5C88088C94}</Project>
|
||||
<Name>Cosmos.Sys</Name>
|
||||
</ProjectReference>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<None Include="Cosmos.snk" />
|
||||
|
|
|
|||
|
|
@ -101,20 +101,6 @@
|
|||
<Compile Include="Network\ChadTCPIP\UDPPacket.cs" />
|
||||
<Compile Include="Properties\AssemblyInfo.cs" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ProjectReference Include="..\..\Cosmos.Kernel.FileSystems\Cosmos.Sys.FileSystem.csproj">
|
||||
<Project>{5C293BB9-FB42-495E-AAD9-D15888631CA4}</Project>
|
||||
<Name>Cosmos.Sys.FileSystem</Name>
|
||||
</ProjectReference>
|
||||
<ProjectReference Include="..\Cosmos.Hardware\Cosmos.Hardware2.csproj">
|
||||
<Project>{CE50FE98-9AC4-4B4D-ADC7-31F6DCD28755}</Project>
|
||||
<Name>Cosmos.Hardware2</Name>
|
||||
</ProjectReference>
|
||||
<ProjectReference Include="..\Cosmos.Kernel\Cosmos.Kernel.csproj">
|
||||
<Project>{A1F83D9F-2D44-4264-A08B-416797123018}</Project>
|
||||
<Name>Cosmos.Kernel</Name>
|
||||
</ProjectReference>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<None Include="Cosmos.snk" />
|
||||
</ItemGroup>
|
||||
|
|
|
|||
|
|
@ -1,14 +0,0 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<TestSettings
|
||||
id="85f80678-5acf-4267-a4f8-e5bf47bd5e87"
|
||||
name="IntegrationTests"
|
||||
enableDefaultDataCollectors="false"
|
||||
xmlns="http://microsoft.com/schemas/VisualStudio/TeamTest/2010">
|
||||
<Description>This test run configuration uses the VS IDE host type in the test run.</Description>
|
||||
<Deployment enabled="false" />
|
||||
<Execution>
|
||||
<Hosts>
|
||||
<VSSDKTestHostRunConfig name="VS IDE" HiveName="10.0Exp" xmlns="http://microsoft.com/schemas/VisualStudio/SDK/Tools/IdeHostAdapter/2006/06" />
|
||||
</Hosts>
|
||||
</Execution>
|
||||
</TestSettings>
|
||||
|
|
@ -64,14 +64,6 @@
|
|||
<Compile Include="Properties\AssemblyInfo.cs" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ProjectReference Include="..\..\..\source\Cosmos\Cosmos.Kernel.Plugs\Cosmos.Kernel.Plugs.csproj">
|
||||
<Project>{B168BEDD-C6A6-4E7C-B9A5-0144286E9E42}</Project>
|
||||
<Name>Cosmos.Kernel.Plugs</Name>
|
||||
</ProjectReference>
|
||||
<ProjectReference Include="..\..\..\source\Cosmos\Cosmos.Sys.Plugs\Cosmos.Sys.Plugs.csproj">
|
||||
<Project>{6110AD07-EB07-4A99-BB73-7A69AF5732F1}</Project>
|
||||
<Name>Cosmos.Sys.Plugs</Name>
|
||||
</ProjectReference>
|
||||
<ProjectReference Include="..\..\Cosmos.Assembler.X86\Cosmos.Assembler.x86.csproj">
|
||||
<Project>{94D079E4-3C66-486A-8407-EA6EC049FF53}</Project>
|
||||
<Name>Cosmos.Assembler.x86</Name>
|
||||
|
|
@ -100,10 +92,6 @@
|
|||
<Project>{D9A87AAD-FCC9-4517-B31D-E904DAD00784}</Project>
|
||||
<Name>Cosmos.Core.Plugs</Name>
|
||||
</ProjectReference>
|
||||
<ProjectReference Include="..\..\Users\SSchocke\SSchockeTest\SSchockeTest.csproj">
|
||||
<Project>{0AAD9114-6F08-4344-A282-CD6BC77595E5}</Project>
|
||||
<Name>SSchockeTest</Name>
|
||||
</ProjectReference>
|
||||
<ProjectReference Include="..\Cosmos.IL2CPU.X86\Cosmos.IL2CPU.X86.csproj">
|
||||
<Project>{63F7BFB9-419E-4965-B580-304B9C9FA7D8}</Project>
|
||||
<Name>Cosmos.IL2CPU.X86</Name>
|
||||
|
|
|
|||
|
|
@ -1,68 +0,0 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||
<PropertyGroup>
|
||||
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
||||
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
||||
<ProductVersion>9.0.30729</ProductVersion>
|
||||
<SchemaVersion>2.0</SchemaVersion>
|
||||
<ProjectGuid>{79D1C0AE-BB85-4F85-ACCD-8AEDD8D7B395}</ProjectGuid>
|
||||
<OutputType>Library</OutputType>
|
||||
<AppDesignerFolder>Properties</AppDesignerFolder>
|
||||
<RootNamespace>HKSplayground</RootNamespace>
|
||||
<AssemblyName>HKSplayground</AssemblyName>
|
||||
<FileAlignment>512</FileAlignment>
|
||||
<SccProjectName>SAK</SccProjectName>
|
||||
<SccLocalPath>SAK</SccLocalPath>
|
||||
<SccAuxPath>SAK</SccAuxPath>
|
||||
<SccProvider>SAK</SccProvider>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
||||
<DebugSymbols>true</DebugSymbols>
|
||||
<DebugType>full</DebugType>
|
||||
<Optimize>false</Optimize>
|
||||
<OutputPath>bin\Debug\</OutputPath>
|
||||
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
||||
<ErrorReport>prompt</ErrorReport>
|
||||
<WarningLevel>4</WarningLevel>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
||||
<DebugType>pdbonly</DebugType>
|
||||
<Optimize>true</Optimize>
|
||||
<OutputPath>bin\Release\</OutputPath>
|
||||
<DefineConstants>TRACE</DefineConstants>
|
||||
<ErrorReport>prompt</ErrorReport>
|
||||
<WarningLevel>4</WarningLevel>
|
||||
<PlatformTarget>x86</PlatformTarget>
|
||||
</PropertyGroup>
|
||||
<ItemGroup>
|
||||
<Reference Include="System" />
|
||||
<Reference Include="System.Data" />
|
||||
<Reference Include="System.Xml" />
|
||||
<Reference Include="Cosmos.Core, Version=1.0.0.0, Culture=neutral, PublicKeyToken=5ae71220097cb983, processorArchitecture=MSIL" />
|
||||
<Reference Include="Cosmos.Hardware, Version=1.0.0.0, Culture=neutral, PublicKeyToken=5ae71220097cb983, processorArchitecture=MSIL" />
|
||||
<Reference Include="Cosmos.System, Version=1.0.0.0, Culture=neutral, PublicKeyToken=5ae71220097cb983, processorArchitecture=MSIL" />
|
||||
<Reference Include="Cosmos.Debug.Kernel, Version=1.0.0.0, Culture=neutral, PublicKeyToken=5ae71220097cb983, processorArchitecture=MSIL" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Compile Include="Kernel.cs" />
|
||||
<Compile Include="AssemblyInfo.cs" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ProjectReference Include="..\..\..\source\Cosmos\Cosmos.Hardware\Cosmos.Hardware2.csproj">
|
||||
<Project>{CE50FE98-9AC4-4B4D-ADC7-31F6DCD28755}</Project>
|
||||
<Name>Cosmos.Hardware2</Name>
|
||||
</ProjectReference>
|
||||
<ProjectReference Include="..\..\..\source\Cosmos\Cosmos.System\Cosmos.Sys.csproj">
|
||||
<Project>{819DB8FC-5DA1-461F-83C9-2F5C88088C94}</Project>
|
||||
<Name>Cosmos.Sys</Name>
|
||||
</ProjectReference>
|
||||
</ItemGroup>
|
||||
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
||||
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
||||
Other similar extension points exist, see Microsoft.Common.targets.
|
||||
<Target Name="BeforeBuild">
|
||||
</Target>
|
||||
<Target Name="AfterBuild">
|
||||
</Target>
|
||||
-->
|
||||
</Project>
|
||||
|
|
@ -44,16 +44,6 @@
|
|||
<Reference Include="Cosmos.Debug.Kernel.Plugs, Version=1.0.0.0, Culture=neutral, PublicKeyToken=5ae71220097cb983" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ProjectReference Include="..\..\..\source\Cosmos\Cosmos.Kernel.Plugs\Cosmos.Kernel.Plugs.csproj">
|
||||
<Name>Cosmos.Kernel.Plugs</Name>
|
||||
<Project>{b168bedd-c6a6-4e7c-b9a5-0144286e9e42}</Project>
|
||||
<Private>True</Private>
|
||||
</ProjectReference>
|
||||
<ProjectReference Include="..\..\..\source\Cosmos\Cosmos.Kernel\Cosmos.Kernel.csproj">
|
||||
<Name>Cosmos.Kernel</Name>
|
||||
<Project>{a1f83d9f-2d44-4264-a08b-416797123018}</Project>
|
||||
<Private>True</Private>
|
||||
</ProjectReference>
|
||||
<ProjectReference Include="..\HKSplayground\HKSplayground.csproj">
|
||||
<Name>HKSplayground (source2\Users\HKSplayground\HKSplayground)</Name>
|
||||
<Project>{79d1c0ae-bb85-4f85-accd-8aedd8d7b395}</Project>
|
||||
|
|
|
|||
|
|
@ -3,6 +3,14 @@
|
|||
<body>
|
||||
<h3>Public - Easy</h3>
|
||||
<ul>
|
||||
<li>Change builder to show process exit code</li>
|
||||
<li>Change builder to show StandardError</li>
|
||||
<li>Integrate VIX so users dont have to download<ul>
|
||||
<li><a href="http://blogs.vmware.com/vix/2010/05/redistibutable-vix-api-client-libraries.html"
|
||||
target="_blank">
|
||||
http://blogs.vmware.com/vix/2010/05/redistibutable-vix-api-client-libraries.html</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>Move selected project profile to .user file.</li>
|
||||
<li>.iso has a users dir in it</li>
|
||||
</ul>
|
||||
|
|
@ -40,6 +48,7 @@
|
|||
<h3>
|
||||
Kudzu</h3>
|
||||
<ul>
|
||||
<li>Change Builder to use separate sln</li>
|
||||
<li>X# InitSerial</li>
|
||||
<li>X# Complete</li>
|
||||
<li>return errors
|
||||
|
|
|
|||
Loading…
Reference in a new issue