-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDependencyInjection.sln
37 lines (37 loc) · 1.93 KB
/
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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27004.2002
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{BBB524BB-1873-4492-9541-6715CE197E18}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DependencyInjection", "src\DependencyInjection\DependencyInjection.csproj", "{CCF8CC73-E2F5-41A3-9D88-D6D011980A9D}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ExampleFunction", "src\ExampleFunction\ExampleFunction.csproj", "{9352C4F5-51B5-4E6B-AF90-4915DD958A48}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{CCF8CC73-E2F5-41A3-9D88-D6D011980A9D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CCF8CC73-E2F5-41A3-9D88-D6D011980A9D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CCF8CC73-E2F5-41A3-9D88-D6D011980A9D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CCF8CC73-E2F5-41A3-9D88-D6D011980A9D}.Release|Any CPU.Build.0 = Release|Any CPU
{9352C4F5-51B5-4E6B-AF90-4915DD958A48}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9352C4F5-51B5-4E6B-AF90-4915DD958A48}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9352C4F5-51B5-4E6B-AF90-4915DD958A48}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9352C4F5-51B5-4E6B-AF90-4915DD958A48}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{CCF8CC73-E2F5-41A3-9D88-D6D011980A9D} = {BBB524BB-1873-4492-9541-6715CE197E18}
{9352C4F5-51B5-4E6B-AF90-4915DD958A48} = {BBB524BB-1873-4492-9541-6715CE197E18}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {9DE6AA97-0CD9-479E-A9C2-9112BE8D8FC7}
EndGlobalSection
EndGlobal