-
Notifications
You must be signed in to change notification settings - Fork 0
/
blogProject.sln
43 lines (43 loc) · 2.51 KB
/
blogProject.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 16
VisualStudioVersion = 16.0.33027.164
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "blogProject", "blogProject\blogProject.csproj", "{11140E63-9A64-4506-8D1E-765F788CE3B2}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "EntityLayer", "EntityLayer\EntityLayer.csproj", "{007DBAA7-8825-42F9-BD1F-3B0C27EA0C51}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BusinessLayer", "BusinessLayer\BusinessLayer.csproj", "{C7332394-1045-45D2-954F-F24896702D79}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DataAccessLayer", "DataAccessLayer\DataAccessLayer.csproj", "{DDF7E4F4-306A-44D2-A2E2-F79D0691A76E}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{11140E63-9A64-4506-8D1E-765F788CE3B2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{11140E63-9A64-4506-8D1E-765F788CE3B2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{11140E63-9A64-4506-8D1E-765F788CE3B2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{11140E63-9A64-4506-8D1E-765F788CE3B2}.Release|Any CPU.Build.0 = Release|Any CPU
{007DBAA7-8825-42F9-BD1F-3B0C27EA0C51}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{007DBAA7-8825-42F9-BD1F-3B0C27EA0C51}.Debug|Any CPU.Build.0 = Debug|Any CPU
{007DBAA7-8825-42F9-BD1F-3B0C27EA0C51}.Release|Any CPU.ActiveCfg = Release|Any CPU
{007DBAA7-8825-42F9-BD1F-3B0C27EA0C51}.Release|Any CPU.Build.0 = Release|Any CPU
{C7332394-1045-45D2-954F-F24896702D79}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C7332394-1045-45D2-954F-F24896702D79}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C7332394-1045-45D2-954F-F24896702D79}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C7332394-1045-45D2-954F-F24896702D79}.Release|Any CPU.Build.0 = Release|Any CPU
{DDF7E4F4-306A-44D2-A2E2-F79D0691A76E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DDF7E4F4-306A-44D2-A2E2-F79D0691A76E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DDF7E4F4-306A-44D2-A2E2-F79D0691A76E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DDF7E4F4-306A-44D2-A2E2-F79D0691A76E}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {66833C96-9E92-46FB-BD9D-FF1C0853E9A3}
EndGlobalSection
EndGlobal