-
Notifications
You must be signed in to change notification settings - Fork 1
/
ShopAndEat.sln
74 lines (73 loc) · 4.37 KB
/
ShopAndEat.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
62
63
64
65
66
67
68
69
70
71
72
73
74
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29709.97
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DataLayer", "DataLayer\DataLayer.csproj", "{D7476D40-81E4-4842-8C93-EF21A1A0F021}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Tests", "Tests\Tests.csproj", "{2E0FD0BC-63CE-41B7-B45C-BA04F55E352B}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BizLogic", "BizLogic\BizLogic.csproj", "{E32B00E9-7B13-415F-BAD8-28EC5F81014E}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ServiceLayer", "ServiceLayer\ServiceLayer.csproj", "{571E2757-3FE8-4F7E-973B-81BE9CFF6B46}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DTO", "DTO\DTO.csproj", "{9CE81645-B9C3-4416-9070-0590E3086CB4}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BizDbAccess", "BizDbAccess\BizDbAccess.csproj", "{1CD82C93-2914-4F6F-AAFD-0AF1508B7992}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ShopAndEat", "ShopAndEat\ShopAndEat.csproj", "{E3327A4D-F526-49A6-B121-5730C65EBB65}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solutions Items", "Solutions Items", "{E1C480E6-806B-41EF-BF19-659DF7D1DCE4}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
CHANGELOG.md = CHANGELOG.md
Directory.Build.props = Directory.Build.props
Directory.Packages.props = Directory.Packages.props
global.json = global.json
LICENSE.md = LICENSE.md
README.md = README.md
renovate.json = renovate.json
.github\workflows\CI_CD.yml = .github\workflows\CI_CD.yml
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{D7476D40-81E4-4842-8C93-EF21A1A0F021}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D7476D40-81E4-4842-8C93-EF21A1A0F021}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D7476D40-81E4-4842-8C93-EF21A1A0F021}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D7476D40-81E4-4842-8C93-EF21A1A0F021}.Release|Any CPU.Build.0 = Release|Any CPU
{2E0FD0BC-63CE-41B7-B45C-BA04F55E352B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2E0FD0BC-63CE-41B7-B45C-BA04F55E352B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2E0FD0BC-63CE-41B7-B45C-BA04F55E352B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2E0FD0BC-63CE-41B7-B45C-BA04F55E352B}.Release|Any CPU.Build.0 = Release|Any CPU
{E32B00E9-7B13-415F-BAD8-28EC5F81014E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E32B00E9-7B13-415F-BAD8-28EC5F81014E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E32B00E9-7B13-415F-BAD8-28EC5F81014E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E32B00E9-7B13-415F-BAD8-28EC5F81014E}.Release|Any CPU.Build.0 = Release|Any CPU
{571E2757-3FE8-4F7E-973B-81BE9CFF6B46}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{571E2757-3FE8-4F7E-973B-81BE9CFF6B46}.Debug|Any CPU.Build.0 = Debug|Any CPU
{571E2757-3FE8-4F7E-973B-81BE9CFF6B46}.Release|Any CPU.ActiveCfg = Release|Any CPU
{571E2757-3FE8-4F7E-973B-81BE9CFF6B46}.Release|Any CPU.Build.0 = Release|Any CPU
{9CE81645-B9C3-4416-9070-0590E3086CB4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9CE81645-B9C3-4416-9070-0590E3086CB4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9CE81645-B9C3-4416-9070-0590E3086CB4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9CE81645-B9C3-4416-9070-0590E3086CB4}.Release|Any CPU.Build.0 = Release|Any CPU
{1CD82C93-2914-4F6F-AAFD-0AF1508B7992}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1CD82C93-2914-4F6F-AAFD-0AF1508B7992}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1CD82C93-2914-4F6F-AAFD-0AF1508B7992}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1CD82C93-2914-4F6F-AAFD-0AF1508B7992}.Release|Any CPU.Build.0 = Release|Any CPU
{E3327A4D-F526-49A6-B121-5730C65EBB65}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E3327A4D-F526-49A6-B121-5730C65EBB65}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E3327A4D-F526-49A6-B121-5730C65EBB65}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E3327A4D-F526-49A6-B121-5730C65EBB65}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {D223A050-5C2E-4B37-BBDC-18363BD98E4B}
EndGlobalSection
EndGlobal