-
Notifications
You must be signed in to change notification settings - Fork 1
/
KsIL.sln
44 lines (44 loc) · 1.94 KB
/
KsIL.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29306.81
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Docs", "Docs", "{FF6576AA-4D4E-44AB-B18E-DE42EC100977}"
ProjectSection(SolutionItems) = preProject
Docs\Interrupts.md = Docs\Interrupts.md
Docs\Parameters.md = Docs\Parameters.md
README.md = README.md
Docs\Specification.md = Docs\Specification.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Interrupts", "Interrupts", "{0DC12798-685D-4A4A-BCB1-297CC259CA97}"
ProjectSection(SolutionItems) = preProject
Docs\Interrupts\CPU.md = Docs\Interrupts\CPU.md
Docs\Interrupts\Graphics.md = Docs\Interrupts\Graphics.md
Docs\Interrupts\Invoke.md = Docs\Interrupts\Invoke.md
Docs\Interrupts\OS.md = Docs\Interrupts\OS.md
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "KsIL", "src\KsIL\KsIL.csproj", "{44C404AD-EEA4-4BE8-BD74-87FC5FC858A2}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{44C404AD-EEA4-4BE8-BD74-87FC5FC858A2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{44C404AD-EEA4-4BE8-BD74-87FC5FC858A2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{44C404AD-EEA4-4BE8-BD74-87FC5FC858A2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{44C404AD-EEA4-4BE8-BD74-87FC5FC858A2}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{0DC12798-685D-4A4A-BCB1-297CC259CA97} = {FF6576AA-4D4E-44AB-B18E-DE42EC100977}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {70D3807C-76DA-416B-8C63-72B574829623}
EndGlobalSection
EndGlobal