-
Notifications
You must be signed in to change notification settings - Fork 1
/
Blog.sln
49 lines (49 loc) · 2.97 KB
/
Blog.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 Version 16
VisualStudioVersion = 16.0.31613.86
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "EntityLayer", "EntityLayer\EntityLayer.csproj", "{E586AFE4-9491-474C-8D8F-AAB1266760EF}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DataAccessLayer", "DataAccessLayer\DataAccessLayer.csproj", "{D53C88B1-3B13-4192-A3FA-7C4619DDC550}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BusinessLayer", "BusinessLayer\BusinessLayer.csproj", "{6232BCAD-44F1-48F6-91A3-B4F4C21A143E}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CoreLayer", "CoreLayer\CoreLayer.csproj", "{F12ED603-7809-404E-97A8-92079D2FDA87}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BlogWeb", "BlogWeb\BlogWeb.csproj", "{2602DC26-0286-4830-B2CE-F257D27A5262}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{E586AFE4-9491-474C-8D8F-AAB1266760EF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E586AFE4-9491-474C-8D8F-AAB1266760EF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E586AFE4-9491-474C-8D8F-AAB1266760EF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E586AFE4-9491-474C-8D8F-AAB1266760EF}.Release|Any CPU.Build.0 = Release|Any CPU
{D53C88B1-3B13-4192-A3FA-7C4619DDC550}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D53C88B1-3B13-4192-A3FA-7C4619DDC550}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D53C88B1-3B13-4192-A3FA-7C4619DDC550}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D53C88B1-3B13-4192-A3FA-7C4619DDC550}.Release|Any CPU.Build.0 = Release|Any CPU
{6232BCAD-44F1-48F6-91A3-B4F4C21A143E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6232BCAD-44F1-48F6-91A3-B4F4C21A143E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6232BCAD-44F1-48F6-91A3-B4F4C21A143E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6232BCAD-44F1-48F6-91A3-B4F4C21A143E}.Release|Any CPU.Build.0 = Release|Any CPU
{F12ED603-7809-404E-97A8-92079D2FDA87}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F12ED603-7809-404E-97A8-92079D2FDA87}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F12ED603-7809-404E-97A8-92079D2FDA87}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F12ED603-7809-404E-97A8-92079D2FDA87}.Release|Any CPU.Build.0 = Release|Any CPU
{2602DC26-0286-4830-B2CE-F257D27A5262}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2602DC26-0286-4830-B2CE-F257D27A5262}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2602DC26-0286-4830-B2CE-F257D27A5262}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2602DC26-0286-4830-B2CE-F257D27A5262}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {55AAC6DD-A828-419A-BF5F-9F50D54519B8}
EndGlobalSection
EndGlobal