This repository was archived by the owner on Sep 18, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathRestaurants.sln
More file actions
42 lines (42 loc) · 2.23 KB
/
Restaurants.sln
File metadata and controls
42 lines (42 loc) · 2.23 KB
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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29324.140
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DataLayer", "DataLayer\DataLayer.csproj", "{152C86CB-CCFC-4D87-89BC-A9B07E69F991}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ServiceLayer", "ServiceLayer\ServiceLayer.csproj", "{F76E2A8C-3E5C-4933-9DD9-2FE893008A45}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "WebApp", "WebApp\WebApp.csproj", "{63613F68-BF19-4F22-8FC8-88094C76243C}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{350D826B-1FC8-4282-8407-E6818A0A86E2}"
ProjectSection(SolutionItems) = preProject
README.md = README.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{152C86CB-CCFC-4D87-89BC-A9B07E69F991}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{152C86CB-CCFC-4D87-89BC-A9B07E69F991}.Debug|Any CPU.Build.0 = Debug|Any CPU
{152C86CB-CCFC-4D87-89BC-A9B07E69F991}.Release|Any CPU.ActiveCfg = Release|Any CPU
{152C86CB-CCFC-4D87-89BC-A9B07E69F991}.Release|Any CPU.Build.0 = Release|Any CPU
{F76E2A8C-3E5C-4933-9DD9-2FE893008A45}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F76E2A8C-3E5C-4933-9DD9-2FE893008A45}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F76E2A8C-3E5C-4933-9DD9-2FE893008A45}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F76E2A8C-3E5C-4933-9DD9-2FE893008A45}.Release|Any CPU.Build.0 = Release|Any CPU
{63613F68-BF19-4F22-8FC8-88094C76243C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{63613F68-BF19-4F22-8FC8-88094C76243C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{63613F68-BF19-4F22-8FC8-88094C76243C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{63613F68-BF19-4F22-8FC8-88094C76243C}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {31AC32E4-C43C-4A75-8AB9-A428819EB0F7}
EndGlobalSection
EndGlobal