-
Notifications
You must be signed in to change notification settings - Fork 2
/
MusixmatchClientLib.sln
41 lines (41 loc) · 2.27 KB
/
MusixmatchClientLib.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.31912.275
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MusixmatchClientLib", "MusixmatchClientLib\MusixmatchClientLib.csproj", "{8723FAB2-444E-436C-AEE7-08F929E7DBAF}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MusixmatchClientLib.Example", "MusixmatchClientLib.Example\MusixmatchClientLib.Example.csproj", "{3F87A261-70C4-4B76-B6EB-18D5BB45FC6F}"
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
{8723FAB2-444E-436C-AEE7-08F929E7DBAF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8723FAB2-444E-436C-AEE7-08F929E7DBAF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8723FAB2-444E-436C-AEE7-08F929E7DBAF}.Debug|x86.ActiveCfg = Debug|x86
{8723FAB2-444E-436C-AEE7-08F929E7DBAF}.Debug|x86.Build.0 = Debug|x86
{8723FAB2-444E-436C-AEE7-08F929E7DBAF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8723FAB2-444E-436C-AEE7-08F929E7DBAF}.Release|Any CPU.Build.0 = Release|Any CPU
{8723FAB2-444E-436C-AEE7-08F929E7DBAF}.Release|x86.ActiveCfg = Release|x86
{8723FAB2-444E-436C-AEE7-08F929E7DBAF}.Release|x86.Build.0 = Release|x86
{3F87A261-70C4-4B76-B6EB-18D5BB45FC6F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3F87A261-70C4-4B76-B6EB-18D5BB45FC6F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3F87A261-70C4-4B76-B6EB-18D5BB45FC6F}.Debug|x86.ActiveCfg = Debug|Any CPU
{3F87A261-70C4-4B76-B6EB-18D5BB45FC6F}.Debug|x86.Build.0 = Debug|Any CPU
{3F87A261-70C4-4B76-B6EB-18D5BB45FC6F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3F87A261-70C4-4B76-B6EB-18D5BB45FC6F}.Release|Any CPU.Build.0 = Release|Any CPU
{3F87A261-70C4-4B76-B6EB-18D5BB45FC6F}.Release|x86.ActiveCfg = Release|Any CPU
{3F87A261-70C4-4B76-B6EB-18D5BB45FC6F}.Release|x86.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {1A43762F-4EEA-4E81-9EED-A6C06C01B9DB}
EndGlobalSection
EndGlobal