-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathTeduBlog.sln
45 lines (45 loc) · 2.67 KB
/
TeduBlog.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.9.34701.34
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TeduBlog.Api", "src\TeduBlog.Api\TeduBlog.Api.csproj", "{F01F0AC4-7388-4F59-8B8C-DA06AB691B18}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TeduBlog.Core", "src\TeduBlog.Core\TeduBlog.Core.csproj", "{5DB4F607-D116-4DE5-ADB7-4EC7F82C5571}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TeduBlog.Data", "src\TeduBlog.Data\TeduBlog.Data.csproj", "{B0144778-A00D-4958-B8EB-E81AB70D890A}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TeduBlog.WebApp", "src\TeduBlog.WebApp\TeduBlog.WebApp.csproj", "{26D43FC7-7FC8-4FB9-A06E-306D48142AD9}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{4603BE76-00C0-400A-9CEB-4F08C63D251D}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{F01F0AC4-7388-4F59-8B8C-DA06AB691B18}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F01F0AC4-7388-4F59-8B8C-DA06AB691B18}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F01F0AC4-7388-4F59-8B8C-DA06AB691B18}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F01F0AC4-7388-4F59-8B8C-DA06AB691B18}.Release|Any CPU.Build.0 = Release|Any CPU
{5DB4F607-D116-4DE5-ADB7-4EC7F82C5571}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5DB4F607-D116-4DE5-ADB7-4EC7F82C5571}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5DB4F607-D116-4DE5-ADB7-4EC7F82C5571}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5DB4F607-D116-4DE5-ADB7-4EC7F82C5571}.Release|Any CPU.Build.0 = Release|Any CPU
{B0144778-A00D-4958-B8EB-E81AB70D890A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B0144778-A00D-4958-B8EB-E81AB70D890A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B0144778-A00D-4958-B8EB-E81AB70D890A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B0144778-A00D-4958-B8EB-E81AB70D890A}.Release|Any CPU.Build.0 = Release|Any CPU
{26D43FC7-7FC8-4FB9-A06E-306D48142AD9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{26D43FC7-7FC8-4FB9-A06E-306D48142AD9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{26D43FC7-7FC8-4FB9-A06E-306D48142AD9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{26D43FC7-7FC8-4FB9-A06E-306D48142AD9}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {81DA3C6D-4FB9-4149-8AE6-A02EF3D6238C}
EndGlobalSection
EndGlobal