-
Notifications
You must be signed in to change notification settings - Fork 0
/
GloriousGamesEcommerce.sln
76 lines (76 loc) · 5.42 KB
/
GloriousGamesEcommerce.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
65
66
67
68
69
70
71
72
73
74
75
76
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.4.33103.184
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "FrontEnd", "FrontEnd", "{8E16EA1A-6BD9-4825-8D7A-AA767421520D}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "GloriousGames.Web", "GloriousGames.Web\GloriousGames.Web.csproj", "{E2C1A147-DDE8-4C32-8EB3-9F2CBB1BD678}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Services", "Services", "{B63F21EA-1995-4689-A09D-13D4192B7D21}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "GloriousGamesEcommerce.Services.ProductAPI", "GlouriousGamesEcommerce.Services.ProductAPI\GloriousGamesEcommerce.Services.ProductAPI.csproj", "{4BC1191A-25FB-4564-8B2B-CBBA06E81535}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "GloriousGamesEcommerce.Services.Identity", "GloriousGamesEcommerce.Services.Identity\GloriousGamesEcommerce.Services.Identity.csproj", "{081735A0-C347-4088-8413-5B1CB7D8D373}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "GloriousGamesEcommerce.Services.ShoppingCartAPI", "GloriousGamesEcommerce.Services.ShoppingCartAPI\GloriousGamesEcommerce.Services.ShoppingCartAPI.csproj", "{F13A1F42-9A1C-4438-BD54-7B579A8C860B}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "GloriousGames.Services.CouponAPI", "GloriousGames.Services.CouponAPI\GloriousGames.Services.CouponAPI.csproj", "{A28189A5-F419-4B31-A8A9-6D258840B4D7}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Integration", "Integration", "{C5829CAE-8490-4711-90CD-F9A7723F102D}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "GloriousGamesEcommerce.MessageBus", "GloriousGamesEcommerce.MessageBus\GloriousGamesEcommerce.MessageBus.csproj", "{C1660878-0960-4EF6-BE2D-5FAEA0C7FCA8}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GloriousGamesEcommerce.Services.OrderAPI", "GloriousGamesEcommerce.Services.OrderAPI\GloriousGamesEcommerce.Services.OrderAPI.csproj", "{7E1AD930-F81C-43E3-82D3-CE39852AEB8C}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{E2C1A147-DDE8-4C32-8EB3-9F2CBB1BD678}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E2C1A147-DDE8-4C32-8EB3-9F2CBB1BD678}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E2C1A147-DDE8-4C32-8EB3-9F2CBB1BD678}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E2C1A147-DDE8-4C32-8EB3-9F2CBB1BD678}.Release|Any CPU.Build.0 = Release|Any CPU
{4BC1191A-25FB-4564-8B2B-CBBA06E81535}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4BC1191A-25FB-4564-8B2B-CBBA06E81535}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4BC1191A-25FB-4564-8B2B-CBBA06E81535}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4BC1191A-25FB-4564-8B2B-CBBA06E81535}.Release|Any CPU.Build.0 = Release|Any CPU
{081735A0-C347-4088-8413-5B1CB7D8D373}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{081735A0-C347-4088-8413-5B1CB7D8D373}.Debug|Any CPU.Build.0 = Debug|Any CPU
{081735A0-C347-4088-8413-5B1CB7D8D373}.Release|Any CPU.ActiveCfg = Release|Any CPU
{081735A0-C347-4088-8413-5B1CB7D8D373}.Release|Any CPU.Build.0 = Release|Any CPU
{F13A1F42-9A1C-4438-BD54-7B579A8C860B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F13A1F42-9A1C-4438-BD54-7B579A8C860B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F13A1F42-9A1C-4438-BD54-7B579A8C860B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F13A1F42-9A1C-4438-BD54-7B579A8C860B}.Release|Any CPU.Build.0 = Release|Any CPU
{A28189A5-F419-4B31-A8A9-6D258840B4D7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A28189A5-F419-4B31-A8A9-6D258840B4D7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A28189A5-F419-4B31-A8A9-6D258840B4D7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A28189A5-F419-4B31-A8A9-6D258840B4D7}.Release|Any CPU.Build.0 = Release|Any CPU
{C1660878-0960-4EF6-BE2D-5FAEA0C7FCA8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C1660878-0960-4EF6-BE2D-5FAEA0C7FCA8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C1660878-0960-4EF6-BE2D-5FAEA0C7FCA8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C1660878-0960-4EF6-BE2D-5FAEA0C7FCA8}.Release|Any CPU.Build.0 = Release|Any CPU
{7E1AD930-F81C-43E3-82D3-CE39852AEB8C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7E1AD930-F81C-43E3-82D3-CE39852AEB8C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7E1AD930-F81C-43E3-82D3-CE39852AEB8C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7E1AD930-F81C-43E3-82D3-CE39852AEB8C}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{E2C1A147-DDE8-4C32-8EB3-9F2CBB1BD678} = {8E16EA1A-6BD9-4825-8D7A-AA767421520D}
{4BC1191A-25FB-4564-8B2B-CBBA06E81535} = {B63F21EA-1995-4689-A09D-13D4192B7D21}
{081735A0-C347-4088-8413-5B1CB7D8D373} = {B63F21EA-1995-4689-A09D-13D4192B7D21}
{F13A1F42-9A1C-4438-BD54-7B579A8C860B} = {B63F21EA-1995-4689-A09D-13D4192B7D21}
{A28189A5-F419-4B31-A8A9-6D258840B4D7} = {B63F21EA-1995-4689-A09D-13D4192B7D21}
{C1660878-0960-4EF6-BE2D-5FAEA0C7FCA8} = {C5829CAE-8490-4711-90CD-F9A7723F102D}
{7E1AD930-F81C-43E3-82D3-CE39852AEB8C} = {B63F21EA-1995-4689-A09D-13D4192B7D21}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {03A0BC04-9D7E-4510-8EC5-CF92B9E49803}
EndGlobalSection
EndGlobal