-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Nestor80.sln
81 lines (81 loc) · 4.55 KB
/
Nestor80.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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.2.32505.173
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{49C74F4D-1B8E-41C6-A973-7123185EB696}"
ProjectSection(SolutionItems) = preProject
build.sh = build.sh
README.md = README.md
zip.sh = zip.sh
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Assembler", "Assembler\Assembler.csproj", "{789D3C4E-D0A7-48F7-8C42-28DF7492705E}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "N80", "N80\N80.csproj", "{9D69D520-8F65-4386-BACF-0E5D57B3B265}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AssemblerTests", "AssemblerTests\AssemblerTests.csproj", "{32B2214E-14F9-4F29-9B57-AC6C8A0E6425}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "docs", "docs", "{F7F80F37-5C57-406B-8CDA-A01FF02BBB82}"
ProjectSection(SolutionItems) = preProject
docs\LanguageReference.md = docs\LanguageReference.md
docs\MACRO-80.txt = docs\MACRO-80.txt
docs\RelocatableFileFormat.md = docs\RelocatableFileFormat.md
docs\Z280Support.md = docs\Z280Support.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "img", "img", "{5162D8DA-4719-43F1-9FF9-5BA9B7323011}"
ProjectSection(SolutionItems) = preProject
docs\img\ConsoleErrors.png = docs\img\ConsoleErrors.png
docs\img\Hello.png = docs\img\Hello.png
docs\img\HelloRunning.png = docs\img\HelloRunning.png
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Linker", "Linker\Linker.csproj", "{26EF3CD0-7789-44FA-ABA9-1A92361E28D5}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "LK80", "LK80\LK80.csproj", "{0B4848A6-CACE-473C-B5EA-8127DC4A8621}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "LB80", "LB80\LB80.csproj", "{40090AE2-7F1F-4D9B-A8B5-9BB959B84950}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{789D3C4E-D0A7-48F7-8C42-28DF7492705E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{789D3C4E-D0A7-48F7-8C42-28DF7492705E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{789D3C4E-D0A7-48F7-8C42-28DF7492705E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{789D3C4E-D0A7-48F7-8C42-28DF7492705E}.Release|Any CPU.Build.0 = Release|Any CPU
{9D69D520-8F65-4386-BACF-0E5D57B3B265}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9D69D520-8F65-4386-BACF-0E5D57B3B265}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9D69D520-8F65-4386-BACF-0E5D57B3B265}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9D69D520-8F65-4386-BACF-0E5D57B3B265}.Release|Any CPU.Build.0 = Release|Any CPU
{32B2214E-14F9-4F29-9B57-AC6C8A0E6425}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{32B2214E-14F9-4F29-9B57-AC6C8A0E6425}.Debug|Any CPU.Build.0 = Debug|Any CPU
{32B2214E-14F9-4F29-9B57-AC6C8A0E6425}.Release|Any CPU.ActiveCfg = Release|Any CPU
{32B2214E-14F9-4F29-9B57-AC6C8A0E6425}.Release|Any CPU.Build.0 = Release|Any CPU
{26EF3CD0-7789-44FA-ABA9-1A92361E28D5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{26EF3CD0-7789-44FA-ABA9-1A92361E28D5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{26EF3CD0-7789-44FA-ABA9-1A92361E28D5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{26EF3CD0-7789-44FA-ABA9-1A92361E28D5}.Release|Any CPU.Build.0 = Release|Any CPU
{0B4848A6-CACE-473C-B5EA-8127DC4A8621}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0B4848A6-CACE-473C-B5EA-8127DC4A8621}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0B4848A6-CACE-473C-B5EA-8127DC4A8621}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0B4848A6-CACE-473C-B5EA-8127DC4A8621}.Release|Any CPU.Build.0 = Release|Any CPU
{40090AE2-7F1F-4D9B-A8B5-9BB959B84950}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{40090AE2-7F1F-4D9B-A8B5-9BB959B84950}.Debug|Any CPU.Build.0 = Debug|Any CPU
{40090AE2-7F1F-4D9B-A8B5-9BB959B84950}.Release|Any CPU.ActiveCfg = Release|Any CPU
{40090AE2-7F1F-4D9B-A8B5-9BB959B84950}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{F7F80F37-5C57-406B-8CDA-A01FF02BBB82} = {49C74F4D-1B8E-41C6-A973-7123185EB696}
{5162D8DA-4719-43F1-9FF9-5BA9B7323011} = {F7F80F37-5C57-406B-8CDA-A01FF02BBB82}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {18E51C46-40EE-470B-BC2F-C85520DF61B7}
EndGlobalSection
EndGlobal