-
Notifications
You must be signed in to change notification settings - Fork 2
/
DotNet6502.sln
80 lines (80 loc) · 4.49 KB
/
DotNet6502.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30011.22
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "M6502", "M6502\M6502.csproj", "{5AB82A16-355D-463D-95DF-235F41B68B58}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Host", "Host\Host.csproj", "{924BC3DF-E2D0-4F81-91A3-EE1EBBFC447E}"
ProjectSection(ProjectDependencies) = postProject
{B86AE90F-D279-4B8F-988B-B8B0ECF3AEC7} = {B86AE90F-D279-4B8F-988B-B8B0ECF3AEC7}
{98EB9A6F-89E8-4728-9850-FA35984C721A} = {98EB9A6F-89E8-4728-9850-FA35984C721A}
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Peripherals", "Peripherals", "{5B4928F4-1B99-4D3F-9F9A-97EE442003F7}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "RAM", "Peripherals\RAM\RAM.csproj", "{B86AE90F-D279-4B8F-988B-B8B0ECF3AEC7}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ROM", "Peripherals\ROM\ROM.csproj", "{98EB9A6F-89E8-4728-9850-FA35984C721A}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{711395E3-7FE0-4D57-84CE-0C8618EAC8FD}"
ProjectSection(SolutionItems) = preProject
.gitignore = .gitignore
.travis.yml = .travis.yml
Doxyfile = Doxyfile
LICENSE = LICENSE
README.md = README.md
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Monitor", "Monitor\Monitor.csproj", "{0368E633-CE47-4E3A-AFFC-046A465904EA}"
ProjectSection(ProjectDependencies) = postProject
{924BC3DF-E2D0-4F81-91A3-EE1EBBFC447E} = {924BC3DF-E2D0-4F81-91A3-EE1EBBFC447E}
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Protocol", "Protocol\Protocol.csproj", "{9A1FD3D2-09B7-4110-812A-B2676448E37A}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{5AB82A16-355D-463D-95DF-235F41B68B58}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5AB82A16-355D-463D-95DF-235F41B68B58}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5AB82A16-355D-463D-95DF-235F41B68B58}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5AB82A16-355D-463D-95DF-235F41B68B58}.Release|Any CPU.Build.0 = Release|Any CPU
{924BC3DF-E2D0-4F81-91A3-EE1EBBFC447E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{924BC3DF-E2D0-4F81-91A3-EE1EBBFC447E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{924BC3DF-E2D0-4F81-91A3-EE1EBBFC447E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{924BC3DF-E2D0-4F81-91A3-EE1EBBFC447E}.Release|Any CPU.Build.0 = Release|Any CPU
{B86AE90F-D279-4B8F-988B-B8B0ECF3AEC7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B86AE90F-D279-4B8F-988B-B8B0ECF3AEC7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B86AE90F-D279-4B8F-988B-B8B0ECF3AEC7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B86AE90F-D279-4B8F-988B-B8B0ECF3AEC7}.Release|Any CPU.Build.0 = Release|Any CPU
{98EB9A6F-89E8-4728-9850-FA35984C721A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{98EB9A6F-89E8-4728-9850-FA35984C721A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{98EB9A6F-89E8-4728-9850-FA35984C721A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{98EB9A6F-89E8-4728-9850-FA35984C721A}.Release|Any CPU.Build.0 = Release|Any CPU
{0368E633-CE47-4E3A-AFFC-046A465904EA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0368E633-CE47-4E3A-AFFC-046A465904EA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0368E633-CE47-4E3A-AFFC-046A465904EA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0368E633-CE47-4E3A-AFFC-046A465904EA}.Release|Any CPU.Build.0 = Release|Any CPU
{9A1FD3D2-09B7-4110-812A-B2676448E37A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9A1FD3D2-09B7-4110-812A-B2676448E37A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9A1FD3D2-09B7-4110-812A-B2676448E37A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9A1FD3D2-09B7-4110-812A-B2676448E37A}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{B86AE90F-D279-4B8F-988B-B8B0ECF3AEC7} = {5B4928F4-1B99-4D3F-9F9A-97EE442003F7}
{98EB9A6F-89E8-4728-9850-FA35984C721A} = {5B4928F4-1B99-4D3F-9F9A-97EE442003F7}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {8AE13254-E5F7-4DA4-9914-0992AE5283B7}
EndGlobalSection
GlobalSection(Performance) = preSolution
HasPerformanceSessions = true
EndGlobalSection
EndGlobal