-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathBlog.sln
37 lines (37 loc) · 1.96 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29326.143
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Blog", "Blog\Blog.csproj", "{36926F2D-EAFB-4E3E-9389-594C6CE3329C}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BLL", "BLL\BLL.csproj", "{A730C139-02C0-4677-A687-DCD79D4BC0C6}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DAL", "DAL\DAL.csproj", "{F2FA216D-01AC-4171-9D31-FB46BDE6EF9A}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{36926F2D-EAFB-4E3E-9389-594C6CE3329C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{36926F2D-EAFB-4E3E-9389-594C6CE3329C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{36926F2D-EAFB-4E3E-9389-594C6CE3329C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{36926F2D-EAFB-4E3E-9389-594C6CE3329C}.Release|Any CPU.Build.0 = Release|Any CPU
{A730C139-02C0-4677-A687-DCD79D4BC0C6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A730C139-02C0-4677-A687-DCD79D4BC0C6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A730C139-02C0-4677-A687-DCD79D4BC0C6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A730C139-02C0-4677-A687-DCD79D4BC0C6}.Release|Any CPU.Build.0 = Release|Any CPU
{F2FA216D-01AC-4171-9D31-FB46BDE6EF9A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F2FA216D-01AC-4171-9D31-FB46BDE6EF9A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F2FA216D-01AC-4171-9D31-FB46BDE6EF9A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F2FA216D-01AC-4171-9D31-FB46BDE6EF9A}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {D3295DEA-076E-4718-8076-37931D73C15A}
EndGlobalSection
EndGlobal