-
Notifications
You must be signed in to change notification settings - Fork 0
/
aspnetcore-learning.sln
44 lines (44 loc) · 2.1 KB
/
aspnetcore-learning.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27703.2026
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "00-首页", "00-首页", "{DFAA23F2-D78C-4D0D-9E76-7FC63A597633}"
ProjectSection(SolutionItems) = preProject
README.md = README.md
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "01-WebApi", "01-项目结构说明\01-WebApi\01-WebApi.csproj", "{4D9984D9-6B76-49CE-9797-86008E804924}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "01-项目结构说明", "01-项目结构说明", "{A09779A8-8CE8-4D48-A101-760C51504017}"
ProjectSection(SolutionItems) = preProject
01-项目结构说明\01-项目结构说明.md = 01-项目结构说明\01-项目结构说明.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "pics", "pics", "{D59F8A83-3CD7-4D8C-BCD6-3A4BBA4D7BFB}"
ProjectSection(SolutionItems) = preProject
01-项目结构说明\pics\project.jpg = 01-项目结构说明\pics\project.jpg
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{4D9984D9-6B76-49CE-9797-86008E804924}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4D9984D9-6B76-49CE-9797-86008E804924}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4D9984D9-6B76-49CE-9797-86008E804924}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4D9984D9-6B76-49CE-9797-86008E804924}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{4D9984D9-6B76-49CE-9797-86008E804924} = {A09779A8-8CE8-4D48-A101-760C51504017}
{D59F8A83-3CD7-4D8C-BCD6-3A4BBA4D7BFB} = {A09779A8-8CE8-4D48-A101-760C51504017}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {F5E8FF7E-4FEA-4771-A4B1-EDFFCD3D89B6}
EndGlobalSection
EndGlobal