-
Notifications
You must be signed in to change notification settings - Fork 0
/
Ecommerce.sln
49 lines (49 loc) · 2.92 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
46
47
48
49
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.5.33530.505
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Web", "src\Web\Web.csproj", "{E439AF35-3047-4959-A749-E970E8D24613}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Infrastructure", "src\Infrastructure\Infrastructure.csproj", "{2A963917-B686-4730-A67D-4DB4E5788128}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Core", "src\Core\Core.csproj", "{512888D6-B235-4895-8585-71319FBD833E}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Common", "src\Common\Common.csproj", "{28922604-40D4-4232-866D-562DDECC008A}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Tests", "Tests\Tests.csproj", "{C0451175-516B-434E-AB25-CC66348BDEB0}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{E439AF35-3047-4959-A749-E970E8D24613}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E439AF35-3047-4959-A749-E970E8D24613}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E439AF35-3047-4959-A749-E970E8D24613}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E439AF35-3047-4959-A749-E970E8D24613}.Release|Any CPU.Build.0 = Release|Any CPU
{2A963917-B686-4730-A67D-4DB4E5788128}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2A963917-B686-4730-A67D-4DB4E5788128}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2A963917-B686-4730-A67D-4DB4E5788128}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2A963917-B686-4730-A67D-4DB4E5788128}.Release|Any CPU.Build.0 = Release|Any CPU
{512888D6-B235-4895-8585-71319FBD833E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{512888D6-B235-4895-8585-71319FBD833E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{512888D6-B235-4895-8585-71319FBD833E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{512888D6-B235-4895-8585-71319FBD833E}.Release|Any CPU.Build.0 = Release|Any CPU
{28922604-40D4-4232-866D-562DDECC008A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{28922604-40D4-4232-866D-562DDECC008A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{28922604-40D4-4232-866D-562DDECC008A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{28922604-40D4-4232-866D-562DDECC008A}.Release|Any CPU.Build.0 = Release|Any CPU
{C0451175-516B-434E-AB25-CC66348BDEB0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C0451175-516B-434E-AB25-CC66348BDEB0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C0451175-516B-434E-AB25-CC66348BDEB0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C0451175-516B-434E-AB25-CC66348BDEB0}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {B56B1589-2EC2-42A0-BD23-26B7077EA619}
EndGlobalSection
EndGlobal