-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathProjectStructure.sln
49 lines (49 loc) · 2.77 KB
/
ProjectStructure.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27703.2042
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ProjectStructure", "ProjectStructure\ProjectStructure.csproj", "{5967AF3F-0C5D-47B1-8E6C-40D4DEEEC0F2}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DAL", "DAL\DAL.csproj", "{B54E2134-8FFC-4CF0-B37B-1E0BEDFB866F}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Common", "Common\Common.csproj", "{FF6A8C58-B64A-4BD1-BCA7-D9FD729D9EBA}"
ProjectSection(ProjectDependencies) = postProject
{B54E2134-8FFC-4CF0-B37B-1E0BEDFB866F} = {B54E2134-8FFC-4CF0-B37B-1E0BEDFB866F}
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BusinessLogic", "BusinessLogic\BusinessLogic.csproj", "{9FF76A75-B71B-4400-A87B-B98E54BA42AC}"
ProjectSection(ProjectDependencies) = postProject
{B54E2134-8FFC-4CF0-B37B-1E0BEDFB866F} = {B54E2134-8FFC-4CF0-B37B-1E0BEDFB866F}
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{5967AF3F-0C5D-47B1-8E6C-40D4DEEEC0F2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5967AF3F-0C5D-47B1-8E6C-40D4DEEEC0F2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5967AF3F-0C5D-47B1-8E6C-40D4DEEEC0F2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5967AF3F-0C5D-47B1-8E6C-40D4DEEEC0F2}.Release|Any CPU.Build.0 = Release|Any CPU
{B54E2134-8FFC-4CF0-B37B-1E0BEDFB866F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B54E2134-8FFC-4CF0-B37B-1E0BEDFB866F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B54E2134-8FFC-4CF0-B37B-1E0BEDFB866F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B54E2134-8FFC-4CF0-B37B-1E0BEDFB866F}.Release|Any CPU.Build.0 = Release|Any CPU
{FF6A8C58-B64A-4BD1-BCA7-D9FD729D9EBA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FF6A8C58-B64A-4BD1-BCA7-D9FD729D9EBA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FF6A8C58-B64A-4BD1-BCA7-D9FD729D9EBA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FF6A8C58-B64A-4BD1-BCA7-D9FD729D9EBA}.Release|Any CPU.Build.0 = Release|Any CPU
{9FF76A75-B71B-4400-A87B-B98E54BA42AC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9FF76A75-B71B-4400-A87B-B98E54BA42AC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9FF76A75-B71B-4400-A87B-B98E54BA42AC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9FF76A75-B71B-4400-A87B-B98E54BA42AC}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {1A60C100-1D95-4840-943A-FB0283BB4E80}
EndGlobalSection
EndGlobal