-
Notifications
You must be signed in to change notification settings - Fork 0
/
MyBlog.sln
54 lines (54 loc) · 3.21 KB
/
MyBlog.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
50
51
52
53
54
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.3.32901.215
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MyBlog.Web", "MyBlog.Web\MyBlog.Web.csproj", "{8CA4A82A-022F-459F-A457-F6DB5064B059}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MyBlog.Entity", "MyBlog.Entity\MyBlog.Entity.csproj", "{6A4D24C0-329D-461C-A10A-D6F95FBC74D1}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MyBlog.Data", "MyBlog.Data\MyBlog.Data.csproj", "{DC8A3241-4EF9-482A-BFC1-585FE663EB08}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MyBlog.Core", "MyBlog.Core\MyBlog.Core.csproj", "{3B669FFE-2072-4846-85F9-27DFE36DD6E5}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MyBlog.Services", "MyBlog.Services\MyBlog.Services.csproj", "{30ABDEC2-078F-4183-BF9F-F200A4496900}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{5499FA3C-7567-465A-AEBF-C0FAB5085CA7}"
ProjectSection(SolutionItems) = preProject
TextFile1.txt = TextFile1.txt
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{8CA4A82A-022F-459F-A457-F6DB5064B059}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8CA4A82A-022F-459F-A457-F6DB5064B059}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8CA4A82A-022F-459F-A457-F6DB5064B059}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8CA4A82A-022F-459F-A457-F6DB5064B059}.Release|Any CPU.Build.0 = Release|Any CPU
{6A4D24C0-329D-461C-A10A-D6F95FBC74D1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6A4D24C0-329D-461C-A10A-D6F95FBC74D1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6A4D24C0-329D-461C-A10A-D6F95FBC74D1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6A4D24C0-329D-461C-A10A-D6F95FBC74D1}.Release|Any CPU.Build.0 = Release|Any CPU
{DC8A3241-4EF9-482A-BFC1-585FE663EB08}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DC8A3241-4EF9-482A-BFC1-585FE663EB08}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DC8A3241-4EF9-482A-BFC1-585FE663EB08}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DC8A3241-4EF9-482A-BFC1-585FE663EB08}.Release|Any CPU.Build.0 = Release|Any CPU
{3B669FFE-2072-4846-85F9-27DFE36DD6E5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3B669FFE-2072-4846-85F9-27DFE36DD6E5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3B669FFE-2072-4846-85F9-27DFE36DD6E5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3B669FFE-2072-4846-85F9-27DFE36DD6E5}.Release|Any CPU.Build.0 = Release|Any CPU
{30ABDEC2-078F-4183-BF9F-F200A4496900}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{30ABDEC2-078F-4183-BF9F-F200A4496900}.Debug|Any CPU.Build.0 = Debug|Any CPU
{30ABDEC2-078F-4183-BF9F-F200A4496900}.Release|Any CPU.ActiveCfg = Release|Any CPU
{30ABDEC2-078F-4183-BF9F-F200A4496900}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {53E95388-B049-43B3-BE3A-4477636CFA9C}
EndGlobalSection
EndGlobal