-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathYaNES.sln
61 lines (61 loc) · 3.78 KB
/
YaNES.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.2.32616.157
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CPU", "CPU\CPU.csproj", "{92ACAB79-4B29-4B3C-A743-5673A8D14E6F}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TestROM", "TestROM\TestROM.csproj", "{47FCD388-30DC-40C2-92B6-438017EB767B}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Core", "Core\Core.csproj", "{A1770E0A-F05C-400E-8C61-EFEA78A00B8D}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ROM", "ROM\ROM.csproj", "{CEB844B8-F08F-4EB8-B806-9845953B8A7F}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PPU", "PPU\PPU.csproj", "{16BC1E62-4EB6-4BD0-AFA3-A4ADCDABBCA2}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Console", "Console\Console.csproj", "{87EF0003-6313-41DD-BDBC-8BFE3A35F9DB}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Joypads", "Joypads\Joypads.csproj", "{C47A8C3B-F23B-4145-A1FF-180506C9ECE7}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{92ACAB79-4B29-4B3C-A743-5673A8D14E6F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{92ACAB79-4B29-4B3C-A743-5673A8D14E6F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{92ACAB79-4B29-4B3C-A743-5673A8D14E6F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{92ACAB79-4B29-4B3C-A743-5673A8D14E6F}.Release|Any CPU.Build.0 = Release|Any CPU
{47FCD388-30DC-40C2-92B6-438017EB767B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{47FCD388-30DC-40C2-92B6-438017EB767B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{47FCD388-30DC-40C2-92B6-438017EB767B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{47FCD388-30DC-40C2-92B6-438017EB767B}.Release|Any CPU.Build.0 = Release|Any CPU
{A1770E0A-F05C-400E-8C61-EFEA78A00B8D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A1770E0A-F05C-400E-8C61-EFEA78A00B8D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A1770E0A-F05C-400E-8C61-EFEA78A00B8D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A1770E0A-F05C-400E-8C61-EFEA78A00B8D}.Release|Any CPU.Build.0 = Release|Any CPU
{CEB844B8-F08F-4EB8-B806-9845953B8A7F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CEB844B8-F08F-4EB8-B806-9845953B8A7F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CEB844B8-F08F-4EB8-B806-9845953B8A7F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CEB844B8-F08F-4EB8-B806-9845953B8A7F}.Release|Any CPU.Build.0 = Release|Any CPU
{16BC1E62-4EB6-4BD0-AFA3-A4ADCDABBCA2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{16BC1E62-4EB6-4BD0-AFA3-A4ADCDABBCA2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{16BC1E62-4EB6-4BD0-AFA3-A4ADCDABBCA2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{16BC1E62-4EB6-4BD0-AFA3-A4ADCDABBCA2}.Release|Any CPU.Build.0 = Release|Any CPU
{87EF0003-6313-41DD-BDBC-8BFE3A35F9DB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{87EF0003-6313-41DD-BDBC-8BFE3A35F9DB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{87EF0003-6313-41DD-BDBC-8BFE3A35F9DB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{87EF0003-6313-41DD-BDBC-8BFE3A35F9DB}.Release|Any CPU.Build.0 = Release|Any CPU
{C47A8C3B-F23B-4145-A1FF-180506C9ECE7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C47A8C3B-F23B-4145-A1FF-180506C9ECE7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C47A8C3B-F23B-4145-A1FF-180506C9ECE7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C47A8C3B-F23B-4145-A1FF-180506C9ECE7}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {61A2E4ED-2656-47E6-A2EC-B2A72FA46683}
EndGlobalSection
EndGlobal