-
Notifications
You must be signed in to change notification settings - Fork 1
/
LibraryApp.sln
46 lines (46 loc) · 2.69 KB
/
LibraryApp.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.31112.23
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PresentationLayer", "PresentationLayer\PresentationLayer.csproj", "{CE977E14-682E-4103-928B-7A0E6DC4862A}"
ProjectSection(ProjectDependencies) = postProject
{AA9B9D9C-57B2-4E6B-9255-757DCC7561A2} = {AA9B9D9C-57B2-4E6B-9255-757DCC7561A2}
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DataAccessLayer", "DataAccessLayer\DataAccessLayer.csproj", "{2AD695CB-4B84-4592-8B28-E42FA34CBC0F}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BusinessLogicLayer", "BusinessLogicLayer\BusinessLogicLayer.csproj", "{08CBCE6A-AF66-4E62-B73A-CEC9A82D4C11}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WcfService", "WcfService\WcfService.csproj", "{AA9B9D9C-57B2-4E6B-9255-757DCC7561A2}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{CE977E14-682E-4103-928B-7A0E6DC4862A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CE977E14-682E-4103-928B-7A0E6DC4862A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CE977E14-682E-4103-928B-7A0E6DC4862A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CE977E14-682E-4103-928B-7A0E6DC4862A}.Release|Any CPU.Build.0 = Release|Any CPU
{2AD695CB-4B84-4592-8B28-E42FA34CBC0F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2AD695CB-4B84-4592-8B28-E42FA34CBC0F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2AD695CB-4B84-4592-8B28-E42FA34CBC0F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2AD695CB-4B84-4592-8B28-E42FA34CBC0F}.Release|Any CPU.Build.0 = Release|Any CPU
{08CBCE6A-AF66-4E62-B73A-CEC9A82D4C11}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{08CBCE6A-AF66-4E62-B73A-CEC9A82D4C11}.Debug|Any CPU.Build.0 = Debug|Any CPU
{08CBCE6A-AF66-4E62-B73A-CEC9A82D4C11}.Release|Any CPU.ActiveCfg = Release|Any CPU
{08CBCE6A-AF66-4E62-B73A-CEC9A82D4C11}.Release|Any CPU.Build.0 = Release|Any CPU
{AA9B9D9C-57B2-4E6B-9255-757DCC7561A2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{AA9B9D9C-57B2-4E6B-9255-757DCC7561A2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{AA9B9D9C-57B2-4E6B-9255-757DCC7561A2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{AA9B9D9C-57B2-4E6B-9255-757DCC7561A2}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {FD08F72E-AE96-4794-86A0-481F25856501}
EndGlobalSection
EndGlobal