-
Notifications
You must be signed in to change notification settings - Fork 14
/
MediatR.Extensions.Autofac.DependencyInjection.sln
84 lines (84 loc) · 5.46 KB
/
MediatR.Extensions.Autofac.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
77
78
79
80
81
82
83
84
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29209.62
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MediatR.Extensions.Autofac.DependencyInjection", "src\MediatR.Extensions.Autofac.DependencyInjection\MediatR.Extensions.Autofac.DependencyInjection.csproj", "{11E614FE-35FE-43CD-9A03-64C62AD3145F}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{93E8D46E-9D32-4AD0-9E74-0B5DB6A21D14}"
ProjectSection(SolutionItems) = preProject
src\Directory.Build.props = src\Directory.Build.props
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{429AF3E0-00B9-43F8-A449-0103AA372699}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "samples", "samples", "{E03D3701-27BF-474A-B1ED-667D7B4DDFE6}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "misc", "misc", "{BC47F971-892E-485C-BB07-11BDC4035B90}"
ProjectSection(SolutionItems) = preProject
.gitignore = .gitignore
publish-packages.sh = publish-packages.sh
test.sh = test.sh
global.json = global.json
README.md = README.md
CHANGELOG.md = CHANGELOG.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MediatR.Extensions.Autofac.DependencyInjection.Shared", "samples\MediatR.Extensions.Autofac.DependencyInjection.Shared\MediatR.Extensions.Autofac.DependencyInjection.Shared.csproj", "{5B643B10-9305-4555-BF13-671896719D40}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MediatR.Extensions.Autofac.DependencyInjection.ConsoleApp", "samples\MediatR.Extensions.Autofac.DependencyInjection.ConsoleApp\MediatR.Extensions.Autofac.DependencyInjection.ConsoleApp.csproj", "{65C86DF5-D4F0-41A9-91FD-9055A4A538A6}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MediatR.Extensions.Autofac.DependencyInjection.WebApi", "samples\MediatR.Extensions.Autofac.DependencyInjection.WebApi\MediatR.Extensions.Autofac.DependencyInjection.WebApi.csproj", "{AC542B52-915C-4FFC-852B-1906FFED480C}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MediatR.Extensions.Autofac.DependencyInjection.Tests", "test\MediatR.Extensions.Autofac.DependencyInjection.Tests\MediatR.Extensions.Autofac.DependencyInjection.Tests.csproj", "{11A2F7A2-A6DD-4437-8734-C897024FE842}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".github", ".github", "{74DFFEFC-97B5-4B06-8352-BF2043294377}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "workflows", "workflows", "{2F08D854-860A-4BF4-8587-6BD004493747}"
ProjectSection(SolutionItems) = preProject
.github\workflows\push.yml = .github\workflows\push.yml
.github\workflows\tag.yml = .github\workflows\tag.yml
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{11E614FE-35FE-43CD-9A03-64C62AD3145F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{11E614FE-35FE-43CD-9A03-64C62AD3145F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{11E614FE-35FE-43CD-9A03-64C62AD3145F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{11E614FE-35FE-43CD-9A03-64C62AD3145F}.Release|Any CPU.Build.0 = Release|Any CPU
{5B643B10-9305-4555-BF13-671896719D40}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5B643B10-9305-4555-BF13-671896719D40}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5B643B10-9305-4555-BF13-671896719D40}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5B643B10-9305-4555-BF13-671896719D40}.Release|Any CPU.Build.0 = Release|Any CPU
{65C86DF5-D4F0-41A9-91FD-9055A4A538A6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{65C86DF5-D4F0-41A9-91FD-9055A4A538A6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{65C86DF5-D4F0-41A9-91FD-9055A4A538A6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{65C86DF5-D4F0-41A9-91FD-9055A4A538A6}.Release|Any CPU.Build.0 = Release|Any CPU
{AC542B52-915C-4FFC-852B-1906FFED480C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{AC542B52-915C-4FFC-852B-1906FFED480C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{AC542B52-915C-4FFC-852B-1906FFED480C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{AC542B52-915C-4FFC-852B-1906FFED480C}.Release|Any CPU.Build.0 = Release|Any CPU
{11A2F7A2-A6DD-4437-8734-C897024FE842}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{11A2F7A2-A6DD-4437-8734-C897024FE842}.Debug|Any CPU.Build.0 = Debug|Any CPU
{11A2F7A2-A6DD-4437-8734-C897024FE842}.Release|Any CPU.ActiveCfg = Release|Any CPU
{11A2F7A2-A6DD-4437-8734-C897024FE842}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{11E614FE-35FE-43CD-9A03-64C62AD3145F} = {93E8D46E-9D32-4AD0-9E74-0B5DB6A21D14}
{5B643B10-9305-4555-BF13-671896719D40} = {E03D3701-27BF-474A-B1ED-667D7B4DDFE6}
{65C86DF5-D4F0-41A9-91FD-9055A4A538A6} = {E03D3701-27BF-474A-B1ED-667D7B4DDFE6}
{AC542B52-915C-4FFC-852B-1906FFED480C} = {E03D3701-27BF-474A-B1ED-667D7B4DDFE6}
{11A2F7A2-A6DD-4437-8734-C897024FE842} = {429AF3E0-00B9-43F8-A449-0103AA372699}
{2F08D854-860A-4BF4-8587-6BD004493747} = {74DFFEFC-97B5-4B06-8352-BF2043294377}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {8CE85BDC-1FCB-41D5-AA8C-593B2398F050}
EndGlobalSection
EndGlobal