-
Notifications
You must be signed in to change notification settings - Fork 1
/
MusicBeeVlcVideoPlayPlugin.sln
50 lines (50 loc) · 2.41 KB
/
MusicBeeVlcVideoPlayPlugin.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
50
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.32602.291
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MB_VlcVideoPlugin", "MB_VlcVideoPlugin.csproj", "{F5D46BA1-6F21-40EF-9695-46105CCACD08}"
EndProject
Project("{911E67C6-3D85-4FCE-B560-20A9C3E3FF48}") = "MusicBee", "C:\Program Files (x86)\MusicBee\MusicBee.exe", "{218D0DD4-3349-41DF-BAEC-9D522E853746}"
ProjectSection(DebuggerProjectSystem) = preProject
PortSupplier = 00000000-0000-0000-0000-000000000000
Executable = C:\Program Files (x86)\MusicBee\MusicBee.exe
RemoteMachine = MAIN-PC
StartingDirectory = C:\Program Files (x86)\MusicBee
Environment = 既定
LaunchingEngine = 00000000-0000-0000-0000-000000000000
UseLegacyDebugEngines = No
LaunchSQLEngine = No
AttachLaunchAction = No
IORedirection = Auto
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
Description = A plugin for MusicBee to play music and music videos continuously.
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{F5D46BA1-6F21-40EF-9695-46105CCACD08}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F5D46BA1-6F21-40EF-9695-46105CCACD08}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F5D46BA1-6F21-40EF-9695-46105CCACD08}.Debug|x86.ActiveCfg = Debug|x86
{F5D46BA1-6F21-40EF-9695-46105CCACD08}.Debug|x86.Build.0 = Debug|x86
{F5D46BA1-6F21-40EF-9695-46105CCACD08}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F5D46BA1-6F21-40EF-9695-46105CCACD08}.Release|Any CPU.Build.0 = Release|Any CPU
{F5D46BA1-6F21-40EF-9695-46105CCACD08}.Release|x86.ActiveCfg = Release|x86
{F5D46BA1-6F21-40EF-9695-46105CCACD08}.Release|x86.Build.0 = Release|x86
{218D0DD4-3349-41DF-BAEC-9D522E853746}.Debug|Any CPU.ActiveCfg = Release|x86
{218D0DD4-3349-41DF-BAEC-9D522E853746}.Debug|x86.ActiveCfg = Release|x86
{218D0DD4-3349-41DF-BAEC-9D522E853746}.Release|Any CPU.ActiveCfg = Release|x86
{218D0DD4-3349-41DF-BAEC-9D522E853746}.Release|x86.ActiveCfg = Release|x86
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {CF6930D9-00BA-42EE-907A-6203B6505115}
EndGlobalSection
EndGlobal