-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathECommerce.sln
45 lines (45 loc) · 2.61 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
43
44
45
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26430.12
MinimumVisualStudioVersion = 10.0.40219.1
Project("{A07B5EB6-E848-4116-A8D0-A826331D98C6}") = "ECommerce", "ECommerce\ECommerce.sfproj", "{7F2E709B-25A5-4B20-A630-F95ED792B558}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ECommerce.ProductCatalog", "ECommerce.ProductCatalog\ECommerce.ProductCatalog.csproj", "{CABBF5FB-94E0-4172-BBBA-C073BEFAEC76}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ECommerce.ProductCatalog.Model", "ECommerce.ProductCatalog.Model\ECommerce.ProductCatalog.Model.csproj", "{D5286FC8-E5E2-4F4C-9211-4956ABA25D66}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ECommerce.API", "ECommerce.API\ECommerce.API.csproj", "{55CC1499-7FF7-41DE-B23D-058A286554E0}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x64 = Debug|x64
Release|x64 = Release|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{7F2E709B-25A5-4B20-A630-F95ED792B558}.Debug|x64.ActiveCfg = Debug|x64
{7F2E709B-25A5-4B20-A630-F95ED792B558}.Debug|x64.Build.0 = Debug|x64
{7F2E709B-25A5-4B20-A630-F95ED792B558}.Debug|x64.Deploy.0 = Debug|x64
{7F2E709B-25A5-4B20-A630-F95ED792B558}.Release|x64.ActiveCfg = Release|x64
{7F2E709B-25A5-4B20-A630-F95ED792B558}.Release|x64.Build.0 = Release|x64
{7F2E709B-25A5-4B20-A630-F95ED792B558}.Release|x64.Deploy.0 = Release|x64
{CABBF5FB-94E0-4172-BBBA-C073BEFAEC76}.Debug|x64.ActiveCfg = Debug|x64
{CABBF5FB-94E0-4172-BBBA-C073BEFAEC76}.Debug|x64.Build.0 = Debug|x64
{CABBF5FB-94E0-4172-BBBA-C073BEFAEC76}.Release|x64.ActiveCfg = Release|x64
{CABBF5FB-94E0-4172-BBBA-C073BEFAEC76}.Release|x64.Build.0 = Release|x64
{D5286FC8-E5E2-4F4C-9211-4956ABA25D66}.Debug|x64.ActiveCfg = Debug|x64
{D5286FC8-E5E2-4F4C-9211-4956ABA25D66}.Debug|x64.Build.0 = Debug|x64
{D5286FC8-E5E2-4F4C-9211-4956ABA25D66}.Release|x64.ActiveCfg = Release|Any CPU
{D5286FC8-E5E2-4F4C-9211-4956ABA25D66}.Release|x64.Build.0 = Release|Any CPU
{55CC1499-7FF7-41DE-B23D-058A286554E0}.Debug|x64.ActiveCfg = Debug|Any CPU
{55CC1499-7FF7-41DE-B23D-058A286554E0}.Debug|x64.Build.0 = Debug|Any CPU
{55CC1499-7FF7-41DE-B23D-058A286554E0}.Release|x64.ActiveCfg = Release|Any CPU
{55CC1499-7FF7-41DE-B23D-058A286554E0}.Release|x64.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {168165DA-0848-4B8D-9659-722B3007A89D}
EndGlobalSection
EndGlobal