-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathTechieBlog.sln
60 lines (60 loc) · 3.61 KB
/
TechieBlog.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
55
56
57
58
59
60
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.2.32616.157
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TechieBlog", "TechieBlog\TechieBlog.csproj", "{59A215D0-00CE-4CF6-9F41-CE2A7AC93FA9}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BlogModels", "BlogModel\BlogModels.csproj", "{D7B591F6-6BC8-4624-A233-13DD2CE66EAD}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BlogUI", "BlogUI\BlogUI.csproj", "{A5EAAB08-B07B-4373-9DAB-4BF3B836DB51}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BlogDb", "BlogDb\BlogDb.csproj", "{B85097FD-7CBE-446B-BBAE-BFB22C903E93}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BlogSvc", "BlogSvc\BlogSvc.csproj", "{4B05F8EB-7F56-4656-8FB1-999E0BB449C9}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BlogEngine", "BlogEngine\BlogEngine.csproj", "{B391ECE0-0691-4A32-B051-2FE3E4B25191}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{74A11B97-B37A-471A-B0A1-5C964ABFFE9C}"
ProjectSection(SolutionItems) = preProject
README.md = README.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{59A215D0-00CE-4CF6-9F41-CE2A7AC93FA9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{59A215D0-00CE-4CF6-9F41-CE2A7AC93FA9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{59A215D0-00CE-4CF6-9F41-CE2A7AC93FA9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{59A215D0-00CE-4CF6-9F41-CE2A7AC93FA9}.Release|Any CPU.Build.0 = Release|Any CPU
{D7B591F6-6BC8-4624-A233-13DD2CE66EAD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D7B591F6-6BC8-4624-A233-13DD2CE66EAD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D7B591F6-6BC8-4624-A233-13DD2CE66EAD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D7B591F6-6BC8-4624-A233-13DD2CE66EAD}.Release|Any CPU.Build.0 = Release|Any CPU
{A5EAAB08-B07B-4373-9DAB-4BF3B836DB51}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A5EAAB08-B07B-4373-9DAB-4BF3B836DB51}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A5EAAB08-B07B-4373-9DAB-4BF3B836DB51}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A5EAAB08-B07B-4373-9DAB-4BF3B836DB51}.Release|Any CPU.Build.0 = Release|Any CPU
{B85097FD-7CBE-446B-BBAE-BFB22C903E93}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B85097FD-7CBE-446B-BBAE-BFB22C903E93}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B85097FD-7CBE-446B-BBAE-BFB22C903E93}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B85097FD-7CBE-446B-BBAE-BFB22C903E93}.Release|Any CPU.Build.0 = Release|Any CPU
{4B05F8EB-7F56-4656-8FB1-999E0BB449C9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4B05F8EB-7F56-4656-8FB1-999E0BB449C9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4B05F8EB-7F56-4656-8FB1-999E0BB449C9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4B05F8EB-7F56-4656-8FB1-999E0BB449C9}.Release|Any CPU.Build.0 = Release|Any CPU
{B391ECE0-0691-4A32-B051-2FE3E4B25191}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B391ECE0-0691-4A32-B051-2FE3E4B25191}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B391ECE0-0691-4A32-B051-2FE3E4B25191}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B391ECE0-0691-4A32-B051-2FE3E4B25191}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {25C5EBBA-22C9-4388-81CE-C1D929ADBCC4}
EndGlobalSection
EndGlobal