新增常用解决方案
This commit is contained in:
parent
31f1b999d9
commit
e5ae8a3dad
|
@ -0,0 +1,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.Console", "Zero.Console\Zero.Console.csproj", "{7DBF33D9-70AB-4FFE-AB90-21CEFFBF3A18}"
|
||||
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
|
||||
{7DBF33D9-70AB-4FFE-AB90-21CEFFBF3A18}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
||||
{7DBF33D9-70AB-4FFE-AB90-21CEFFBF3A18}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||
{7DBF33D9-70AB-4FFE-AB90-21CEFFBF3A18}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
||||
{7DBF33D9-70AB-4FFE-AB90-21CEFFBF3A18}.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
|
|
@ -0,0 +1,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.Web", "Zero.Web\Zero.Web.csproj", "{517ACFC9-2727-4931-B06D-4B073B8CDE55}"
|
||||
EndProject
|
||||
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Zero.Core", "Zero.Core\Zero.Core.csproj", "{A456F9A4-C2C1-4DA0-BB49-302A3A2C78B2}"
|
||||
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
|
||||
{517ACFC9-2727-4931-B06D-4B073B8CDE55}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
||||
{517ACFC9-2727-4931-B06D-4B073B8CDE55}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||
{517ACFC9-2727-4931-B06D-4B073B8CDE55}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
||||
{517ACFC9-2727-4931-B06D-4B073B8CDE55}.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
|
||||
EndGlobalSection
|
||||
GlobalSection(SolutionProperties) = preSolution
|
||||
HideSolutionNode = FALSE
|
||||
EndGlobalSection
|
||||
GlobalSection(ExtensibilityGlobals) = postSolution
|
||||
SolutionGuid = {BE924F3A-C35B-41BB-9987-B45CA13A8723}
|
||||
EndGlobalSection
|
||||
EndGlobal
|
|
@ -0,0 +1,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
|
Loading…
Reference in New Issue