-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathLyricDisplayerPlugin.sln
43 lines (43 loc) · 2.59 KB
/
LyricDisplayerPlugin.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.28307.329
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "LyricsDisplayerPlugin", "LyricsDisplayerPlugin\LyricsDisplayerPlugin.csproj", "{0BEC189C-AF14-4841-83F8-95FE3937A74D}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "LyricsFinder", "LyricsFinder\LyricsFinder.csproj", "{00EC46CD-33F2-41E4-B75C-3AE59957C849}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "QianQianMusicLyricsProvider", "QianQianMusicLyricsProvider\QianQianMusicLyricsProvider.csproj", "{C05AB144-77FC-4A9F-9A2F-7BC5C444F77E}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "LyricsFinder.Test", "LyricsFinder.Test\LyricsFinder.Test.csproj", "{4EA9BCAB-FF02-45A0-B8A5-08BB30729737}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{0BEC189C-AF14-4841-83F8-95FE3937A74D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0BEC189C-AF14-4841-83F8-95FE3937A74D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0BEC189C-AF14-4841-83F8-95FE3937A74D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0BEC189C-AF14-4841-83F8-95FE3937A74D}.Release|Any CPU.Build.0 = Release|Any CPU
{00EC46CD-33F2-41E4-B75C-3AE59957C849}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{00EC46CD-33F2-41E4-B75C-3AE59957C849}.Debug|Any CPU.Build.0 = Debug|Any CPU
{00EC46CD-33F2-41E4-B75C-3AE59957C849}.Release|Any CPU.ActiveCfg = Release|Any CPU
{00EC46CD-33F2-41E4-B75C-3AE59957C849}.Release|Any CPU.Build.0 = Release|Any CPU
{C05AB144-77FC-4A9F-9A2F-7BC5C444F77E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C05AB144-77FC-4A9F-9A2F-7BC5C444F77E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C05AB144-77FC-4A9F-9A2F-7BC5C444F77E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C05AB144-77FC-4A9F-9A2F-7BC5C444F77E}.Release|Any CPU.Build.0 = Release|Any CPU
{4EA9BCAB-FF02-45A0-B8A5-08BB30729737}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4EA9BCAB-FF02-45A0-B8A5-08BB30729737}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4EA9BCAB-FF02-45A0-B8A5-08BB30729737}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4EA9BCAB-FF02-45A0-B8A5-08BB30729737}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {E1EDE51F-B373-4BFC-B9E4-AC23ED10CC78}
EndGlobalSection
EndGlobal