-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDependencyInjectionConfig.sln
42 lines (42 loc) · 2.59 KB
/
DependencyInjectionConfig.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.31515.178
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DependencyInjection.ContainerConfiguration", "DependencyInjection.ContainerConfiguration\DependencyInjection.ContainerConfiguration.csproj", "{F3198463-8FA4-4F5F-992B-157469AC35EC}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DependencyInjection.ContainerConfiguration.Interceptors", "DependencyInjection.ContainerConfiguration.Interceptors\DependencyInjection.ContainerConfiguration.Interceptors.csproj", "{953CA0AA-2B79-49EE-8576-C3560E3C0412}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DependencyInjection.ContainerConfiguration.ConsoleApp", "DependencyInjection.ContainerConfiguration.ConsoleApp\DependencyInjection.ContainerConfiguration.ConsoleApp.csproj", "{6A0516BB-4018-4CCF-AE02-8EF41957327F}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{632922E1-D557-48F4-BA37-94C4E77328C5}"
ProjectSection(SolutionItems) = preProject
README.md = README.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{F3198463-8FA4-4F5F-992B-157469AC35EC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F3198463-8FA4-4F5F-992B-157469AC35EC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F3198463-8FA4-4F5F-992B-157469AC35EC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F3198463-8FA4-4F5F-992B-157469AC35EC}.Release|Any CPU.Build.0 = Release|Any CPU
{953CA0AA-2B79-49EE-8576-C3560E3C0412}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{953CA0AA-2B79-49EE-8576-C3560E3C0412}.Debug|Any CPU.Build.0 = Debug|Any CPU
{953CA0AA-2B79-49EE-8576-C3560E3C0412}.Release|Any CPU.ActiveCfg = Release|Any CPU
{953CA0AA-2B79-49EE-8576-C3560E3C0412}.Release|Any CPU.Build.0 = Release|Any CPU
{6A0516BB-4018-4CCF-AE02-8EF41957327F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6A0516BB-4018-4CCF-AE02-8EF41957327F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6A0516BB-4018-4CCF-AE02-8EF41957327F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6A0516BB-4018-4CCF-AE02-8EF41957327F}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {80BCFD96-D280-4028-A785-FD0A921C34E8}
EndGlobalSection
EndGlobal