-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathE-Commerce.sln
37 lines (37 loc) · 2.08 KB
/
E-Commerce.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.9.34728.123
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "E-Commerce", "E-Commerce\E-Commerce.csproj", "{268F5B96-3FD8-47BD-9C52-E2E18B5976B3}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "E-Commerce.Domain", "E-Commerce.Domain\E-Commerce.Domain.csproj", "{8F796B0A-5B06-4BDD-88F8-A675F339B186}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "E-Commerce.Infrastructure", "E-Commerce.Infrastructure\E-Commerce.Infrastructure.csproj", "{93C714A8-A58D-460F-B991-AC570A65AA60}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{268F5B96-3FD8-47BD-9C52-E2E18B5976B3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{268F5B96-3FD8-47BD-9C52-E2E18B5976B3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{268F5B96-3FD8-47BD-9C52-E2E18B5976B3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{268F5B96-3FD8-47BD-9C52-E2E18B5976B3}.Release|Any CPU.Build.0 = Release|Any CPU
{8F796B0A-5B06-4BDD-88F8-A675F339B186}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8F796B0A-5B06-4BDD-88F8-A675F339B186}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8F796B0A-5B06-4BDD-88F8-A675F339B186}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8F796B0A-5B06-4BDD-88F8-A675F339B186}.Release|Any CPU.Build.0 = Release|Any CPU
{93C714A8-A58D-460F-B991-AC570A65AA60}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{93C714A8-A58D-460F-B991-AC570A65AA60}.Debug|Any CPU.Build.0 = Debug|Any CPU
{93C714A8-A58D-460F-B991-AC570A65AA60}.Release|Any CPU.ActiveCfg = Release|Any CPU
{93C714A8-A58D-460F-B991-AC570A65AA60}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {9F50CE05-768F-4C32-A26F-78E26A853F13}
EndGlobalSection
EndGlobal