-
Notifications
You must be signed in to change notification settings - Fork 0
/
Mango.sln
62 lines (62 loc) · 3.78 KB
/
Mango.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
55
56
57
58
59
60
61
62
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.7.34031.279
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "FrontEnd", "FrontEnd", "{525BE7A8-F132-4692-A0F8-288F16AE4513}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Gateway", "Gateway", "{0B820416-C01A-4B40-B522-D9C454F658AB}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Integration", "Integration", "{2A807FD5-2487-4ECA-86A3-5B386519F16C}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Services", "Services", "{F3E227DA-A1AE-40BA-B407-0C00A44BA630}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Mango.Services.CouponAPI", "Mango.Services.CouponAPI\Mango.Services.CouponAPI.csproj", "{88D620CE-37E7-4049-9159-E4ACC7705584}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{6DEBEE41-055D-469B-9FC8-81D9303A2B49}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Mango.Web", "Mango.Web\Mango.Web.csproj", "{0C8AE593-772B-4BE2-9407-CA5C39827143}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Mango.Services.AuthAPI", "Mango.Services.AuthAPI\Mango.Services.AuthAPI.csproj", "{40872235-3C35-4016-9380-274C1B922B9C}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Mango.Services.ProductAPI", "Mango.Services.ProductAPI\Mango.Services.ProductAPI.csproj", "{8EBBAE49-8DC7-48A4-A7EE-31926C4D0224}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{88D620CE-37E7-4049-9159-E4ACC7705584}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{88D620CE-37E7-4049-9159-E4ACC7705584}.Debug|Any CPU.Build.0 = Debug|Any CPU
{88D620CE-37E7-4049-9159-E4ACC7705584}.Release|Any CPU.ActiveCfg = Release|Any CPU
{88D620CE-37E7-4049-9159-E4ACC7705584}.Release|Any CPU.Build.0 = Release|Any CPU
{0C8AE593-772B-4BE2-9407-CA5C39827143}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0C8AE593-772B-4BE2-9407-CA5C39827143}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0C8AE593-772B-4BE2-9407-CA5C39827143}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0C8AE593-772B-4BE2-9407-CA5C39827143}.Release|Any CPU.Build.0 = Release|Any CPU
{40872235-3C35-4016-9380-274C1B922B9C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{40872235-3C35-4016-9380-274C1B922B9C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{40872235-3C35-4016-9380-274C1B922B9C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{40872235-3C35-4016-9380-274C1B922B9C}.Release|Any CPU.Build.0 = Release|Any CPU
{8EBBAE49-8DC7-48A4-A7EE-31926C4D0224}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8EBBAE49-8DC7-48A4-A7EE-31926C4D0224}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8EBBAE49-8DC7-48A4-A7EE-31926C4D0224}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8EBBAE49-8DC7-48A4-A7EE-31926C4D0224}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{88D620CE-37E7-4049-9159-E4ACC7705584} = {F3E227DA-A1AE-40BA-B407-0C00A44BA630}
{0C8AE593-772B-4BE2-9407-CA5C39827143} = {525BE7A8-F132-4692-A0F8-288F16AE4513}
{40872235-3C35-4016-9380-274C1B922B9C} = {F3E227DA-A1AE-40BA-B407-0C00A44BA630}
{8EBBAE49-8DC7-48A4-A7EE-31926C4D0224} = {F3E227DA-A1AE-40BA-B407-0C00A44BA630}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {B2DC4986-FF54-4345-A232-D4F322E79F47}
EndGlobalSection
EndGlobal