-
Notifications
You must be signed in to change notification settings - Fork 0
/
Restaurants.sln
37 lines (37 loc) · 2.05 KB
/
Restaurants.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30309.148
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Restaurants", "Restaurants\Restaurants.csproj", "{D74CF4D9-1AF0-49E9-9A89-A332569462E4}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Restaurants.Core", "Restaurants.Core\Restaurants.Core.csproj", "{FCE3D6CC-D9BA-45DC-AF90-CAE7E25BE677}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Restaurant.Data", "Restaurant.Data\Restaurant.Data.csproj", "{D62B4801-D801-41BE-97FB-029CD168B672}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{D74CF4D9-1AF0-49E9-9A89-A332569462E4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D74CF4D9-1AF0-49E9-9A89-A332569462E4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D74CF4D9-1AF0-49E9-9A89-A332569462E4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D74CF4D9-1AF0-49E9-9A89-A332569462E4}.Release|Any CPU.Build.0 = Release|Any CPU
{FCE3D6CC-D9BA-45DC-AF90-CAE7E25BE677}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FCE3D6CC-D9BA-45DC-AF90-CAE7E25BE677}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FCE3D6CC-D9BA-45DC-AF90-CAE7E25BE677}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FCE3D6CC-D9BA-45DC-AF90-CAE7E25BE677}.Release|Any CPU.Build.0 = Release|Any CPU
{D62B4801-D801-41BE-97FB-029CD168B672}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D62B4801-D801-41BE-97FB-029CD168B672}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D62B4801-D801-41BE-97FB-029CD168B672}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D62B4801-D801-41BE-97FB-029CD168B672}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {C483B70B-8BA5-4A8E-8C4C-8BB219737E6B}
EndGlobalSection
EndGlobal