-
Notifications
You must be signed in to change notification settings - Fork 0
/
JendStore.sln
64 lines (64 loc) · 4.13 KB
/
JendStore.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
63
64
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.7.34221.43
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Gateway", "Gateway", "{429854FC-5BBD-428D-83C0-3E669D6AA9CC}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Integration", "Integration", "{158F3158-197C-4732-9407-4A51B6168996}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Services", "Services", "{D93BF416-230B-431D-84FB-540EE10EE45C}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "JendStore.Service.Coupon.API", "JendStore.Services.API\JendStore.Service.Coupon.API.csproj", "{C4F19D76-5056-405E-A4A9-46DFDE37EA70}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Client", "Client", "{06178DF0-38BB-49E0-A583-216B05B53B11}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "JendStore.Client", "JendStore.Client\JendStore.Client.csproj", "{0BE25347-3A6A-4989-9D85-0781979A2716}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "JendStore.Security.Service.API", "JendStore.Security.API\JendStore.Security.Service.API.csproj", "{B73735C0-D7B6-4515-BA48-874BC3A1CCE2}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "JendStore.Products.Service.API", "JendStore.Products.Service.API\JendStore.Products.Service.API.csproj", "{4EC5911F-ACF0-4220-BAD7-FF217EAE87A5}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "JendStore.Cart.Service.API", "JendStore.Cart.Service.API\JendStore.Cart.Service.API.csproj", "{3AEE5393-8822-4AE5-9F4D-9C1CF796D160}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{C4F19D76-5056-405E-A4A9-46DFDE37EA70}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C4F19D76-5056-405E-A4A9-46DFDE37EA70}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C4F19D76-5056-405E-A4A9-46DFDE37EA70}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C4F19D76-5056-405E-A4A9-46DFDE37EA70}.Release|Any CPU.Build.0 = Release|Any CPU
{0BE25347-3A6A-4989-9D85-0781979A2716}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0BE25347-3A6A-4989-9D85-0781979A2716}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0BE25347-3A6A-4989-9D85-0781979A2716}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0BE25347-3A6A-4989-9D85-0781979A2716}.Release|Any CPU.Build.0 = Release|Any CPU
{B73735C0-D7B6-4515-BA48-874BC3A1CCE2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B73735C0-D7B6-4515-BA48-874BC3A1CCE2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B73735C0-D7B6-4515-BA48-874BC3A1CCE2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B73735C0-D7B6-4515-BA48-874BC3A1CCE2}.Release|Any CPU.Build.0 = Release|Any CPU
{4EC5911F-ACF0-4220-BAD7-FF217EAE87A5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4EC5911F-ACF0-4220-BAD7-FF217EAE87A5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4EC5911F-ACF0-4220-BAD7-FF217EAE87A5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4EC5911F-ACF0-4220-BAD7-FF217EAE87A5}.Release|Any CPU.Build.0 = Release|Any CPU
{3AEE5393-8822-4AE5-9F4D-9C1CF796D160}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3AEE5393-8822-4AE5-9F4D-9C1CF796D160}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3AEE5393-8822-4AE5-9F4D-9C1CF796D160}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3AEE5393-8822-4AE5-9F4D-9C1CF796D160}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{C4F19D76-5056-405E-A4A9-46DFDE37EA70} = {D93BF416-230B-431D-84FB-540EE10EE45C}
{0BE25347-3A6A-4989-9D85-0781979A2716} = {06178DF0-38BB-49E0-A583-216B05B53B11}
{B73735C0-D7B6-4515-BA48-874BC3A1CCE2} = {D93BF416-230B-431D-84FB-540EE10EE45C}
{4EC5911F-ACF0-4220-BAD7-FF217EAE87A5} = {D93BF416-230B-431D-84FB-540EE10EE45C}
{3AEE5393-8822-4AE5-9F4D-9C1CF796D160} = {D93BF416-230B-431D-84FB-540EE10EE45C}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {4602B2CB-9082-4664-8447-C83C1B729F75}
EndGlobalSection
EndGlobal