-
Notifications
You must be signed in to change notification settings - Fork 1
/
BlogTemplate.sln
55 lines (55 loc) · 3.38 KB
/
BlogTemplate.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.5.33414.496
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BlogTemplate.Domain", "src\Domain\BlogTemplate.Domain.csproj", "{F3EF8B51-0169-4320-AB96-4607E8756243}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BlogTemplate.Application", "src\Application\BlogTemplate.Application.csproj", "{CAC47835-A583-4714-A57C-E8176A9DADC0}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BlogTemplate.Infrastructure", "src\Infrastructure\BlogTemplate.Infrastructure.csproj", "{760CFE3D-76B5-4635-94E2-6544118D3830}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BlogTemplate.Presentation", "src\Presentation\BlogTemplate.Presentation.csproj", "{84FB03D3-11FE-4641-B600-635489F214D8}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BlogTemplate.Tests", "tests\Application\BlogTemplate.Tests.csproj", "{11DAA603-E60A-49A1-91EA-BC2986C68F51}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{FB231D34-BD57-4ED4-8742-1F285A44D7CD}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
Directory.Build.props = Directory.Build.props
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{F3EF8B51-0169-4320-AB96-4607E8756243}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F3EF8B51-0169-4320-AB96-4607E8756243}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F3EF8B51-0169-4320-AB96-4607E8756243}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F3EF8B51-0169-4320-AB96-4607E8756243}.Release|Any CPU.Build.0 = Release|Any CPU
{CAC47835-A583-4714-A57C-E8176A9DADC0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CAC47835-A583-4714-A57C-E8176A9DADC0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CAC47835-A583-4714-A57C-E8176A9DADC0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CAC47835-A583-4714-A57C-E8176A9DADC0}.Release|Any CPU.Build.0 = Release|Any CPU
{760CFE3D-76B5-4635-94E2-6544118D3830}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{760CFE3D-76B5-4635-94E2-6544118D3830}.Debug|Any CPU.Build.0 = Debug|Any CPU
{760CFE3D-76B5-4635-94E2-6544118D3830}.Release|Any CPU.ActiveCfg = Release|Any CPU
{760CFE3D-76B5-4635-94E2-6544118D3830}.Release|Any CPU.Build.0 = Release|Any CPU
{84FB03D3-11FE-4641-B600-635489F214D8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{84FB03D3-11FE-4641-B600-635489F214D8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{84FB03D3-11FE-4641-B600-635489F214D8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{84FB03D3-11FE-4641-B600-635489F214D8}.Release|Any CPU.Build.0 = Release|Any CPU
{11DAA603-E60A-49A1-91EA-BC2986C68F51}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{11DAA603-E60A-49A1-91EA-BC2986C68F51}.Debug|Any CPU.Build.0 = Debug|Any CPU
{11DAA603-E60A-49A1-91EA-BC2986C68F51}.Release|Any CPU.ActiveCfg = Release|Any CPU
{11DAA603-E60A-49A1-91EA-BC2986C68F51}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {9B514D91-3CC5-4EC7-82F1-523B0EFC1175}
EndGlobalSection
EndGlobal