-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathAgenda.sln
43 lines (43 loc) · 2.54 KB
/
Agenda.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.2.32519.379
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ContactEntity", "ContactEntity\ContactEntity.csproj", "{7A201C2B-A42C-4793-A2F6-DE74C5D566FC}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Data_Layer", "Data_Layer\Data_Layer.csproj", "{440A8CB4-91C9-45C2-973F-29B1346532A1}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BusinessLogic_Layer", "BusinessLogic_Layer\BusinessLogic_Layer.csproj", "{77145F9C-B363-49EA-8AED-91B2F6D83B9D}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Presentation_Layer", "Presentation_Layer\Presentation_Layer.csproj", "{2E97C6D9-6C73-4A2A-A4DB-D3A015B925CF}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{7A201C2B-A42C-4793-A2F6-DE74C5D566FC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7A201C2B-A42C-4793-A2F6-DE74C5D566FC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7A201C2B-A42C-4793-A2F6-DE74C5D566FC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7A201C2B-A42C-4793-A2F6-DE74C5D566FC}.Release|Any CPU.Build.0 = Release|Any CPU
{440A8CB4-91C9-45C2-973F-29B1346532A1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{440A8CB4-91C9-45C2-973F-29B1346532A1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{440A8CB4-91C9-45C2-973F-29B1346532A1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{440A8CB4-91C9-45C2-973F-29B1346532A1}.Release|Any CPU.Build.0 = Release|Any CPU
{77145F9C-B363-49EA-8AED-91B2F6D83B9D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{77145F9C-B363-49EA-8AED-91B2F6D83B9D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{77145F9C-B363-49EA-8AED-91B2F6D83B9D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{77145F9C-B363-49EA-8AED-91B2F6D83B9D}.Release|Any CPU.Build.0 = Release|Any CPU
{2E97C6D9-6C73-4A2A-A4DB-D3A015B925CF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2E97C6D9-6C73-4A2A-A4DB-D3A015B925CF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2E97C6D9-6C73-4A2A-A4DB-D3A015B925CF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2E97C6D9-6C73-4A2A-A4DB-D3A015B925CF}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {D4407001-2EEC-4054-8C9F-6892378FE843}
EndGlobalSection
EndGlobal