-
Notifications
You must be signed in to change notification settings - Fork 4
/
RoseOS.sln
66 lines (66 loc) · 3.88 KB
/
RoseOS.sln
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
64
65
66
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29920.165
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Loader", "Loader\Loader.csproj", "{A42951AD-9B0C-4CC2-8013-7863F8DB6A73}"
ProjectSection(ProjectDependencies) = postProject
{0B0EA492-5626-4B1A-BCD7-147A2C5CF681} = {0B0EA492-5626-4B1A-BCD7-147A2C5CF681}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "NativeLib", "NativeLib\NativeLib.vcxproj", "{0B0EA492-5626-4B1A-BCD7-147A2C5CF681}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Kernel", "Kernel\Kernel.csproj", "{0BDBDFED-AA47-475C-9418-9AE31372BCB0}"
EndProject
Project("{D954291E-2A0B-460D-934E-DC6B0785DB48}") = "CoreLib", "CoreLib\CoreLib.shproj", "{B4DA5310-C240-4A7F-B60F-E9813F9577AF}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "WindowsTest", "WindowsTest\WindowsTest.csproj", "{615C7A88-07C9-44EF-9382-A91B3399761F}"
EndProject
Global
GlobalSection(SharedMSBuildProjectFiles) = preSolution
CoreLib\CoreLib.projitems*{0bdbdfed-aa47-475c-9418-9ae31372bcb0}*SharedItemsImports = 5
CoreLib\CoreLib.projitems*{615c7a88-07c9-44ef-9382-a91b3399761f}*SharedItemsImports = 5
CoreLib\CoreLib.projitems*{a42951ad-9b0c-4cc2-8013-7863f8db6a73}*SharedItemsImports = 5
CoreLib\CoreLib.projitems*{b4da5310-c240-4a7f-b60f-e9813f9577af}*SharedItemsImports = 13
EndGlobalSection
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|x64 = Debug|x64
Release|Any CPU = Release|Any CPU
Release|x64 = Release|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{A42951AD-9B0C-4CC2-8013-7863F8DB6A73}.Debug|Any CPU.ActiveCfg = Debug|x64
{A42951AD-9B0C-4CC2-8013-7863F8DB6A73}.Debug|x64.ActiveCfg = Debug|x64
{A42951AD-9B0C-4CC2-8013-7863F8DB6A73}.Debug|x64.Build.0 = Debug|x64
{A42951AD-9B0C-4CC2-8013-7863F8DB6A73}.Release|Any CPU.ActiveCfg = Release|x64
{A42951AD-9B0C-4CC2-8013-7863F8DB6A73}.Release|x64.ActiveCfg = Release|x64
{A42951AD-9B0C-4CC2-8013-7863F8DB6A73}.Release|x64.Build.0 = Release|x64
{0B0EA492-5626-4B1A-BCD7-147A2C5CF681}.Debug|Any CPU.ActiveCfg = Debug|x64
{0B0EA492-5626-4B1A-BCD7-147A2C5CF681}.Debug|x64.ActiveCfg = Debug|x64
{0B0EA492-5626-4B1A-BCD7-147A2C5CF681}.Debug|x64.Build.0 = Debug|x64
{0B0EA492-5626-4B1A-BCD7-147A2C5CF681}.Release|Any CPU.ActiveCfg = Release|x64
{0B0EA492-5626-4B1A-BCD7-147A2C5CF681}.Release|x64.ActiveCfg = Release|x64
{0B0EA492-5626-4B1A-BCD7-147A2C5CF681}.Release|x64.Build.0 = Release|x64
{0BDBDFED-AA47-475C-9418-9AE31372BCB0}.Debug|Any CPU.ActiveCfg = Debug|x64
{0BDBDFED-AA47-475C-9418-9AE31372BCB0}.Debug|x64.ActiveCfg = Debug|x64
{0BDBDFED-AA47-475C-9418-9AE31372BCB0}.Debug|x64.Build.0 = Debug|x64
{0BDBDFED-AA47-475C-9418-9AE31372BCB0}.Release|Any CPU.ActiveCfg = Release|x64
{0BDBDFED-AA47-475C-9418-9AE31372BCB0}.Release|x64.ActiveCfg = Release|x64
{0BDBDFED-AA47-475C-9418-9AE31372BCB0}.Release|x64.Build.0 = Release|x64
{615C7A88-07C9-44EF-9382-A91B3399761F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{615C7A88-07C9-44EF-9382-A91B3399761F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{615C7A88-07C9-44EF-9382-A91B3399761F}.Debug|x64.ActiveCfg = Debug|x64
{615C7A88-07C9-44EF-9382-A91B3399761F}.Debug|x64.Build.0 = Debug|x64
{615C7A88-07C9-44EF-9382-A91B3399761F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{615C7A88-07C9-44EF-9382-A91B3399761F}.Release|Any CPU.Build.0 = Release|Any CPU
{615C7A88-07C9-44EF-9382-A91B3399761F}.Release|x64.ActiveCfg = Release|x64
{615C7A88-07C9-44EF-9382-A91B3399761F}.Release|x64.Build.0 = Release|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {8565EF07-B855-4D00-8058-B56D809CDAF4}
EndGlobalSection
EndGlobal