-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathECommerceApp.sln
48 lines (48 loc) · 2.93 KB
/
ECommerceApp.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30907.101
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ECommerceApp.DomainLayer", "ECommerceApp.DomainLayer\ECommerceApp.DomainLayer.csproj", "{FF24818A-9EFF-448B-BD11-31B64F572F4B}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ECommerceApp.InfrastructureLayer", "ECommerceApp.InfrastructureLayer\ECommerceApp.InfrastructureLayer.csproj", "{10A7419B-533C-4102-AC81-AD4EB75B2C05}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ECommerceApp.ApplicationLayer", "ECommerceApp.ApplicationLayer\ECommerceApp.ApplicationLayer.csproj", "{071CBF62-CCE2-4814-A0E6-A25D325CC1B7}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ECommerceApp.PresentationLayer", "ECommerceApp.PresentationLayer\ECommerceApp.PresentationLayer.csproj", "{E3FC10E5-BF8A-415A-8B86-864117DCAC2B}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Documantation", "Documantation", "{EEEEF0A7-2E27-4F36-9022-43E14D1DFD9A}"
ProjectSection(SolutionItems) = preProject
ReadMe.txt = ReadMe.txt
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{FF24818A-9EFF-448B-BD11-31B64F572F4B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FF24818A-9EFF-448B-BD11-31B64F572F4B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FF24818A-9EFF-448B-BD11-31B64F572F4B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FF24818A-9EFF-448B-BD11-31B64F572F4B}.Release|Any CPU.Build.0 = Release|Any CPU
{10A7419B-533C-4102-AC81-AD4EB75B2C05}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{10A7419B-533C-4102-AC81-AD4EB75B2C05}.Debug|Any CPU.Build.0 = Debug|Any CPU
{10A7419B-533C-4102-AC81-AD4EB75B2C05}.Release|Any CPU.ActiveCfg = Release|Any CPU
{10A7419B-533C-4102-AC81-AD4EB75B2C05}.Release|Any CPU.Build.0 = Release|Any CPU
{071CBF62-CCE2-4814-A0E6-A25D325CC1B7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{071CBF62-CCE2-4814-A0E6-A25D325CC1B7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{071CBF62-CCE2-4814-A0E6-A25D325CC1B7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{071CBF62-CCE2-4814-A0E6-A25D325CC1B7}.Release|Any CPU.Build.0 = Release|Any CPU
{E3FC10E5-BF8A-415A-8B86-864117DCAC2B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E3FC10E5-BF8A-415A-8B86-864117DCAC2B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E3FC10E5-BF8A-415A-8B86-864117DCAC2B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E3FC10E5-BF8A-415A-8B86-864117DCAC2B}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {635E3C99-07F2-466E-881C-B8F77F03833B}
EndGlobalSection
EndGlobal