AspNetCore.Docs/aspnet/mvc/controllers/dependency-injection/sample/ControllerDepInjection.sln

33 lines
1.4 KiB
Plaintext

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.24720.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{3910378D-D394-49D7-B9D1-72ACC1113C03}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{DFE74D96-DEFF-4322-B201-1703D08BD27B}"
ProjectSection(SolutionItems) = preProject
global.json = global.json
EndProjectSection
EndProject
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "ControllerDI", "src\ControllerDI\ControllerDI.xproj", "{9EDC827F-D4AB-4C01-A122-E094BCBBEF22}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{9EDC827F-D4AB-4C01-A122-E094BCBBEF22}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9EDC827F-D4AB-4C01-A122-E094BCBBEF22}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9EDC827F-D4AB-4C01-A122-E094BCBBEF22}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9EDC827F-D4AB-4C01-A122-E094BCBBEF22}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{9EDC827F-D4AB-4C01-A122-E094BCBBEF22} = {3910378D-D394-49D7-B9D1-72ACC1113C03}
EndGlobalSection
EndGlobal