-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathProgrammersBlog.sln
More file actions
49 lines (49 loc) · 3.13 KB
/
Copy pathProgrammersBlog.sln
File metadata and controls
49 lines (49 loc) · 3.13 KB
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.31424.327
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ProgrammersBlog.Data", "ProgrammersBlog.Data\ProgrammersBlog.Data.csproj", "{D5732776-C53D-4281-89E1-66C56DD9D83F}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ProgrammersBlog.Entities", "ProgrammersBlog.Entities\ProgrammersBlog.Entities.csproj", "{AF46D633-D751-4BE8-81D7-56926E4A6218}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ProgrammersBlog.Shared", "ProgrammersBlog.Shared\ProgrammersBlog.Shared.csproj", "{347645FA-A02B-4694-B58D-03BFDDADECDA}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ProgrammersBlog.Mvc", "ProgrammersBlog.Mvc\ProgrammersBlog.Mvc.csproj", "{50968183-F2D5-405F-86DB-CD381B976702}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ProgrammersBlog.Services", "ProgrammersBlog.Services\ProgrammersBlog.Services.csproj", "{E464C846-23B8-4260-8981-1C34D251A793}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{D5732776-C53D-4281-89E1-66C56DD9D83F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D5732776-C53D-4281-89E1-66C56DD9D83F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D5732776-C53D-4281-89E1-66C56DD9D83F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D5732776-C53D-4281-89E1-66C56DD9D83F}.Release|Any CPU.Build.0 = Release|Any CPU
{AF46D633-D751-4BE8-81D7-56926E4A6218}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{AF46D633-D751-4BE8-81D7-56926E4A6218}.Debug|Any CPU.Build.0 = Debug|Any CPU
{AF46D633-D751-4BE8-81D7-56926E4A6218}.Release|Any CPU.ActiveCfg = Release|Any CPU
{AF46D633-D751-4BE8-81D7-56926E4A6218}.Release|Any CPU.Build.0 = Release|Any CPU
{347645FA-A02B-4694-B58D-03BFDDADECDA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{347645FA-A02B-4694-B58D-03BFDDADECDA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{347645FA-A02B-4694-B58D-03BFDDADECDA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{347645FA-A02B-4694-B58D-03BFDDADECDA}.Release|Any CPU.Build.0 = Release|Any CPU
{50968183-F2D5-405F-86DB-CD381B976702}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{50968183-F2D5-405F-86DB-CD381B976702}.Debug|Any CPU.Build.0 = Debug|Any CPU
{50968183-F2D5-405F-86DB-CD381B976702}.Release|Any CPU.ActiveCfg = Release|Any CPU
{50968183-F2D5-405F-86DB-CD381B976702}.Release|Any CPU.Build.0 = Release|Any CPU
{E464C846-23B8-4260-8981-1C34D251A793}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E464C846-23B8-4260-8981-1C34D251A793}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E464C846-23B8-4260-8981-1C34D251A793}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E464C846-23B8-4260-8981-1C34D251A793}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {56C3B5E4-6672-4D3D-8425-F85F24AACBDA}
EndGlobalSection
EndGlobal