-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPostsService3LayerArchitecture.sln
54 lines (54 loc) · 3.22 KB
/
PostsService3LayerArchitecture.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
50
51
52
53
54
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.32112.339
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PostsService3LayerArchitectureHost", "PostsService3LayerArchitecture\PostsService3LayerArchitectureHost.csproj", "{82B665B3-9C92-4198-A35E-0D3940EE2149}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "WebApi", "API\WebApi\WebApi.csproj", "{FBD09664-7ED5-47F7-98BE-8394483A85E1}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BusinessLogic", "BL\BusinessLogic\BusinessLogic.csproj", "{7A5905EB-26E6-4923-B6E7-2C08F6F28ADB}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DataAccessLayer", "DAL\DataAccessLayer\DataAccessLayer.csproj", "{520A9BB0-36B2-4B83-BD8D-C4B4EDE4F252}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "API", "API", "{C7404828-1622-47E8-B313-62304082CEAE}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "BL", "BL", "{4C82C793-BCE4-4450-954D-D6601CC238DC}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "DAL", "DAL", "{D3EF59FE-AFCE-425C-8ABC-2EF52D4FE8A7}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{82B665B3-9C92-4198-A35E-0D3940EE2149}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{82B665B3-9C92-4198-A35E-0D3940EE2149}.Debug|Any CPU.Build.0 = Debug|Any CPU
{82B665B3-9C92-4198-A35E-0D3940EE2149}.Release|Any CPU.ActiveCfg = Release|Any CPU
{82B665B3-9C92-4198-A35E-0D3940EE2149}.Release|Any CPU.Build.0 = Release|Any CPU
{FBD09664-7ED5-47F7-98BE-8394483A85E1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FBD09664-7ED5-47F7-98BE-8394483A85E1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FBD09664-7ED5-47F7-98BE-8394483A85E1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FBD09664-7ED5-47F7-98BE-8394483A85E1}.Release|Any CPU.Build.0 = Release|Any CPU
{7A5905EB-26E6-4923-B6E7-2C08F6F28ADB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7A5905EB-26E6-4923-B6E7-2C08F6F28ADB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7A5905EB-26E6-4923-B6E7-2C08F6F28ADB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7A5905EB-26E6-4923-B6E7-2C08F6F28ADB}.Release|Any CPU.Build.0 = Release|Any CPU
{520A9BB0-36B2-4B83-BD8D-C4B4EDE4F252}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{520A9BB0-36B2-4B83-BD8D-C4B4EDE4F252}.Debug|Any CPU.Build.0 = Debug|Any CPU
{520A9BB0-36B2-4B83-BD8D-C4B4EDE4F252}.Release|Any CPU.ActiveCfg = Release|Any CPU
{520A9BB0-36B2-4B83-BD8D-C4B4EDE4F252}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{FBD09664-7ED5-47F7-98BE-8394483A85E1} = {C7404828-1622-47E8-B313-62304082CEAE}
{7A5905EB-26E6-4923-B6E7-2C08F6F28ADB} = {4C82C793-BCE4-4450-954D-D6601CC238DC}
{520A9BB0-36B2-4B83-BD8D-C4B4EDE4F252} = {D3EF59FE-AFCE-425C-8ABC-2EF52D4FE8A7}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {EED56303-35C6-4240-B5C8-CB276D214872}
EndGlobalSection
EndGlobal