-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy patheCommerceProject.sln
43 lines (43 loc) · 2.53 KB
/
eCommerceProject.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.4.33110.190
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "eCommerceProject", "eCommerceProject\eCommerceProject.csproj", "{6309549B-0C8A-4BA7-92EC-2124D32C2854}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "EntityLayer", "EntitiyLayer\EntityLayer.csproj", "{61DC35E3-F906-4F84-8D02-1E93DE81C29F}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DataAccessLayer", "DataAccessLayer\DataAccessLayer.csproj", "{AEC3DEAB-1AB7-428A-BC5D-AE939188868B}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BusinessLayer", "BusinessLayer\BusinessLayer.csproj", "{351DE8FC-67A0-409E-A748-A8445318CDBA}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{6309549B-0C8A-4BA7-92EC-2124D32C2854}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6309549B-0C8A-4BA7-92EC-2124D32C2854}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6309549B-0C8A-4BA7-92EC-2124D32C2854}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6309549B-0C8A-4BA7-92EC-2124D32C2854}.Release|Any CPU.Build.0 = Release|Any CPU
{61DC35E3-F906-4F84-8D02-1E93DE81C29F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{61DC35E3-F906-4F84-8D02-1E93DE81C29F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{61DC35E3-F906-4F84-8D02-1E93DE81C29F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{61DC35E3-F906-4F84-8D02-1E93DE81C29F}.Release|Any CPU.Build.0 = Release|Any CPU
{AEC3DEAB-1AB7-428A-BC5D-AE939188868B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{AEC3DEAB-1AB7-428A-BC5D-AE939188868B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{AEC3DEAB-1AB7-428A-BC5D-AE939188868B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{AEC3DEAB-1AB7-428A-BC5D-AE939188868B}.Release|Any CPU.Build.0 = Release|Any CPU
{351DE8FC-67A0-409E-A748-A8445318CDBA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{351DE8FC-67A0-409E-A748-A8445318CDBA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{351DE8FC-67A0-409E-A748-A8445318CDBA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{351DE8FC-67A0-409E-A748-A8445318CDBA}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {9AA6A037-DA91-43D0-A5FC-F7ED9575D1DA}
EndGlobalSection
EndGlobal