-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathRestaurantOrderingSystem.sln
More file actions
43 lines (43 loc) · 2.59 KB
/
RestaurantOrderingSystem.sln
File metadata and controls
43 lines (43 loc) · 2.59 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
43
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.9.34701.34
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Restaurant.Core", "Restaurant.Core\Restaurant.Core.csproj", "{38395D05-9108-4D9B-8ED6-B3AC9D4EF91D}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Restaurant.Application", "Restaurant.Application\Restaurant.Application.csproj", "{40243ADD-E282-4093-B9E7-6F8438DB4DB7}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Restaurant.Infrastructure", "Restaurant.Infrastructure\Restaurant.Infrastructure.csproj", "{74A92478-13BF-4E18-9009-A977FD041FD7}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Restaurant.API", "Restaurant.API\Restaurant.API.csproj", "{F741AD63-07CE-4618-B96F-3C9D8C8654B3}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{38395D05-9108-4D9B-8ED6-B3AC9D4EF91D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{38395D05-9108-4D9B-8ED6-B3AC9D4EF91D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{38395D05-9108-4D9B-8ED6-B3AC9D4EF91D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{38395D05-9108-4D9B-8ED6-B3AC9D4EF91D}.Release|Any CPU.Build.0 = Release|Any CPU
{40243ADD-E282-4093-B9E7-6F8438DB4DB7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{40243ADD-E282-4093-B9E7-6F8438DB4DB7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{40243ADD-E282-4093-B9E7-6F8438DB4DB7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{40243ADD-E282-4093-B9E7-6F8438DB4DB7}.Release|Any CPU.Build.0 = Release|Any CPU
{74A92478-13BF-4E18-9009-A977FD041FD7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{74A92478-13BF-4E18-9009-A977FD041FD7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{74A92478-13BF-4E18-9009-A977FD041FD7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{74A92478-13BF-4E18-9009-A977FD041FD7}.Release|Any CPU.Build.0 = Release|Any CPU
{F741AD63-07CE-4618-B96F-3C9D8C8654B3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F741AD63-07CE-4618-B96F-3C9D8C8654B3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F741AD63-07CE-4618-B96F-3C9D8C8654B3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F741AD63-07CE-4618-B96F-3C9D8C8654B3}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {D651B2B9-2724-42D1-8838-4615BA74CA48}
EndGlobalSection
EndGlobal