-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathMusicAPIExample.sln
49 lines (49 loc) · 3.11 KB
/
MusicAPIExample.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27130.2027
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MusicAPIExample", "MusicAPIExample\MusicAPIExample.csproj", "{785E7992-D271-4AE0-956F-0AB7357125C8}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MusicAPIExample.Repository", "MusicAPIExample.Repository\MusicAPIExample.Repository.csproj", "{AB079361-E672-4D94-A2AF-F9ED2CD97D29}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MusicAPIExample.Track", "MusicAPIExample.Track\MusicAPIExample.Track.csproj", "{497555EE-FAAC-40D6-9901-373155A1C3B7}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MusicAPIExample.Composer", "MusicAPIExample.Composer\MusicAPIExample.Composer.csproj", "{4ED563EA-CEDC-4FAA-AD34-54BDBB8E5784}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MusicAPIExample.Test", "MusicAPIExample.Test\MusicAPIExample.Test.csproj", "{FE28FB42-0C97-4F73-BE00-F76F07512B05}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{785E7992-D271-4AE0-956F-0AB7357125C8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{785E7992-D271-4AE0-956F-0AB7357125C8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{785E7992-D271-4AE0-956F-0AB7357125C8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{785E7992-D271-4AE0-956F-0AB7357125C8}.Release|Any CPU.Build.0 = Release|Any CPU
{AB079361-E672-4D94-A2AF-F9ED2CD97D29}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{AB079361-E672-4D94-A2AF-F9ED2CD97D29}.Debug|Any CPU.Build.0 = Debug|Any CPU
{AB079361-E672-4D94-A2AF-F9ED2CD97D29}.Release|Any CPU.ActiveCfg = Release|Any CPU
{AB079361-E672-4D94-A2AF-F9ED2CD97D29}.Release|Any CPU.Build.0 = Release|Any CPU
{497555EE-FAAC-40D6-9901-373155A1C3B7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{497555EE-FAAC-40D6-9901-373155A1C3B7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{497555EE-FAAC-40D6-9901-373155A1C3B7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{497555EE-FAAC-40D6-9901-373155A1C3B7}.Release|Any CPU.Build.0 = Release|Any CPU
{4ED563EA-CEDC-4FAA-AD34-54BDBB8E5784}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4ED563EA-CEDC-4FAA-AD34-54BDBB8E5784}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4ED563EA-CEDC-4FAA-AD34-54BDBB8E5784}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4ED563EA-CEDC-4FAA-AD34-54BDBB8E5784}.Release|Any CPU.Build.0 = Release|Any CPU
{FE28FB42-0C97-4F73-BE00-F76F07512B05}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FE28FB42-0C97-4F73-BE00-F76F07512B05}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FE28FB42-0C97-4F73-BE00-F76F07512B05}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FE28FB42-0C97-4F73-BE00-F76F07512B05}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {2CFA49F2-575B-4673-A115-B88609875D35}
EndGlobalSection
EndGlobal