-
Notifications
You must be signed in to change notification settings - Fork 47
/
Copy pathlutro.sln
46 lines (46 loc) · 2.44 KB
/
lutro.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.31005.135
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "lutro_libretro", "msbuild\lutro.vcxproj", "{18CEB57F-9D09-4FAB-AEEE-08B094055423}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "lua", "msbuild\lua.vcxproj", "{A5743DF4-3D23-4D9F-A01E-6903F364601B}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "vorbis", "msbuild\vorbis.vcxproj", "{B4A07901-6615-4460-B907-5F0A2838AC34}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "msw_fixups", "msw_fixups", "{B603A35A-DE46-4B9D-BBD3-42888CD0ADA9}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x64 = Debug|x64
Player|x64 = Player|x64
Tool|x64 = Tool|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{18CEB57F-9D09-4FAB-AEEE-08B094055423}.Debug|x64.ActiveCfg = Debug|x64
{18CEB57F-9D09-4FAB-AEEE-08B094055423}.Debug|x64.Build.0 = Debug|x64
{18CEB57F-9D09-4FAB-AEEE-08B094055423}.Player|x64.ActiveCfg = Player|x64
{18CEB57F-9D09-4FAB-AEEE-08B094055423}.Player|x64.Build.0 = Player|x64
{18CEB57F-9D09-4FAB-AEEE-08B094055423}.Tool|x64.ActiveCfg = Tool|x64
{18CEB57F-9D09-4FAB-AEEE-08B094055423}.Tool|x64.Build.0 = Tool|x64
{A5743DF4-3D23-4D9F-A01E-6903F364601B}.Debug|x64.ActiveCfg = Debug|x64
{A5743DF4-3D23-4D9F-A01E-6903F364601B}.Debug|x64.Build.0 = Debug|x64
{A5743DF4-3D23-4D9F-A01E-6903F364601B}.Player|x64.ActiveCfg = Release|x64
{A5743DF4-3D23-4D9F-A01E-6903F364601B}.Player|x64.Build.0 = Release|x64
{A5743DF4-3D23-4D9F-A01E-6903F364601B}.Tool|x64.ActiveCfg = Debug|x64
{A5743DF4-3D23-4D9F-A01E-6903F364601B}.Tool|x64.Build.0 = Debug|x64
{B4A07901-6615-4460-B907-5F0A2838AC34}.Debug|x64.ActiveCfg = Debug|x64
{B4A07901-6615-4460-B907-5F0A2838AC34}.Debug|x64.Build.0 = Debug|x64
{B4A07901-6615-4460-B907-5F0A2838AC34}.Player|x64.ActiveCfg = Release|x64
{B4A07901-6615-4460-B907-5F0A2838AC34}.Player|x64.Build.0 = Release|x64
{B4A07901-6615-4460-B907-5F0A2838AC34}.Tool|x64.ActiveCfg = Debug|x64
{B4A07901-6615-4460-B907-5F0A2838AC34}.Tool|x64.Build.0 = Debug|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {4D394883-F6D5-41DA-B6EB-28EC75319A43}
EndGlobalSection
EndGlobal