-
-
Notifications
You must be signed in to change notification settings - Fork 13
/
MB_SubSonic.sln
48 lines (48 loc) · 2.25 KB
/
MB_SubSonic.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27130.2036
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Subsonic", "MB_SubSonic\Subsonic.csproj", "{43FE56C9-52A8-4E86-BBEB-93A1782F01A0}"
EndProject
Project("{911E67C6-3D85-4FCE-B560-20A9C3E3FF48}") = "MusicBee", "..\..\MusicBee\MusicBee.exe", "{23420CC8-90B1-4C83-8560-1D01249C5D88}"
ProjectSection(DebuggerProjectSystem) = preProject
PortSupplier = 00000000-0000-0000-0000-000000000000
Executable = D:\MusicBee\MusicBee.exe
RemoteMachine = BEAST
StartingDirectory = D:\MusicBee
Environment = Default
LaunchingEngine = 00000000-0000-0000-0000-000000000000
UseLegacyDebugEngines = No
LaunchSQLEngine = No
AttachLaunchAction = No
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|x86 = Debug|x86
Release|Any CPU = Release|Any CPU
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{43FE56C9-52A8-4E86-BBEB-93A1782F01A0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{43FE56C9-52A8-4E86-BBEB-93A1782F01A0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{43FE56C9-52A8-4E86-BBEB-93A1782F01A0}.Debug|x86.ActiveCfg = Debug|Any CPU
{43FE56C9-52A8-4E86-BBEB-93A1782F01A0}.Debug|x86.Build.0 = Debug|Any CPU
{43FE56C9-52A8-4E86-BBEB-93A1782F01A0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{43FE56C9-52A8-4E86-BBEB-93A1782F01A0}.Release|Any CPU.Build.0 = Release|Any CPU
{43FE56C9-52A8-4E86-BBEB-93A1782F01A0}.Release|x86.ActiveCfg = Release|Any CPU
{43FE56C9-52A8-4E86-BBEB-93A1782F01A0}.Release|x86.Build.0 = Release|Any CPU
{23420CC8-90B1-4C83-8560-1D01249C5D88}.Debug|Any CPU.ActiveCfg = Release|x86
{23420CC8-90B1-4C83-8560-1D01249C5D88}.Debug|x86.ActiveCfg = Release|x86
{23420CC8-90B1-4C83-8560-1D01249C5D88}.Release|Any CPU.ActiveCfg = Release|x86
{23420CC8-90B1-4C83-8560-1D01249C5D88}.Release|x86.ActiveCfg = Release|x86
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {D2135C72-4767-4657-9CE2-F4AEBBD8E0CF}
EndGlobalSection
EndGlobal