mirror of
https://github.com/danbulant/Cosmos
synced 2026-05-26 21:42:11 +00:00
sln folders
This commit is contained in:
parent
0e6d0d0f75
commit
453eadcc5c
1 changed files with 18 additions and 1 deletions
19
Kernel.sln
19
Kernel.sln
|
|
@ -1,6 +1,6 @@
|
|||
Microsoft Visual Studio Solution File, Format Version 12.00
|
||||
# Visual Studio 15
|
||||
VisualStudioVersion = 15.0.26430.13
|
||||
VisualStudioVersion = 15.0.26228.4
|
||||
MinimumVisualStudioVersion = 10.0.40219.1
|
||||
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Kernel", "Kernel", "{9A923E6F-FF63-4F02-A4EA-C2D44F9323FD}"
|
||||
EndProject
|
||||
|
|
@ -48,6 +48,18 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Cosmos.Debug.Kernel.Plugs.A
|
|||
EndProject
|
||||
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Cosmos.Core.DebugStub", "source\Cosmos.Core.DebugStub\Cosmos.Core.DebugStub.csproj", "{9BDA0399-0CFD-42E8-8CF4-3DDE16122A82}"
|
||||
EndProject
|
||||
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Kernel Test", "Kernel Test", "{0005698B-5FB4-47C4-BD4C-2C81A20DCD7D}"
|
||||
EndProject
|
||||
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "10 Core", "10 Core", "{67CA4591-0EFD-45FC-955E-E6013B9C1DDE}"
|
||||
EndProject
|
||||
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "20 Halo", "20 Halo", "{82F49B98-8C19-4452-9D7E-6530AFBBE3BB}"
|
||||
EndProject
|
||||
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "25 Halie", "25 Halie", "{FE675B0D-393A-4D3B-B487-282220923532}"
|
||||
EndProject
|
||||
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "80 System", "80 System", "{A2A2059B-16FB-43C1-9630-56EBF0328EC3}"
|
||||
EndProject
|
||||
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "00 Shared", "00 Shared", "{01EE1DCC-200B-45E4-AB76-9D5F7EDD5EC0}"
|
||||
EndProject
|
||||
Global
|
||||
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
||||
Debug|Any CPU = Debug|Any CPU
|
||||
|
|
@ -198,5 +210,10 @@ Global
|
|||
{79D68062-46C5-466D-9289-C033F7348485} = {A9D558E8-B0C7-4FF6-99D8-CB2BC6FEB7C7}
|
||||
{31D48401-77B2-44AF-B6D3-27AB67C10759} = {3CD3D9A5-9BC5-4FEB-8D63-4D535C0ABB78}
|
||||
{9BDA0399-0CFD-42E8-8CF4-3DDE16122A82} = {04B18FFC-8EA0-4E9F-9E1B-478527B19AFA}
|
||||
{67CA4591-0EFD-45FC-955E-E6013B9C1DDE} = {0005698B-5FB4-47C4-BD4C-2C81A20DCD7D}
|
||||
{82F49B98-8C19-4452-9D7E-6530AFBBE3BB} = {0005698B-5FB4-47C4-BD4C-2C81A20DCD7D}
|
||||
{FE675B0D-393A-4D3B-B487-282220923532} = {0005698B-5FB4-47C4-BD4C-2C81A20DCD7D}
|
||||
{A2A2059B-16FB-43C1-9630-56EBF0328EC3} = {0005698B-5FB4-47C4-BD4C-2C81A20DCD7D}
|
||||
{01EE1DCC-200B-45E4-AB76-9D5F7EDD5EC0} = {0005698B-5FB4-47C4-BD4C-2C81A20DCD7D}
|
||||
EndGlobalSection
|
||||
EndGlobal
|
||||
|
|
|
|||
Loading…
Reference in a new issue