-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathInventory_Control_System.sln
More file actions
51 lines (51 loc) · 3.01 KB
/
Copy pathInventory_Control_System.sln
File metadata and controls
51 lines (51 loc) · 3.01 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
44
45
46
47
48
49
50
51
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.8.34511.84
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Presentation_Layer", "Inventory_Control_System\Presentation_Layer.csproj", "{24B9B263-EF44-48D5-8B08-80A4487475A1}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "1 - Presentation Layer", "1 - Presentation Layer", "{67D73BB6-E0FF-4760-A304-77F452B34F9A}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "2 - Bussiness Logic Layer", "2 - Bussiness Logic Layer", "{C11561A0-DCC2-4FAB-A07C-C8BA36B195D6}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "3 - Data Access Layer", "3 - Data Access Layer", "{DE42EE95-8AA4-4F8F-AB68-B938F5E9065A}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Bussiness_Logic_Layer", "Bussiness_Logic_Layer\Bussiness_Logic_Layer.csproj", "{EAD4E689-C65C-4AD2-AD3B-237364E8B286}"
ProjectSection(ProjectDependencies) = postProject
{60F290DB-9908-4E87-8093-65D693E71BD2} = {60F290DB-9908-4E87-8093-65D693E71BD2}
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Data_Access_Layer", "Data_Access_Layer\Data_Access_Layer.csproj", "{60F290DB-9908-4E87-8093-65D693E71BD2}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{24B9B263-EF44-48D5-8B08-80A4487475A1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{24B9B263-EF44-48D5-8B08-80A4487475A1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{24B9B263-EF44-48D5-8B08-80A4487475A1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{24B9B263-EF44-48D5-8B08-80A4487475A1}.Release|Any CPU.Build.0 = Release|Any CPU
{EAD4E689-C65C-4AD2-AD3B-237364E8B286}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EAD4E689-C65C-4AD2-AD3B-237364E8B286}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EAD4E689-C65C-4AD2-AD3B-237364E8B286}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EAD4E689-C65C-4AD2-AD3B-237364E8B286}.Release|Any CPU.Build.0 = Release|Any CPU
{60F290DB-9908-4E87-8093-65D693E71BD2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{60F290DB-9908-4E87-8093-65D693E71BD2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{60F290DB-9908-4E87-8093-65D693E71BD2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{60F290DB-9908-4E87-8093-65D693E71BD2}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{24B9B263-EF44-48D5-8B08-80A4487475A1} = {67D73BB6-E0FF-4760-A304-77F452B34F9A}
{EAD4E689-C65C-4AD2-AD3B-237364E8B286} = {C11561A0-DCC2-4FAB-A07C-C8BA36B195D6}
{60F290DB-9908-4E87-8093-65D693E71BD2} = {DE42EE95-8AA4-4F8F-AB68-B938F5E9065A}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {1DF0C243-6600-4D64-B170-99F60746D40E}
EndGlobalSection
EndGlobal