-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathMango.sln
More file actions
55 lines (55 loc) · 3.13 KB
/
Copy pathMango.sln
File metadata and controls
55 lines (55 loc) · 3.13 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.13.35931.197
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Front End", "Front End", "{02EA681E-C7D8-13C7-8484-4AC65E1B71E8}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Gateway", "Gateway", "{B08F6271-64DA-4D31-8117-1392BE80D32B}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Integration", "Integration", "{1E71BC58-09FC-4189-9162-BDD612709FA1}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Services", "Services", "{01680462-84A4-4B66-B17F-1E92007EC515}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Mango.Services.CouponAPI", "Mango.Services.CouponAPI\Mango.Services.CouponAPI.csproj", "{012F3DA3-C947-4E01-A6AA-5AA6CB7139F0}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Mango.Web", "Mango.Web\Mango.Web.csproj", "{AF67C19E-05E2-48A7-B56A-495F7FB65F44}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Mango.Services.AuthAPI", "Mango.Services.AuthAPI\Mango.Services.AuthAPI.csproj", "{BB603ECD-3C3F-4C2C-9374-DED70AA6B80E}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{20699312-B979-4F16-A542-2AD5F3057608}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{012F3DA3-C947-4E01-A6AA-5AA6CB7139F0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{012F3DA3-C947-4E01-A6AA-5AA6CB7139F0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{012F3DA3-C947-4E01-A6AA-5AA6CB7139F0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{012F3DA3-C947-4E01-A6AA-5AA6CB7139F0}.Release|Any CPU.Build.0 = Release|Any CPU
{AF67C19E-05E2-48A7-B56A-495F7FB65F44}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{AF67C19E-05E2-48A7-B56A-495F7FB65F44}.Debug|Any CPU.Build.0 = Debug|Any CPU
{AF67C19E-05E2-48A7-B56A-495F7FB65F44}.Release|Any CPU.ActiveCfg = Release|Any CPU
{AF67C19E-05E2-48A7-B56A-495F7FB65F44}.Release|Any CPU.Build.0 = Release|Any CPU
{BB603ECD-3C3F-4C2C-9374-DED70AA6B80E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BB603ECD-3C3F-4C2C-9374-DED70AA6B80E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BB603ECD-3C3F-4C2C-9374-DED70AA6B80E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BB603ECD-3C3F-4C2C-9374-DED70AA6B80E}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{012F3DA3-C947-4E01-A6AA-5AA6CB7139F0} = {01680462-84A4-4B66-B17F-1E92007EC515}
{AF67C19E-05E2-48A7-B56A-495F7FB65F44} = {02EA681E-C7D8-13C7-8484-4AC65E1B71E8}
{BB603ECD-3C3F-4C2C-9374-DED70AA6B80E} = {01680462-84A4-4B66-B17F-1E92007EC515}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {5942FEAB-938D-45F2-8FD7-6B378610A300}
EndGlobalSection
EndGlobal