-
-
Notifications
You must be signed in to change notification settings - Fork 519
/
ECommerce.sln
42 lines (42 loc) · 2.57 KB
/
ECommerce.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.8.0.0
MinimumVisualStudioVersion = 17.8.0.0
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ECommerce.AppHost", "ECommerce.AppHost\ECommerce.AppHost.csproj", "{6D13EEFF-17B7-4559-8981-C9F362C82712}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ECommerce.ServiceDefaults", "ECommerce.ServiceDefaults\ECommerce.ServiceDefaults.csproj", "{4C79335E-B6E4-4BFD-878E-AA35BA71BB99}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ECommerce.ApiService", "ECommerce.ApiService\ECommerce.ApiService.csproj", "{7F5612D9-DF7C-4D86-A18B-ED4E8B820F79}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ECommerce.Web", "ECommerce.Web\ECommerce.Web.csproj", "{DC1BCE1C-2FF8-49DE-B14F-82596C13BA4B}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{6D13EEFF-17B7-4559-8981-C9F362C82712}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6D13EEFF-17B7-4559-8981-C9F362C82712}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6D13EEFF-17B7-4559-8981-C9F362C82712}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6D13EEFF-17B7-4559-8981-C9F362C82712}.Release|Any CPU.Build.0 = Release|Any CPU
{4C79335E-B6E4-4BFD-878E-AA35BA71BB99}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4C79335E-B6E4-4BFD-878E-AA35BA71BB99}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4C79335E-B6E4-4BFD-878E-AA35BA71BB99}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4C79335E-B6E4-4BFD-878E-AA35BA71BB99}.Release|Any CPU.Build.0 = Release|Any CPU
{7F5612D9-DF7C-4D86-A18B-ED4E8B820F79}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7F5612D9-DF7C-4D86-A18B-ED4E8B820F79}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7F5612D9-DF7C-4D86-A18B-ED4E8B820F79}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7F5612D9-DF7C-4D86-A18B-ED4E8B820F79}.Release|Any CPU.Build.0 = Release|Any CPU
{DC1BCE1C-2FF8-49DE-B14F-82596C13BA4B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DC1BCE1C-2FF8-49DE-B14F-82596C13BA4B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DC1BCE1C-2FF8-49DE-B14F-82596C13BA4B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DC1BCE1C-2FF8-49DE-B14F-82596C13BA4B}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {58C684E5-0D56-4626-BD6D-B5D61F66F033}
EndGlobalSection
EndGlobal