-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathECommerceAPI.sln
61 lines (61 loc) · 4.11 KB
/
ECommerceAPI.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.10.34916.146
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ECommerceAPI.Domain", "ECommerceAPI.Domain\ECommerceAPI.Domain.csproj", "{6E5B389B-2114-4C3E-8597-7095BD126EC9}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ECommerceAPI.Application", "ECommerceAPI.Application\ECommerceAPI.Application.csproj", "{3C6B9481-38F3-44DF-BC57-634BDC1E2EC8}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ECommerceAPI.Infrastructure", "ECommerceAPI.Infrastructure\ECommerceAPI.Infrastructure.csproj", "{CB80C4E7-740D-4BB6-B2EC-0FCD474BB2B5}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ECommerceAPI.Persistence", "ECommerceAPI.Persistence\ECommerceAPI.Persistence.csproj", "{4AA25605-FD51-4181-841F-85497E9364E9}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ECommerceAPI.Shared", "ECommerceAPI.Shared\ECommerceAPI.Shared.csproj", "{9F41D6E6-370C-48D0-B655-55E0006067C8}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ECommerceAPI.Presentation", "ECommerceAPI.Presentation\ECommerceAPI.Presentation.csproj", "{FB3A66A2-1034-4D3A-A120-0C8AA409C8B2}"
EndProject
Project("{E53339B2-1760-4266-BCC7-CA923CBCF16C}") = "docker-compose", "docker-compose.dcproj", "{340097A2-5432-4866-AF7A-33F301FF75F3}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{6E5B389B-2114-4C3E-8597-7095BD126EC9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6E5B389B-2114-4C3E-8597-7095BD126EC9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6E5B389B-2114-4C3E-8597-7095BD126EC9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6E5B389B-2114-4C3E-8597-7095BD126EC9}.Release|Any CPU.Build.0 = Release|Any CPU
{3C6B9481-38F3-44DF-BC57-634BDC1E2EC8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3C6B9481-38F3-44DF-BC57-634BDC1E2EC8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3C6B9481-38F3-44DF-BC57-634BDC1E2EC8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3C6B9481-38F3-44DF-BC57-634BDC1E2EC8}.Release|Any CPU.Build.0 = Release|Any CPU
{CB80C4E7-740D-4BB6-B2EC-0FCD474BB2B5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CB80C4E7-740D-4BB6-B2EC-0FCD474BB2B5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CB80C4E7-740D-4BB6-B2EC-0FCD474BB2B5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CB80C4E7-740D-4BB6-B2EC-0FCD474BB2B5}.Release|Any CPU.Build.0 = Release|Any CPU
{4AA25605-FD51-4181-841F-85497E9364E9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4AA25605-FD51-4181-841F-85497E9364E9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4AA25605-FD51-4181-841F-85497E9364E9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4AA25605-FD51-4181-841F-85497E9364E9}.Release|Any CPU.Build.0 = Release|Any CPU
{9F41D6E6-370C-48D0-B655-55E0006067C8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9F41D6E6-370C-48D0-B655-55E0006067C8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9F41D6E6-370C-48D0-B655-55E0006067C8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9F41D6E6-370C-48D0-B655-55E0006067C8}.Release|Any CPU.Build.0 = Release|Any CPU
{FB3A66A2-1034-4D3A-A120-0C8AA409C8B2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FB3A66A2-1034-4D3A-A120-0C8AA409C8B2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FB3A66A2-1034-4D3A-A120-0C8AA409C8B2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FB3A66A2-1034-4D3A-A120-0C8AA409C8B2}.Release|Any CPU.Build.0 = Release|Any CPU
{340097A2-5432-4866-AF7A-33F301FF75F3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{340097A2-5432-4866-AF7A-33F301FF75F3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{340097A2-5432-4866-AF7A-33F301FF75F3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{340097A2-5432-4866-AF7A-33F301FF75F3}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {FE979C21-D24A-4792-BB4B-38F07B07845B}
EndGlobalSection
EndGlobal