forked from NewLifeX/NewLife.Zero
-
Notifications
You must be signed in to change notification settings - Fork 0
/
ZeroWebApi.sln
43 lines (43 loc) · 2.27 KB
/
ZeroWebApi.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.31717.71
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{646A665A-1143-44ED-948F-3E00749DEA75}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
Readme.MD = Readme.MD
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Zero.Data", "Zero.Data\Zero.Data.csproj", "{9F174334-B067-4826-9934-80B1ED103810}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Zero.Core", "Zero.Core\Zero.Core.csproj", "{A456F9A4-C2C1-4DA0-BB49-302A3A2C78B2}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Zero.WebApi", "Zero.WebApi\Zero.WebApi.csproj", "{4E3B2224-2B96-4CF0-94A6-7687137DAFE3}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{9F174334-B067-4826-9934-80B1ED103810}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9F174334-B067-4826-9934-80B1ED103810}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9F174334-B067-4826-9934-80B1ED103810}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9F174334-B067-4826-9934-80B1ED103810}.Release|Any CPU.Build.0 = Release|Any CPU
{A456F9A4-C2C1-4DA0-BB49-302A3A2C78B2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A456F9A4-C2C1-4DA0-BB49-302A3A2C78B2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A456F9A4-C2C1-4DA0-BB49-302A3A2C78B2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A456F9A4-C2C1-4DA0-BB49-302A3A2C78B2}.Release|Any CPU.Build.0 = Release|Any CPU
{4E3B2224-2B96-4CF0-94A6-7687137DAFE3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4E3B2224-2B96-4CF0-94A6-7687137DAFE3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4E3B2224-2B96-4CF0-94A6-7687137DAFE3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4E3B2224-2B96-4CF0-94A6-7687137DAFE3}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {BE924F3A-C35B-41BB-9987-B45CA13A8723}
EndGlobalSection
EndGlobal