-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathProgrammersBlog.sln
54 lines (54 loc) · 3.35 KB
/
ProgrammersBlog.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 16
VisualStudioVersion = 16.0.31410.357
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ProgrammersBlog.Shared", "ProgrammersBlog.Shared\ProgrammersBlog.Shared.csproj", "{55B8F49B-D5FE-4084-B2CB-4C5A0A9BE5B1}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ProgrammersBlog.Entities", "ProgrammersBlog.Entities\ProgrammersBlog.Entities.csproj", "{28A715F7-5520-4CE3-A0F5-1CBFFFC1CBB3}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "SolutionItems", "SolutionItems", "{D4FCE82C-70E7-4DF0-88CF-2B476CD07ED8}"
ProjectSection(SolutionItems) = preProject
ReadMe.txt = ReadMe.txt
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ProgrammersBlog.Data", "ProgrammersBlog.Data\ProgrammersBlog.Data.csproj", "{E3F430C7-55C8-4F14-917D-1195CE3122C3}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ProgrammersBlog.Services", "ProgrammersBlog.Services\ProgrammersBlog.Services.csproj", "{AA0F22D7-6E2E-4EA9-AD2C-537268BCD728}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ProgrammersBlog.Mvc", "ProgrammersBlog.Mvc\ProgrammersBlog.Mvc.csproj", "{375D22BB-1717-40BC-BE8C-82EF9F45C718}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{55B8F49B-D5FE-4084-B2CB-4C5A0A9BE5B1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{55B8F49B-D5FE-4084-B2CB-4C5A0A9BE5B1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{55B8F49B-D5FE-4084-B2CB-4C5A0A9BE5B1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{55B8F49B-D5FE-4084-B2CB-4C5A0A9BE5B1}.Release|Any CPU.Build.0 = Release|Any CPU
{28A715F7-5520-4CE3-A0F5-1CBFFFC1CBB3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{28A715F7-5520-4CE3-A0F5-1CBFFFC1CBB3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{28A715F7-5520-4CE3-A0F5-1CBFFFC1CBB3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{28A715F7-5520-4CE3-A0F5-1CBFFFC1CBB3}.Release|Any CPU.Build.0 = Release|Any CPU
{E3F430C7-55C8-4F14-917D-1195CE3122C3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E3F430C7-55C8-4F14-917D-1195CE3122C3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E3F430C7-55C8-4F14-917D-1195CE3122C3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E3F430C7-55C8-4F14-917D-1195CE3122C3}.Release|Any CPU.Build.0 = Release|Any CPU
{AA0F22D7-6E2E-4EA9-AD2C-537268BCD728}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{AA0F22D7-6E2E-4EA9-AD2C-537268BCD728}.Debug|Any CPU.Build.0 = Debug|Any CPU
{AA0F22D7-6E2E-4EA9-AD2C-537268BCD728}.Release|Any CPU.ActiveCfg = Release|Any CPU
{AA0F22D7-6E2E-4EA9-AD2C-537268BCD728}.Release|Any CPU.Build.0 = Release|Any CPU
{375D22BB-1717-40BC-BE8C-82EF9F45C718}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{375D22BB-1717-40BC-BE8C-82EF9F45C718}.Debug|Any CPU.Build.0 = Debug|Any CPU
{375D22BB-1717-40BC-BE8C-82EF9F45C718}.Release|Any CPU.ActiveCfg = Release|Any CPU
{375D22BB-1717-40BC-BE8C-82EF9F45C718}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {2E89331B-03C9-4BE3-BF39-1EE75F15C0ED}
EndGlobalSection
EndGlobal