-
Notifications
You must be signed in to change notification settings - Fork 1
/
aimp_dlna.sln
47 lines (47 loc) · 2.7 KB
/
aimp_dlna.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.6.33717.318
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "aimp_dlna", "aimp_dlna\aimp_dlna.vcxproj", "{D5CD5600-B6DD-4030-BCE4-494B2E85EE7C}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Platinum", "aimp_dlna\lib\Platinum\Build\Targets\x86-microsoft-win32-vs2010\Platinum\Platinum.vcxproj", "{568611D3-AFA7-4294-99C1-E9AED0D8057E}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Neptune", "aimp_dlna\lib\Platinum\ThirdParty\Neptune\Build\Targets\x86-microsoft-win32-vs2010\Neptune\Neptune.vcxproj", "{12AFF2E5-6D95-4809-9728-9551677C078A}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x64 = Debug|x64
Debug|x86 = Debug|x86
Release|x64 = Release|x64
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{D5CD5600-B6DD-4030-BCE4-494B2E85EE7C}.Debug|x64.ActiveCfg = Debug|x64
{D5CD5600-B6DD-4030-BCE4-494B2E85EE7C}.Debug|x64.Build.0 = Debug|x64
{D5CD5600-B6DD-4030-BCE4-494B2E85EE7C}.Debug|x86.ActiveCfg = Debug|Win32
{D5CD5600-B6DD-4030-BCE4-494B2E85EE7C}.Debug|x86.Build.0 = Debug|Win32
{D5CD5600-B6DD-4030-BCE4-494B2E85EE7C}.Release|x64.ActiveCfg = Release|x64
{D5CD5600-B6DD-4030-BCE4-494B2E85EE7C}.Release|x64.Build.0 = Release|x64
{D5CD5600-B6DD-4030-BCE4-494B2E85EE7C}.Release|x86.ActiveCfg = Release|Win32
{D5CD5600-B6DD-4030-BCE4-494B2E85EE7C}.Release|x86.Build.0 = Release|Win32
{568611D3-AFA7-4294-99C1-E9AED0D8057E}.Debug|x64.ActiveCfg = Debug|Win32
{568611D3-AFA7-4294-99C1-E9AED0D8057E}.Debug|x86.ActiveCfg = Debug|Win32
{568611D3-AFA7-4294-99C1-E9AED0D8057E}.Debug|x86.Build.0 = Debug|Win32
{568611D3-AFA7-4294-99C1-E9AED0D8057E}.Release|x64.ActiveCfg = Release|Win32
{568611D3-AFA7-4294-99C1-E9AED0D8057E}.Release|x86.ActiveCfg = Release|Win32
{568611D3-AFA7-4294-99C1-E9AED0D8057E}.Release|x86.Build.0 = Release|Win32
{12AFF2E5-6D95-4809-9728-9551677C078A}.Debug|x64.ActiveCfg = Debug|Win32
{12AFF2E5-6D95-4809-9728-9551677C078A}.Debug|x86.ActiveCfg = Debug|Win32
{12AFF2E5-6D95-4809-9728-9551677C078A}.Debug|x86.Build.0 = Debug|Win32
{12AFF2E5-6D95-4809-9728-9551677C078A}.Release|x64.ActiveCfg = Release|Win32
{12AFF2E5-6D95-4809-9728-9551677C078A}.Release|x86.ActiveCfg = Release|Win32
{12AFF2E5-6D95-4809-9728-9551677C078A}.Release|x86.Build.0 = Release|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {DB7CE332-CFC1-4D21-9E87-D767BA262384}
EndGlobalSection
EndGlobal