-
Notifications
You must be signed in to change notification settings - Fork 20
/
Copy pathmoonlight.sln
29 lines (29 loc) · 1.29 KB
/
moonlight.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.32014.148
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "moonlight", "Moonlight\Moonlight.vcxproj", "{81D9D7BB-A927-4EB6-9743-F73E6A1DEE48}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{B6955EEC-EB78-4047-8815-6F3E09A4CFA8}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
blanket|x86 = blanket|x86
Debug|x86 = Debug|x86
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{81D9D7BB-A927-4EB6-9743-F73E6A1DEE48}.blanket|x86.ActiveCfg = Release|Win32
{81D9D7BB-A927-4EB6-9743-F73E6A1DEE48}.Debug|x86.ActiveCfg = Debug|Win32
{81D9D7BB-A927-4EB6-9743-F73E6A1DEE48}.Debug|x86.Build.0 = Debug|Win32
{81D9D7BB-A927-4EB6-9743-F73E6A1DEE48}.Release|x86.ActiveCfg = Release|Win32
{81D9D7BB-A927-4EB6-9743-F73E6A1DEE48}.Release|x86.Build.0 = Release|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {5D19EC35-7F55-4342-9454-22163FADE56D}
EndGlobalSection
EndGlobal