-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathExtensions.DependencyInjection.sln
76 lines (76 loc) · 4.58 KB
/
Extensions.DependencyInjection.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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29806.167
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{966F6F3F-DCC9-419E-9272-69BC4EF316E1}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tests", "tests", "{0AF98CE5-4505-4023-82E6-74F773D34C3E}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Extensions.DependencyInjection.Tests", "tests\Extensions.DependencyInjection.Tests\Extensions.DependencyInjection.Tests.csproj", "{4E476500-3CD6-4744-B0AE-D69DC400CAB4}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{F6ABACB8-5EF0-4589-AF96-0BA87134AF9F}"
ProjectSection(SolutionItems) = preProject
.gitignore = .gitignore
LICENSE.md = LICENSE.md
README.md = README.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".nuget", ".nuget", "{8E7F1584-0E3D-4FE9-B28B-E6D697489D18}"
ProjectSection(SolutionItems) = preProject
.nuget\NuGet.Config = .nuget\NuGet.Config
.nuget\nuget.exe = .nuget\nuget.exe
.nuget\NuGet.targets = .nuget\NuGet.targets
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Extensions.DependencyInjection.Proxies", "src\Extensions.DependencyInjection.Proxies\Extensions.DependencyInjection.Proxies.csproj", "{348AB241-D2AD-4DBE-AD66-4E1320C60470}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Extensions.DependencyInjection.Modules", "src\Extensions.DependencyInjection.Modules\Extensions.DependencyInjection.Modules.csproj", "{D9A2B194-1950-4CF8-A003-BB390C7A5E64}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Extensions.DependencyInjection.Factories", "src\Extensions.DependencyInjection.Factories\Extensions.DependencyInjection.Factories.csproj", "{2B4B8C12-9306-43FE-A375-AA476D751961}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".github", ".github", "{0C4DDAFF-69AB-4BD8-B1EA-B9144AD89E59}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "workflows", "workflows", "{B1E2BD0E-7EDF-4F83-A18B-08861FB56593}"
ProjectSection(SolutionItems) = preProject
.github\workflows\build-and-publish.yml = .github\workflows\build-and-publish.yml
.github\workflows\build-and-tests.yml = .github\workflows\build-and-tests.yml
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{4E476500-3CD6-4744-B0AE-D69DC400CAB4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4E476500-3CD6-4744-B0AE-D69DC400CAB4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4E476500-3CD6-4744-B0AE-D69DC400CAB4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4E476500-3CD6-4744-B0AE-D69DC400CAB4}.Release|Any CPU.Build.0 = Release|Any CPU
{348AB241-D2AD-4DBE-AD66-4E1320C60470}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{348AB241-D2AD-4DBE-AD66-4E1320C60470}.Debug|Any CPU.Build.0 = Debug|Any CPU
{348AB241-D2AD-4DBE-AD66-4E1320C60470}.Release|Any CPU.ActiveCfg = Release|Any CPU
{348AB241-D2AD-4DBE-AD66-4E1320C60470}.Release|Any CPU.Build.0 = Release|Any CPU
{D9A2B194-1950-4CF8-A003-BB390C7A5E64}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D9A2B194-1950-4CF8-A003-BB390C7A5E64}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D9A2B194-1950-4CF8-A003-BB390C7A5E64}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D9A2B194-1950-4CF8-A003-BB390C7A5E64}.Release|Any CPU.Build.0 = Release|Any CPU
{2B4B8C12-9306-43FE-A375-AA476D751961}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2B4B8C12-9306-43FE-A375-AA476D751961}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2B4B8C12-9306-43FE-A375-AA476D751961}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2B4B8C12-9306-43FE-A375-AA476D751961}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{4E476500-3CD6-4744-B0AE-D69DC400CAB4} = {0AF98CE5-4505-4023-82E6-74F773D34C3E}
{348AB241-D2AD-4DBE-AD66-4E1320C60470} = {966F6F3F-DCC9-419E-9272-69BC4EF316E1}
{D9A2B194-1950-4CF8-A003-BB390C7A5E64} = {966F6F3F-DCC9-419E-9272-69BC4EF316E1}
{2B4B8C12-9306-43FE-A375-AA476D751961} = {966F6F3F-DCC9-419E-9272-69BC4EF316E1}
{B1E2BD0E-7EDF-4F83-A18B-08861FB56593} = {0C4DDAFF-69AB-4BD8-B1EA-B9144AD89E59}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {A8266D0C-4B25-4DD7-8B28-EA3434ADC728}
EndGlobalSection
EndGlobal