-
Notifications
You must be signed in to change notification settings - Fork 1
/
NESEmu.sln
64 lines (64 loc) · 4.03 KB
/
NESEmu.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2012
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "NESEmu", "NESEmu\NESEmu.vcxproj", "{6E1F9DD9-F5FF-4BDC-BC10-79B3D4EA330D}"
ProjectSection(ProjectDependencies) = postProject
{A606B909-35E9-4FD0-BB24-5CC536F760EA} = {A606B909-35E9-4FD0-BB24-5CC536F760EA}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "SDL", "SDL-1.2.15\VisualC\SDL\SDL.vcxproj", "{81CE8DAF-EBB2-4761-8E45-B71ABCCA8C68}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "zita-resampler", "zita-resampler\zita-resampler.vcxproj", "{A606B909-35E9-4FD0-BB24-5CC536F760EA}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Mixed Platforms = Debug|Mixed Platforms
Debug|Win32 = Debug|Win32
Debug|x64 = Debug|x64
Release|Mixed Platforms = Release|Mixed Platforms
Release|Win32 = Release|Win32
Release|x64 = Release|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{6E1F9DD9-F5FF-4BDC-BC10-79B3D4EA330D}.Debug|Mixed Platforms.ActiveCfg = Debug|Win32
{6E1F9DD9-F5FF-4BDC-BC10-79B3D4EA330D}.Debug|Mixed Platforms.Build.0 = Debug|Win32
{6E1F9DD9-F5FF-4BDC-BC10-79B3D4EA330D}.Debug|Win32.ActiveCfg = Debug|Win32
{6E1F9DD9-F5FF-4BDC-BC10-79B3D4EA330D}.Debug|Win32.Build.0 = Debug|Win32
{6E1F9DD9-F5FF-4BDC-BC10-79B3D4EA330D}.Debug|x64.ActiveCfg = Debug|x64
{6E1F9DD9-F5FF-4BDC-BC10-79B3D4EA330D}.Debug|x64.Build.0 = Debug|x64
{6E1F9DD9-F5FF-4BDC-BC10-79B3D4EA330D}.Release|Mixed Platforms.ActiveCfg = Release|Win32
{6E1F9DD9-F5FF-4BDC-BC10-79B3D4EA330D}.Release|Mixed Platforms.Build.0 = Release|Win32
{6E1F9DD9-F5FF-4BDC-BC10-79B3D4EA330D}.Release|Win32.ActiveCfg = Release|Win32
{6E1F9DD9-F5FF-4BDC-BC10-79B3D4EA330D}.Release|Win32.Build.0 = Release|Win32
{6E1F9DD9-F5FF-4BDC-BC10-79B3D4EA330D}.Release|x64.ActiveCfg = Release|x64
{6E1F9DD9-F5FF-4BDC-BC10-79B3D4EA330D}.Release|x64.Build.0 = Release|x64
{81CE8DAF-EBB2-4761-8E45-B71ABCCA8C68}.Debug|Mixed Platforms.ActiveCfg = Debug|Win32
{81CE8DAF-EBB2-4761-8E45-B71ABCCA8C68}.Debug|Mixed Platforms.Build.0 = Debug|Win32
{81CE8DAF-EBB2-4761-8E45-B71ABCCA8C68}.Debug|Win32.ActiveCfg = Debug|Win32
{81CE8DAF-EBB2-4761-8E45-B71ABCCA8C68}.Debug|Win32.Build.0 = Debug|Win32
{81CE8DAF-EBB2-4761-8E45-B71ABCCA8C68}.Debug|x64.ActiveCfg = Debug|x64
{81CE8DAF-EBB2-4761-8E45-B71ABCCA8C68}.Debug|x64.Build.0 = Debug|x64
{81CE8DAF-EBB2-4761-8E45-B71ABCCA8C68}.Release|Mixed Platforms.ActiveCfg = Release|Win32
{81CE8DAF-EBB2-4761-8E45-B71ABCCA8C68}.Release|Mixed Platforms.Build.0 = Release|Win32
{81CE8DAF-EBB2-4761-8E45-B71ABCCA8C68}.Release|Win32.ActiveCfg = Release|Win32
{81CE8DAF-EBB2-4761-8E45-B71ABCCA8C68}.Release|Win32.Build.0 = Release|Win32
{81CE8DAF-EBB2-4761-8E45-B71ABCCA8C68}.Release|x64.ActiveCfg = Release|x64
{81CE8DAF-EBB2-4761-8E45-B71ABCCA8C68}.Release|x64.Build.0 = Release|x64
{81CE8DAF-EBB2-4761-8E45-B71ABCCA8C68}.Release|x64.Deploy.0 = Release|x64
{A606B909-35E9-4FD0-BB24-5CC536F760EA}.Debug|Mixed Platforms.ActiveCfg = Debug|Win32
{A606B909-35E9-4FD0-BB24-5CC536F760EA}.Debug|Mixed Platforms.Build.0 = Debug|Win32
{A606B909-35E9-4FD0-BB24-5CC536F760EA}.Debug|Win32.ActiveCfg = Debug|Win32
{A606B909-35E9-4FD0-BB24-5CC536F760EA}.Debug|Win32.Build.0 = Debug|Win32
{A606B909-35E9-4FD0-BB24-5CC536F760EA}.Debug|x64.ActiveCfg = Debug|x64
{A606B909-35E9-4FD0-BB24-5CC536F760EA}.Debug|x64.Build.0 = Debug|x64
{A606B909-35E9-4FD0-BB24-5CC536F760EA}.Release|Mixed Platforms.ActiveCfg = Release|Win32
{A606B909-35E9-4FD0-BB24-5CC536F760EA}.Release|Mixed Platforms.Build.0 = Release|Win32
{A606B909-35E9-4FD0-BB24-5CC536F760EA}.Release|Win32.ActiveCfg = Release|Win32
{A606B909-35E9-4FD0-BB24-5CC536F760EA}.Release|Win32.Build.0 = Release|Win32
{A606B909-35E9-4FD0-BB24-5CC536F760EA}.Release|x64.ActiveCfg = Release|x64
{A606B909-35E9-4FD0-BB24-5CC536F760EA}.Release|x64.Build.0 = Release|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal