-
Notifications
You must be signed in to change notification settings - Fork 16
/
Copy pathEmuNES.sln
79 lines (79 loc) · 4.39 KB
/
EmuNES.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.25123.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SharpNES", "EmuNES\SharpNES.csproj", "{2024F253-DE99-411D-B87F-9D96C8D30846}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NesCore", "NesCore\NesCore.csproj", "{D0BB9378-43C2-4B6D-A13C-CAD4F7739785}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NesCoreTest", "NesCoreTest\NesCoreTest.csproj", "{5C1FF452-7DEB-4CEA-9956-0B63B10B2A2F}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Roms", "Roms", "{012C7D28-92C0-49FD-B4A6-D46F85AF4E27}"
ProjectSection(SolutionItems) = preProject
Roms\Balloon Fight (USA).nes = Roms\Balloon Fight (USA).nes
Roms\Bomberman (USA).nes = Roms\Bomberman (USA).nes
Roms\Excitebike (Japan, USA).nes = Roms\Excitebike (Japan, USA).nes
Roms\Journey to Silius (USA).nes = Roms\Journey to Silius (USA).nes
Roms\Mega Man 2 (USA).nes = Roms\Mega Man 2 (USA).nes
Roms\nestest.log = Roms\nestest.log
Roms\nestest.nes = Roms\nestest.nes
Roms\nestest.txt = Roms\nestest.txt
Roms\palette.nes = Roms\palette.nes
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Libraries", "Libraries", "{6E224CFE-3372-466E-8516-66B14E2D0F10}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "NAudio", "NAudio", "{A03867BD-D87D-40D5-92DB-E443CCA4200D}"
ProjectSection(SolutionItems) = preProject
Libraries\NAudio\NAudio.dll = Libraries\NAudio\NAudio.dll
Libraries\NAudio\NAudio.WindowsMediaFormat.dll = Libraries\NAudio\NAudio.WindowsMediaFormat.dll
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "BumpKit", "BumpKit", "{CC62A1B5-015E-4F50-89F2-2F4EB37791C3}"
ProjectSection(SolutionItems) = preProject
Libraries\BumpKit\BumpKit.dll = Libraries\BumpKit\BumpKit.dll
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "AForge", "AForge", "{2166E4D0-2D5E-465E-8E8C-4AF7F8F0576B}"
ProjectSection(SolutionItems) = preProject
Libraries\AForge\AForge.Video.dll = Libraries\AForge\AForge.Video.dll
Libraries\AForge\AForge.Video.FFMPEG.dll = Libraries\AForge\AForge.Video.FFMPEG.dll
Libraries\AForge\avcodec-53.dll = Libraries\AForge\avcodec-53.dll
Libraries\AForge\avdevice-53.dll = Libraries\AForge\avdevice-53.dll
Libraries\AForge\avfilter-2.dll = Libraries\AForge\avfilter-2.dll
Libraries\AForge\avformat-53.dll = Libraries\AForge\avformat-53.dll
Libraries\AForge\avutil-51.dll = Libraries\AForge\avutil-51.dll
Libraries\AForge\postproc-52.dll = Libraries\AForge\postproc-52.dll
Libraries\AForge\swresample-0.dll = Libraries\AForge\swresample-0.dll
Libraries\AForge\swscale-2.dll = Libraries\AForge\swscale-2.dll
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{2024F253-DE99-411D-B87F-9D96C8D30846}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2024F253-DE99-411D-B87F-9D96C8D30846}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2024F253-DE99-411D-B87F-9D96C8D30846}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2024F253-DE99-411D-B87F-9D96C8D30846}.Release|Any CPU.Build.0 = Release|Any CPU
{D0BB9378-43C2-4B6D-A13C-CAD4F7739785}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D0BB9378-43C2-4B6D-A13C-CAD4F7739785}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D0BB9378-43C2-4B6D-A13C-CAD4F7739785}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D0BB9378-43C2-4B6D-A13C-CAD4F7739785}.Release|Any CPU.Build.0 = Release|Any CPU
{5C1FF452-7DEB-4CEA-9956-0B63B10B2A2F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5C1FF452-7DEB-4CEA-9956-0B63B10B2A2F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5C1FF452-7DEB-4CEA-9956-0B63B10B2A2F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5C1FF452-7DEB-4CEA-9956-0B63B10B2A2F}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{A03867BD-D87D-40D5-92DB-E443CCA4200D} = {6E224CFE-3372-466E-8516-66B14E2D0F10}
{CC62A1B5-015E-4F50-89F2-2F4EB37791C3} = {6E224CFE-3372-466E-8516-66B14E2D0F10}
{2166E4D0-2D5E-465E-8E8C-4AF7F8F0576B} = {6E224CFE-3372-466E-8516-66B14E2D0F10}
EndGlobalSection
EndGlobal