-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDVLDWebAPI.sln
More file actions
61 lines (61 loc) · 3.82 KB
/
Copy pathDVLDWebAPI.sln
File metadata and controls
61 lines (61 loc) · 3.82 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.14.36212.18
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DataAccessLayer", "DataAccessLayer\DataAccessLayer.csproj", "{D74F3C53-A4B6-48EC-8DF0-B9172B10FEB3}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BusinessLoginLayer", "BusinessLoginLayer\BusinessLoginLayer.csproj", "{46A659EA-917E-438E-B9FF-B31EDB9F2751}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WebAPI", "WebAPI\WebAPI.csproj", "{6DCD2B6D-2B0B-469E-B633-A2361BCAA010}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Core", "Core\Core.csproj", "{5ED06CAD-956C-C94D-BC0C-E89E30A887C2}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BusinessLogicLayer.Tests", "BusinessLogicLayer.Tests\BusinessLogicLayer.Tests.csproj", "{0C3779B5-0239-476C-848C-67A187F2BF0E}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Tests", "Tests", "{02EA681E-C7D8-13C7-8484-4AC65E1B71E8}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Console.Tests", "Console.Tests\Console.Tests.csproj", "{4DE34807-821F-4F60-82B7-42A414EA9121}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{D74F3C53-A4B6-48EC-8DF0-B9172B10FEB3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D74F3C53-A4B6-48EC-8DF0-B9172B10FEB3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D74F3C53-A4B6-48EC-8DF0-B9172B10FEB3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D74F3C53-A4B6-48EC-8DF0-B9172B10FEB3}.Release|Any CPU.Build.0 = Release|Any CPU
{46A659EA-917E-438E-B9FF-B31EDB9F2751}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{46A659EA-917E-438E-B9FF-B31EDB9F2751}.Debug|Any CPU.Build.0 = Debug|Any CPU
{46A659EA-917E-438E-B9FF-B31EDB9F2751}.Release|Any CPU.ActiveCfg = Release|Any CPU
{46A659EA-917E-438E-B9FF-B31EDB9F2751}.Release|Any CPU.Build.0 = Release|Any CPU
{6DCD2B6D-2B0B-469E-B633-A2361BCAA010}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6DCD2B6D-2B0B-469E-B633-A2361BCAA010}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6DCD2B6D-2B0B-469E-B633-A2361BCAA010}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6DCD2B6D-2B0B-469E-B633-A2361BCAA010}.Release|Any CPU.Build.0 = Release|Any CPU
{5ED06CAD-956C-C94D-BC0C-E89E30A887C2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5ED06CAD-956C-C94D-BC0C-E89E30A887C2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5ED06CAD-956C-C94D-BC0C-E89E30A887C2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5ED06CAD-956C-C94D-BC0C-E89E30A887C2}.Release|Any CPU.Build.0 = Release|Any CPU
{0C3779B5-0239-476C-848C-67A187F2BF0E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0C3779B5-0239-476C-848C-67A187F2BF0E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0C3779B5-0239-476C-848C-67A187F2BF0E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0C3779B5-0239-476C-848C-67A187F2BF0E}.Release|Any CPU.Build.0 = Release|Any CPU
{4DE34807-821F-4F60-82B7-42A414EA9121}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4DE34807-821F-4F60-82B7-42A414EA9121}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4DE34807-821F-4F60-82B7-42A414EA9121}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4DE34807-821F-4F60-82B7-42A414EA9121}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{0C3779B5-0239-476C-848C-67A187F2BF0E} = {02EA681E-C7D8-13C7-8484-4AC65E1B71E8}
{4DE34807-821F-4F60-82B7-42A414EA9121} = {02EA681E-C7D8-13C7-8484-4AC65E1B71E8}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {DD80CAD1-2A44-4D92-9D5C-3949B6B132B1}
EndGlobalSection
EndGlobal