-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathKeyedServices.sln
More file actions
59 lines (59 loc) · 3.21 KB
/
KeyedServices.sln
File metadata and controls
59 lines (59 loc) · 3.21 KB
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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.32112.339
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{03353BEE-D795-4933-B977-B50637376DB6}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{5A931ABA-971D-4A96-8C9B-E76C25562661}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Microsoft.Extensions.DependencyInjection.Keyed", "src\Microsoft.Extensions.DependencyInjection.Keyed\Microsoft.Extensions.DependencyInjection.Keyed.csproj", "{B73B7A14-A0FB-4ADB-80D0-B2D8C0FD3628}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "build", "build", "{C919A096-C92C-41FA-B61A-922AB34B51BF}"
ProjectSection(SolutionItems) = preProject
Directory.Build.props = Directory.Build.props
Directory.Build.targets = Directory.Build.targets
EndProjectSection
EndProject
Project("{13B669BE-BB05-4DDF-9536-439F39A36129}") = "assets", "build\assets.msbuildproj", "{E3DE7E14-1CDA-4640-9295-E56C6FD70EA8}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "misc", "misc", "{F5143178-DA4D-40F2-ABA8-50A24BE2E5E7}"
ProjectSection(SolutionItems) = preProject
.gitignore = .gitignore
LICENSE.txt = LICENSE.txt
README.md = README.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "IntegrationTests", "tests\IntegrationTests\IntegrationTests.csproj", "{396AAF2B-697F-4C23-A8FE-DEE3F53F774A}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{B73B7A14-A0FB-4ADB-80D0-B2D8C0FD3628}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B73B7A14-A0FB-4ADB-80D0-B2D8C0FD3628}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B73B7A14-A0FB-4ADB-80D0-B2D8C0FD3628}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B73B7A14-A0FB-4ADB-80D0-B2D8C0FD3628}.Release|Any CPU.Build.0 = Release|Any CPU
{E3DE7E14-1CDA-4640-9295-E56C6FD70EA8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E3DE7E14-1CDA-4640-9295-E56C6FD70EA8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E3DE7E14-1CDA-4640-9295-E56C6FD70EA8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E3DE7E14-1CDA-4640-9295-E56C6FD70EA8}.Release|Any CPU.Build.0 = Release|Any CPU
{396AAF2B-697F-4C23-A8FE-DEE3F53F774A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{396AAF2B-697F-4C23-A8FE-DEE3F53F774A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{396AAF2B-697F-4C23-A8FE-DEE3F53F774A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{396AAF2B-697F-4C23-A8FE-DEE3F53F774A}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{B73B7A14-A0FB-4ADB-80D0-B2D8C0FD3628} = {03353BEE-D795-4933-B977-B50637376DB6}
{E3DE7E14-1CDA-4640-9295-E56C6FD70EA8} = {C919A096-C92C-41FA-B61A-922AB34B51BF}
{396AAF2B-697F-4C23-A8FE-DEE3F53F774A} = {5A931ABA-971D-4A96-8C9B-E76C25562661}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {29883C7D-5466-4B32-A25A-762D5168BA03}
EndGlobalSection
EndGlobal