-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathRXDK-SDLPOP.sln
49 lines (49 loc) · 2.57 KB
/
RXDK-SDLPOP.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.10.35013.160
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "libSDL2x", "libSDL2x.vcxproj", "{7C481C7D-ECA7-4F9E-879C-105784F3543D}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "SDLPOP", "SDLPOP", "{08C06746-811D-40D7-8A41-0FFBBE0049A5}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "libSDL2x_image", "libSDL2x_image\libSDL2x_image.vcxproj", "{A9BE8326-536F-42C4-8022-32F42D472DE4}"
ProjectSection(ProjectDependencies) = postProject
{7C481C7D-ECA7-4F9E-879C-105784F3543D} = {7C481C7D-ECA7-4F9E-879C-105784F3543D}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "SDLPop", "Samples\sdlpop\sdlpop.vcxproj", "{9320A9FF-56B7-486F-8D7E-EDE209BC429F}"
ProjectSection(ProjectDependencies) = postProject
{7C481C7D-ECA7-4F9E-879C-105784F3543D} = {7C481C7D-ECA7-4F9E-879C-105784F3543D}
{A9BE8326-536F-42C4-8022-32F42D472DE4} = {A9BE8326-536F-42C4-8022-32F42D472DE4}
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x86 = Debug|x86
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{7C481C7D-ECA7-4F9E-879C-105784F3543D}.Debug|x86.ActiveCfg = Debug|Win32
{7C481C7D-ECA7-4F9E-879C-105784F3543D}.Debug|x86.Build.0 = Debug|Win32
{7C481C7D-ECA7-4F9E-879C-105784F3543D}.Release|x86.ActiveCfg = Release|Win32
{7C481C7D-ECA7-4F9E-879C-105784F3543D}.Release|x86.Build.0 = Release|Win32
{A9BE8326-536F-42C4-8022-32F42D472DE4}.Debug|x86.ActiveCfg = Debug|Win32
{A9BE8326-536F-42C4-8022-32F42D472DE4}.Debug|x86.Build.0 = Debug|Win32
{A9BE8326-536F-42C4-8022-32F42D472DE4}.Release|x86.ActiveCfg = Release|Win32
{A9BE8326-536F-42C4-8022-32F42D472DE4}.Release|x86.Build.0 = Release|Win32
{9320A9FF-56B7-486F-8D7E-EDE209BC429F}.Debug|x86.ActiveCfg = Debug|Win32
{9320A9FF-56B7-486F-8D7E-EDE209BC429F}.Debug|x86.Build.0 = Debug|Win32
{9320A9FF-56B7-486F-8D7E-EDE209BC429F}.Release|x86.ActiveCfg = Release|Win32
{9320A9FF-56B7-486F-8D7E-EDE209BC429F}.Release|x86.Build.0 = Release|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{9320A9FF-56B7-486F-8D7E-EDE209BC429F} = {08C06746-811D-40D7-8A41-0FFBBE0049A5}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {0A16CDAF-36CC-4E42-94AC-D4F421962F63}
EndGlobalSection
EndGlobal