-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathBlogNet.sln
More file actions
49 lines (49 loc) · 2.95 KB
/
BlogNet.sln
File metadata and controls
49 lines (49 loc) · 2.95 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 17
VisualStudioVersion = 17.8.34525.116
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Domain", "Domain\Domain.csproj", "{72C02DC6-C814-40C9-969F-A3A9A4E8010C}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Application", "Application\Application.csproj", "{7AF42FE1-0127-4E3A-A2D0-43AAC41EFD80}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Infrastructure", "Infrastructure\Infrastructure.csproj", "{8CE684F9-A68A-40FC-9C47-36ADAEE4C36E}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Presentation", "Presentation\Presentation.csproj", "{D1E4EBF2-5032-4FE9-9BBA-33644264BE48}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "WebApi", "WebApi\WebApi.csproj", "{B87CD555-E8D2-4876-8739-5886CC4E59EA}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{72C02DC6-C814-40C9-969F-A3A9A4E8010C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{72C02DC6-C814-40C9-969F-A3A9A4E8010C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{72C02DC6-C814-40C9-969F-A3A9A4E8010C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{72C02DC6-C814-40C9-969F-A3A9A4E8010C}.Release|Any CPU.Build.0 = Release|Any CPU
{7AF42FE1-0127-4E3A-A2D0-43AAC41EFD80}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7AF42FE1-0127-4E3A-A2D0-43AAC41EFD80}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7AF42FE1-0127-4E3A-A2D0-43AAC41EFD80}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7AF42FE1-0127-4E3A-A2D0-43AAC41EFD80}.Release|Any CPU.Build.0 = Release|Any CPU
{8CE684F9-A68A-40FC-9C47-36ADAEE4C36E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8CE684F9-A68A-40FC-9C47-36ADAEE4C36E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8CE684F9-A68A-40FC-9C47-36ADAEE4C36E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8CE684F9-A68A-40FC-9C47-36ADAEE4C36E}.Release|Any CPU.Build.0 = Release|Any CPU
{D1E4EBF2-5032-4FE9-9BBA-33644264BE48}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D1E4EBF2-5032-4FE9-9BBA-33644264BE48}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D1E4EBF2-5032-4FE9-9BBA-33644264BE48}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D1E4EBF2-5032-4FE9-9BBA-33644264BE48}.Release|Any CPU.Build.0 = Release|Any CPU
{B87CD555-E8D2-4876-8739-5886CC4E59EA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B87CD555-E8D2-4876-8739-5886CC4E59EA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B87CD555-E8D2-4876-8739-5886CC4E59EA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B87CD555-E8D2-4876-8739-5886CC4E59EA}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {FDA52807-51A8-4981-8DAF-EBBE70BB8EDC}
EndGlobalSection
EndGlobal