-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathBlogLab.sln
More file actions
54 lines (54 loc) · 3.25 KB
/
Copy pathBlogLab.sln
File metadata and controls
54 lines (54 loc) · 3.25 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
50
51
52
53
54
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}") = "BlogLab.Web", "BlogLab.Web\BlogLab.Web.csproj", "{A3B37852-A412-4C30-A2D4-4723DDBD6E30}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BlogLab.Models", "BlogLab.Models\BlogLab.Models.csproj", "{A9C2703F-2554-4224-90E7-F89C18548279}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BlogLab.Repository", "BlogLab.Repository\BlogLab.Repository.csproj", "{254E7D92-4B82-4DB4-91B9-DFC00F4216F9}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BlogLab.Identity", "BlogLab.Identity\BlogLab.Identity.csproj", "{8F25C539-9115-46C9-BE43-54A4B3FB018E}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{3619B77F-7F66-4515-8F3D-E22166F20E9A}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BlogLab.Services", "BlogLab.Services\BlogLab.Services.csproj", "{D08DBAA8-FE2F-4B92-B7A6-819782F94A82}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{A3B37852-A412-4C30-A2D4-4723DDBD6E30}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A3B37852-A412-4C30-A2D4-4723DDBD6E30}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A3B37852-A412-4C30-A2D4-4723DDBD6E30}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A3B37852-A412-4C30-A2D4-4723DDBD6E30}.Release|Any CPU.Build.0 = Release|Any CPU
{A9C2703F-2554-4224-90E7-F89C18548279}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A9C2703F-2554-4224-90E7-F89C18548279}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A9C2703F-2554-4224-90E7-F89C18548279}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A9C2703F-2554-4224-90E7-F89C18548279}.Release|Any CPU.Build.0 = Release|Any CPU
{254E7D92-4B82-4DB4-91B9-DFC00F4216F9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{254E7D92-4B82-4DB4-91B9-DFC00F4216F9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{254E7D92-4B82-4DB4-91B9-DFC00F4216F9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{254E7D92-4B82-4DB4-91B9-DFC00F4216F9}.Release|Any CPU.Build.0 = Release|Any CPU
{8F25C539-9115-46C9-BE43-54A4B3FB018E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8F25C539-9115-46C9-BE43-54A4B3FB018E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8F25C539-9115-46C9-BE43-54A4B3FB018E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8F25C539-9115-46C9-BE43-54A4B3FB018E}.Release|Any CPU.Build.0 = Release|Any CPU
{D08DBAA8-FE2F-4B92-B7A6-819782F94A82}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D08DBAA8-FE2F-4B92-B7A6-819782F94A82}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D08DBAA8-FE2F-4B92-B7A6-819782F94A82}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D08DBAA8-FE2F-4B92-B7A6-819782F94A82}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {9AE87172-2467-4E38-A3BD-3F380A8FEDB7}
EndGlobalSection
EndGlobal