AspNetCore.Docs/aspnet/fundamentals/dependency-injection/sample/DependencyInjectionSample.sln

34 lines
1.5 KiB
Plaintext

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.23107.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{74F9CCF6-1190-4C2A-928D-BD292C61A674}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{DF1BC4AD-AFA5-4A46-91DA-6A937C4C8331}"
ProjectSection(SolutionItems) = preProject
global.json = global.json
NuGet.Config = NuGet.Config
EndProjectSection
EndProject
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "DependencyInjectionSample", "src\DependencyInjectionSample\DependencyInjectionSample.xproj", "{EC96188A-72CF-4DBA-BD73-911DC2AFEEE5}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{EC96188A-72CF-4DBA-BD73-911DC2AFEEE5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EC96188A-72CF-4DBA-BD73-911DC2AFEEE5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EC96188A-72CF-4DBA-BD73-911DC2AFEEE5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EC96188A-72CF-4DBA-BD73-911DC2AFEEE5}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{EC96188A-72CF-4DBA-BD73-911DC2AFEEE5} = {74F9CCF6-1190-4C2A-928D-BD292C61A674}
EndGlobalSection
EndGlobal