-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathMusicTrackAPI.sln
More file actions
67 lines (67 loc) · 4.65 KB
/
MusicTrackAPI.sln
File metadata and controls
67 lines (67 loc) · 4.65 KB
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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.5.33530.505
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MusicTrackAPI", "MusicTrackAPI\MusicTrackAPI.csproj", "{C51CA013-371D-4B7A-9216-F135344F4699}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MusicTrackAPI.Data", "MusicTrackAPI.Data\MusicTrackAPI.Data.csproj", "{AA929B10-12F6-4EB3-BEFA-23B49CFB53E5}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MusicTrackAPI.Data.Domain", "MusicTrackAPI.Data.Domain\MusicTrackAPI.Data.Domain.csproj", "{6C310E48-A4E9-48E6-B9FF-F2A7CA636D01}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MusicTrackAPI.Common", "MusicTrackAPI.Common\MusicTrackAPI.Common.csproj", "{5650FB44-7D0B-4C52-A3E1-1C03BBAF6F81}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MusicTrackAPI.Services", "MusicTrackAPI.Services\MusicTrackAPI.Services.csproj", "{A54C04D0-1416-4578-8304-2C93D9ED206F}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MusicTrackAPI.Tests", "MusicTrackAPI.Tests\MusicTrackAPI.Tests.csproj", "{8D62C120-281F-48CC-AEC6-AF8254485320}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MusicTrackAPI.Model", "MusicTrackAPI.Model\MusicTrackAPI.Model.csproj", "{8DB4AC68-E2B3-47CC-81A8-77BC8D07FCD6}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MusicTrackAPI.Commands", "MusicTrackAPI.Commands\MusicTrackAPI.Commands.csproj", "{289F9B41-3683-4EC2-A4D2-78AE70ABE090}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{C51CA013-371D-4B7A-9216-F135344F4699}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C51CA013-371D-4B7A-9216-F135344F4699}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C51CA013-371D-4B7A-9216-F135344F4699}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C51CA013-371D-4B7A-9216-F135344F4699}.Release|Any CPU.Build.0 = Release|Any CPU
{AA929B10-12F6-4EB3-BEFA-23B49CFB53E5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{AA929B10-12F6-4EB3-BEFA-23B49CFB53E5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{AA929B10-12F6-4EB3-BEFA-23B49CFB53E5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{AA929B10-12F6-4EB3-BEFA-23B49CFB53E5}.Release|Any CPU.Build.0 = Release|Any CPU
{6C310E48-A4E9-48E6-B9FF-F2A7CA636D01}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6C310E48-A4E9-48E6-B9FF-F2A7CA636D01}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6C310E48-A4E9-48E6-B9FF-F2A7CA636D01}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6C310E48-A4E9-48E6-B9FF-F2A7CA636D01}.Release|Any CPU.Build.0 = Release|Any CPU
{5650FB44-7D0B-4C52-A3E1-1C03BBAF6F81}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5650FB44-7D0B-4C52-A3E1-1C03BBAF6F81}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5650FB44-7D0B-4C52-A3E1-1C03BBAF6F81}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5650FB44-7D0B-4C52-A3E1-1C03BBAF6F81}.Release|Any CPU.Build.0 = Release|Any CPU
{A54C04D0-1416-4578-8304-2C93D9ED206F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A54C04D0-1416-4578-8304-2C93D9ED206F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A54C04D0-1416-4578-8304-2C93D9ED206F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A54C04D0-1416-4578-8304-2C93D9ED206F}.Release|Any CPU.Build.0 = Release|Any CPU
{8D62C120-281F-48CC-AEC6-AF8254485320}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8D62C120-281F-48CC-AEC6-AF8254485320}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8D62C120-281F-48CC-AEC6-AF8254485320}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8D62C120-281F-48CC-AEC6-AF8254485320}.Release|Any CPU.Build.0 = Release|Any CPU
{8DB4AC68-E2B3-47CC-81A8-77BC8D07FCD6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8DB4AC68-E2B3-47CC-81A8-77BC8D07FCD6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8DB4AC68-E2B3-47CC-81A8-77BC8D07FCD6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8DB4AC68-E2B3-47CC-81A8-77BC8D07FCD6}.Release|Any CPU.Build.0 = Release|Any CPU
{289F9B41-3683-4EC2-A4D2-78AE70ABE090}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{289F9B41-3683-4EC2-A4D2-78AE70ABE090}.Debug|Any CPU.Build.0 = Debug|Any CPU
{289F9B41-3683-4EC2-A4D2-78AE70ABE090}.Release|Any CPU.ActiveCfg = Release|Any CPU
{289F9B41-3683-4EC2-A4D2-78AE70ABE090}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {52BBD08C-0E6D-4352-A5C5-214681443A1E}
EndGlobalSection
EndGlobal