-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathBlogProject.sln
More file actions
62 lines (62 loc) · 3.77 KB
/
Copy pathBlogProject.sln
File metadata and controls
62 lines (62 loc) · 3.77 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 18
VisualStudioVersion = 18.3.11505.172
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "APIGatewayService", "APIGatewayService\APIGatewayService.csproj", "{0CE98C12-F493-4FA8-A96C-B73143FE5E28}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ApplicationService", "ApplicationService\ApplicationService.csproj", "{645BCD2A-5A0C-4277-98A5-240A1ABFF395}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DomainService", "DomainService\DomainService.csproj", "{11B67802-90A0-41C3-9A6C-75B1D423834F}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "InfrastructureService", "InfrastructureService\InfrastructureService.csproj", "{E4EEB49A-C3B9-4A6F-A6BC-E5B26C29775B}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "PresentationLayer", "PresentationLayer", "{02EA681E-C7D8-13C7-8484-4AC65E1B71E8}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Core(Domain)", "Core(Domain)", "{4110FF88-EFE1-44D9-985C-230F143B6F5E}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Application_Layer", "Application_Layer", "{19D6DC54-55C9-4A49-B86B-F8A807AD3108}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Infrastructure_Layer", "Infrastructure_Layer", "{111EE9FC-9B1A-4492-A704-729359D90B6C}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "SolutionItems", "SolutionItems", "{9660171F-2045-4DF3-BFFF-32E05BBD9BB5}"
ProjectSection(SolutionItems) = preProject
Directory.Packages.props = Directory.Packages.props
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{0CE98C12-F493-4FA8-A96C-B73143FE5E28}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0CE98C12-F493-4FA8-A96C-B73143FE5E28}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0CE98C12-F493-4FA8-A96C-B73143FE5E28}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0CE98C12-F493-4FA8-A96C-B73143FE5E28}.Release|Any CPU.Build.0 = Release|Any CPU
{645BCD2A-5A0C-4277-98A5-240A1ABFF395}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{645BCD2A-5A0C-4277-98A5-240A1ABFF395}.Debug|Any CPU.Build.0 = Debug|Any CPU
{645BCD2A-5A0C-4277-98A5-240A1ABFF395}.Release|Any CPU.ActiveCfg = Release|Any CPU
{645BCD2A-5A0C-4277-98A5-240A1ABFF395}.Release|Any CPU.Build.0 = Release|Any CPU
{11B67802-90A0-41C3-9A6C-75B1D423834F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{11B67802-90A0-41C3-9A6C-75B1D423834F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{11B67802-90A0-41C3-9A6C-75B1D423834F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{11B67802-90A0-41C3-9A6C-75B1D423834F}.Release|Any CPU.Build.0 = Release|Any CPU
{E4EEB49A-C3B9-4A6F-A6BC-E5B26C29775B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E4EEB49A-C3B9-4A6F-A6BC-E5B26C29775B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E4EEB49A-C3B9-4A6F-A6BC-E5B26C29775B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E4EEB49A-C3B9-4A6F-A6BC-E5B26C29775B}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{0CE98C12-F493-4FA8-A96C-B73143FE5E28} = {02EA681E-C7D8-13C7-8484-4AC65E1B71E8}
{645BCD2A-5A0C-4277-98A5-240A1ABFF395} = {19D6DC54-55C9-4A49-B86B-F8A807AD3108}
{11B67802-90A0-41C3-9A6C-75B1D423834F} = {4110FF88-EFE1-44D9-985C-230F143B6F5E}
{E4EEB49A-C3B9-4A6F-A6BC-E5B26C29775B} = {111EE9FC-9B1A-4492-A704-729359D90B6C}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {175CBE44-D7C6-42DD-98A0-39FEA1049B7A}
EndGlobalSection
EndGlobal