-
Notifications
You must be signed in to change notification settings - Fork 0
/
RetroLite.sln
49 lines (49 loc) · 2.8 KB
/
RetroLite.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 15
VisualStudioVersion = 15.0.27130.2010
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RetroLite", "RetroLite\RetroLite.csproj", "{5B7DD769-855C-442A-A7DE-828A8FE0C27A}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SRC-CS", "SRC-CS\SRC-CS.csproj", "{53E083F0-27A5-4898-9D10-2747CB50147B}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "LibRetro", "LibRetro\LibRetro.csproj", "{2F599F95-E5D5-4B79-9D29-86C32FD678C8}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SDL2-CS", "SDL2-CS\SDL2-CS.csproj", "{85480198-8711-4355-830E-72FD794AD3F6}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "LibArvid", "LibArvid\LibArvid.csproj", "{CEAF086D-59FB-418D-B1DA-6850AA90EE7C}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x64 = Debug|x64
Release|x64 = Release|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{5B7DD769-855C-442A-A7DE-828A8FE0C27A}.Debug|x64.ActiveCfg = Debug|x64
{5B7DD769-855C-442A-A7DE-828A8FE0C27A}.Debug|x64.Build.0 = Debug|x64
{5B7DD769-855C-442A-A7DE-828A8FE0C27A}.Release|x64.ActiveCfg = Release|x64
{5B7DD769-855C-442A-A7DE-828A8FE0C27A}.Release|x64.Build.0 = Release|x64
{53E083F0-27A5-4898-9D10-2747CB50147B}.Debug|x64.ActiveCfg = Debug|x64
{53E083F0-27A5-4898-9D10-2747CB50147B}.Debug|x64.Build.0 = Debug|x64
{53E083F0-27A5-4898-9D10-2747CB50147B}.Release|x64.ActiveCfg = Release|x64
{53E083F0-27A5-4898-9D10-2747CB50147B}.Release|x64.Build.0 = Release|x64
{2F599F95-E5D5-4B79-9D29-86C32FD678C8}.Debug|x64.ActiveCfg = Debug|x64
{2F599F95-E5D5-4B79-9D29-86C32FD678C8}.Debug|x64.Build.0 = Debug|x64
{2F599F95-E5D5-4B79-9D29-86C32FD678C8}.Release|x64.ActiveCfg = Release|x64
{2F599F95-E5D5-4B79-9D29-86C32FD678C8}.Release|x64.Build.0 = Release|x64
{85480198-8711-4355-830E-72FD794AD3F6}.Debug|x64.ActiveCfg = Debug|x64
{85480198-8711-4355-830E-72FD794AD3F6}.Debug|x64.Build.0 = Debug|x64
{85480198-8711-4355-830E-72FD794AD3F6}.Release|x64.ActiveCfg = Release|x64
{85480198-8711-4355-830E-72FD794AD3F6}.Release|x64.Build.0 = Release|x64
{CEAF086D-59FB-418D-B1DA-6850AA90EE7C}.Debug|x64.ActiveCfg = Debug|Any CPU
{CEAF086D-59FB-418D-B1DA-6850AA90EE7C}.Debug|x64.Build.0 = Debug|Any CPU
{CEAF086D-59FB-418D-B1DA-6850AA90EE7C}.Release|x64.ActiveCfg = Release|Any CPU
{CEAF086D-59FB-418D-B1DA-6850AA90EE7C}.Release|x64.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {77330A0D-A974-431D-9C16-DB03E06AEAB9}
EndGlobalSection
EndGlobal