-
Notifications
You must be signed in to change notification settings - Fork 0
/
Web.sln
49 lines (49 loc) · 3.01 KB
/
Web.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 Version 17
VisualStudioVersion = 17.8.34330.188
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PL", "Web\PL.csproj", "{B49D0549-9432-40EA-A46D-C87B050B2772}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MusicPortal.DAL", "MusicPortal.DLL\MusicPortal.DAL.csproj", "{55144FCE-0629-4A36-BEE4-07024E59C297}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MusicPortal.BLL", "MusicPortal.BLL\MusicPortal.BLL.csproj", "{1526C817-50BD-4AC5-B009-3C711E54FF1B}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MusicPortal.IntegrationTests", "MusicPortal.IntegrationTests\MusicPortal.IntegrationTests.csproj", "{5460DBDA-E79D-45CF-BC64-0B452B63B11C}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AdminWebAPI", "AdminWebAPI\AdminWebAPI.csproj", "{1A6BE6BE-24DF-4275-864C-8D7EB2C3CDBC}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{B49D0549-9432-40EA-A46D-C87B050B2772}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B49D0549-9432-40EA-A46D-C87B050B2772}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B49D0549-9432-40EA-A46D-C87B050B2772}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B49D0549-9432-40EA-A46D-C87B050B2772}.Release|Any CPU.Build.0 = Release|Any CPU
{55144FCE-0629-4A36-BEE4-07024E59C297}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{55144FCE-0629-4A36-BEE4-07024E59C297}.Debug|Any CPU.Build.0 = Debug|Any CPU
{55144FCE-0629-4A36-BEE4-07024E59C297}.Release|Any CPU.ActiveCfg = Release|Any CPU
{55144FCE-0629-4A36-BEE4-07024E59C297}.Release|Any CPU.Build.0 = Release|Any CPU
{1526C817-50BD-4AC5-B009-3C711E54FF1B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1526C817-50BD-4AC5-B009-3C711E54FF1B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1526C817-50BD-4AC5-B009-3C711E54FF1B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1526C817-50BD-4AC5-B009-3C711E54FF1B}.Release|Any CPU.Build.0 = Release|Any CPU
{5460DBDA-E79D-45CF-BC64-0B452B63B11C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5460DBDA-E79D-45CF-BC64-0B452B63B11C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5460DBDA-E79D-45CF-BC64-0B452B63B11C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5460DBDA-E79D-45CF-BC64-0B452B63B11C}.Release|Any CPU.Build.0 = Release|Any CPU
{1A6BE6BE-24DF-4275-864C-8D7EB2C3CDBC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1A6BE6BE-24DF-4275-864C-8D7EB2C3CDBC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1A6BE6BE-24DF-4275-864C-8D7EB2C3CDBC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1A6BE6BE-24DF-4275-864C-8D7EB2C3CDBC}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {8A7CB4CF-28A9-4062-AE94-35A0B7AE31D5}
EndGlobalSection
EndGlobal