-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathOnlineFoodOrderingSystem.sln
43 lines (43 loc) · 2.47 KB
/
OnlineFoodOrderingSystem.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 16
VisualStudioVersion = 16.0.31410.357
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Entities", "Entities\Entities.csproj", "{B652F954-E886-41D9-A5FC-CD28B9B753E0}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Contracts", "Contracts\Contracts.csproj", "{53A6E2D9-9FD1-4D08-A704-1BC6063522CC}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Repositories", "Repositories\Repositories.csproj", "{847804FB-D39F-4ECC-A641-D3B14DB343B7}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Service", "Service\Service.csproj", "{C5F5561E-DA36-4CF3-AEB3-F7A32E5E3001}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{B652F954-E886-41D9-A5FC-CD28B9B753E0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B652F954-E886-41D9-A5FC-CD28B9B753E0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B652F954-E886-41D9-A5FC-CD28B9B753E0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B652F954-E886-41D9-A5FC-CD28B9B753E0}.Release|Any CPU.Build.0 = Release|Any CPU
{53A6E2D9-9FD1-4D08-A704-1BC6063522CC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{53A6E2D9-9FD1-4D08-A704-1BC6063522CC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{53A6E2D9-9FD1-4D08-A704-1BC6063522CC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{53A6E2D9-9FD1-4D08-A704-1BC6063522CC}.Release|Any CPU.Build.0 = Release|Any CPU
{847804FB-D39F-4ECC-A641-D3B14DB343B7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{847804FB-D39F-4ECC-A641-D3B14DB343B7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{847804FB-D39F-4ECC-A641-D3B14DB343B7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{847804FB-D39F-4ECC-A641-D3B14DB343B7}.Release|Any CPU.Build.0 = Release|Any CPU
{C5F5561E-DA36-4CF3-AEB3-F7A32E5E3001}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C5F5561E-DA36-4CF3-AEB3-F7A32E5E3001}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C5F5561E-DA36-4CF3-AEB3-F7A32E5E3001}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C5F5561E-DA36-4CF3-AEB3-F7A32E5E3001}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {709EB63B-5F3E-4F59-81FE-3BB9B790A7F8}
EndGlobalSection
EndGlobal