-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathMinimalBlog.sln
41 lines (41 loc) · 2.38 KB
/
MinimalBlog.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30114.105
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{792DCD0C-62F3-4B26-B569-C7973DCDDA30}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MinimalBlog.Api", "src\MinimalBlog.Api\MinimalBlog.Api.csproj", "{4D7F2B58-CC3A-494C-B438-764AFC36D076}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MinimalBlog.Dal", "src\MinimalBlog.Dal\MinimalBlog.Dal.csproj", "{74F83EB9-0DB8-4096-9059-0482FFE6851F}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MinimalBlog.Domain", "src\MinimalBlog.Domain\MinimalBlog.Domain.csproj", "{05CBD766-8A4F-442B-8944-54016F82D0C8}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{4D7F2B58-CC3A-494C-B438-764AFC36D076}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4D7F2B58-CC3A-494C-B438-764AFC36D076}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4D7F2B58-CC3A-494C-B438-764AFC36D076}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4D7F2B58-CC3A-494C-B438-764AFC36D076}.Release|Any CPU.Build.0 = Release|Any CPU
{74F83EB9-0DB8-4096-9059-0482FFE6851F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{74F83EB9-0DB8-4096-9059-0482FFE6851F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{74F83EB9-0DB8-4096-9059-0482FFE6851F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{74F83EB9-0DB8-4096-9059-0482FFE6851F}.Release|Any CPU.Build.0 = Release|Any CPU
{05CBD766-8A4F-442B-8944-54016F82D0C8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{05CBD766-8A4F-442B-8944-54016F82D0C8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{05CBD766-8A4F-442B-8944-54016F82D0C8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{05CBD766-8A4F-442B-8944-54016F82D0C8}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{4D7F2B58-CC3A-494C-B438-764AFC36D076} = {792DCD0C-62F3-4B26-B569-C7973DCDDA30}
{74F83EB9-0DB8-4096-9059-0482FFE6851F} = {792DCD0C-62F3-4B26-B569-C7973DCDDA30}
{05CBD766-8A4F-442B-8944-54016F82D0C8} = {792DCD0C-62F3-4B26-B569-C7973DCDDA30}
EndGlobalSection
EndGlobal