-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathFinalProject.sln
More file actions
43 lines (43 loc) · 2.47 KB
/
FinalProject.sln
File metadata and controls
43 lines (43 loc) · 2.47 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 16
VisualStudioVersion = 16.0.30804.86
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DataAccess", "DataAccess\DataAccess.csproj", "{E1A1D05F-463A-4691-8F3E-9183B90E3C7A}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Business", "Business\Business.csproj", "{46C2A1F3-2770-4B4A-8134-283406104E5E}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Entities", "Entities\Entities.csproj", "{D252BA1C-EC51-4FA4-8230-7DB27115B809}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ConsoleUI", "ConsoleUI\ConsoleUI.csproj", "{39D529A4-7D2F-49A6-B1AB-CB212EE07021}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{E1A1D05F-463A-4691-8F3E-9183B90E3C7A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E1A1D05F-463A-4691-8F3E-9183B90E3C7A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E1A1D05F-463A-4691-8F3E-9183B90E3C7A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E1A1D05F-463A-4691-8F3E-9183B90E3C7A}.Release|Any CPU.Build.0 = Release|Any CPU
{46C2A1F3-2770-4B4A-8134-283406104E5E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{46C2A1F3-2770-4B4A-8134-283406104E5E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{46C2A1F3-2770-4B4A-8134-283406104E5E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{46C2A1F3-2770-4B4A-8134-283406104E5E}.Release|Any CPU.Build.0 = Release|Any CPU
{D252BA1C-EC51-4FA4-8230-7DB27115B809}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D252BA1C-EC51-4FA4-8230-7DB27115B809}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D252BA1C-EC51-4FA4-8230-7DB27115B809}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D252BA1C-EC51-4FA4-8230-7DB27115B809}.Release|Any CPU.Build.0 = Release|Any CPU
{39D529A4-7D2F-49A6-B1AB-CB212EE07021}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{39D529A4-7D2F-49A6-B1AB-CB212EE07021}.Debug|Any CPU.Build.0 = Debug|Any CPU
{39D529A4-7D2F-49A6-B1AB-CB212EE07021}.Release|Any CPU.ActiveCfg = Release|Any CPU
{39D529A4-7D2F-49A6-B1AB-CB212EE07021}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {F8BE9753-368E-4781-828C-F905719221F8}
EndGlobalSection
EndGlobal