-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathFinalProject.sln
60 lines (60 loc) · 3.6 KB
/
FinalProject.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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30907.101
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DataAccess", "DataAccess\DataAccess.csproj", "{0787D638-695D-4BA1-807D-80BAE836657A}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Business", "Business\Business.csproj", "{0DDB2477-C25C-468F-9DC6-F4E47E00BCBF}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Entities", "Entities\Entities.csproj", "{15FA4186-5E09-46E5-B043-CE1D951AC2DC}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ConsoleUI", "ConsoleUI\ConsoleUI.csproj", "{CADDA2B3-42DB-44E5-92C7-12E4CAA483C6}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{BA6D70F2-EDE8-4D42-9A15-8BC10FCDFAAD}"
ProjectSection(SolutionItems) = preProject
readme.md = readme.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Core", "Core\Core.csproj", "{B52C8468-DDBF-493A-B76D-64B18040127A}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WebAPI", "WebAPI\WebAPI.csproj", "{07133DC6-1C6D-4AF6-83E1-84F5D3601C6C}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{0787D638-695D-4BA1-807D-80BAE836657A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0787D638-695D-4BA1-807D-80BAE836657A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0787D638-695D-4BA1-807D-80BAE836657A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0787D638-695D-4BA1-807D-80BAE836657A}.Release|Any CPU.Build.0 = Release|Any CPU
{0DDB2477-C25C-468F-9DC6-F4E47E00BCBF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0DDB2477-C25C-468F-9DC6-F4E47E00BCBF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0DDB2477-C25C-468F-9DC6-F4E47E00BCBF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0DDB2477-C25C-468F-9DC6-F4E47E00BCBF}.Release|Any CPU.Build.0 = Release|Any CPU
{15FA4186-5E09-46E5-B043-CE1D951AC2DC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{15FA4186-5E09-46E5-B043-CE1D951AC2DC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{15FA4186-5E09-46E5-B043-CE1D951AC2DC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{15FA4186-5E09-46E5-B043-CE1D951AC2DC}.Release|Any CPU.Build.0 = Release|Any CPU
{CADDA2B3-42DB-44E5-92C7-12E4CAA483C6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CADDA2B3-42DB-44E5-92C7-12E4CAA483C6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CADDA2B3-42DB-44E5-92C7-12E4CAA483C6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CADDA2B3-42DB-44E5-92C7-12E4CAA483C6}.Release|Any CPU.Build.0 = Release|Any CPU
{B52C8468-DDBF-493A-B76D-64B18040127A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B52C8468-DDBF-493A-B76D-64B18040127A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B52C8468-DDBF-493A-B76D-64B18040127A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B52C8468-DDBF-493A-B76D-64B18040127A}.Release|Any CPU.Build.0 = Release|Any CPU
{07133DC6-1C6D-4AF6-83E1-84F5D3601C6C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{07133DC6-1C6D-4AF6-83E1-84F5D3601C6C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{07133DC6-1C6D-4AF6-83E1-84F5D3601C6C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{07133DC6-1C6D-4AF6-83E1-84F5D3601C6C}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {EA1D428F-B347-41E1-8577-F919DBAC3FF7}
EndGlobalSection
EndGlobal