-
Notifications
You must be signed in to change notification settings - Fork 0
/
CafeAutomationApp.sln
43 lines (43 loc) · 2.47 KB
/
CafeAutomationApp.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 17
VisualStudioVersion = 17.6.33723.286
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Entities", "Entities\Entities.csproj", "{60FE9424-0218-41CE-AA3E-CEA02E32DED4}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DataAccess", "DataAccess\DataAccess.csproj", "{C930B77B-1420-4937-93F6-D6BFBFB388DE}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Business", "Business\Business.csproj", "{DBA6D5F9-BA3A-4E55-B725-4400DEF54090}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ConsoleUI", "ConsoleUI\ConsoleUI.csproj", "{C896D391-F95F-4AD8-8A68-2C59F7317BE8}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{60FE9424-0218-41CE-AA3E-CEA02E32DED4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{60FE9424-0218-41CE-AA3E-CEA02E32DED4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{60FE9424-0218-41CE-AA3E-CEA02E32DED4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{60FE9424-0218-41CE-AA3E-CEA02E32DED4}.Release|Any CPU.Build.0 = Release|Any CPU
{C930B77B-1420-4937-93F6-D6BFBFB388DE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C930B77B-1420-4937-93F6-D6BFBFB388DE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C930B77B-1420-4937-93F6-D6BFBFB388DE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C930B77B-1420-4937-93F6-D6BFBFB388DE}.Release|Any CPU.Build.0 = Release|Any CPU
{DBA6D5F9-BA3A-4E55-B725-4400DEF54090}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DBA6D5F9-BA3A-4E55-B725-4400DEF54090}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DBA6D5F9-BA3A-4E55-B725-4400DEF54090}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DBA6D5F9-BA3A-4E55-B725-4400DEF54090}.Release|Any CPU.Build.0 = Release|Any CPU
{C896D391-F95F-4AD8-8A68-2C59F7317BE8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C896D391-F95F-4AD8-8A68-2C59F7317BE8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C896D391-F95F-4AD8-8A68-2C59F7317BE8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C896D391-F95F-4AD8-8A68-2C59F7317BE8}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {0F8A8004-C240-480F-8C5B-831B3C7F6EFD}
EndGlobalSection
EndGlobal