-
Notifications
You must be signed in to change notification settings - Fork 0
/
Neovolve.Configuration.DependencyInjection.sln
73 lines (73 loc) · 4.35 KB
/
Neovolve.Configuration.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.6.33829.357
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{B4658C06-97EA-4085-AFF8-39C676EDC9BA}"
ProjectSection(SolutionItems) = preProject
.gitignore = .gitignore
Directory.Build.props = Directory.Build.props
Directory.Packages.props = Directory.Packages.props
GitVersion.yml = GitVersion.yml
LICENSE = LICENSE
NuGet.config = NuGet.config
README.md = README.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".github", ".github", "{38FF2CAF-62DA-4185-85D9-E2F3BB866430}"
ProjectSection(SolutionItems) = preProject
.github\dependabot.yml = .github\dependabot.yml
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "workflows", "workflows", "{6E16FF03-502F-416E-84AA-7180AD86BD6C}"
ProjectSection(SolutionItems) = preProject
.github\workflows\ci.yml = .github\workflows\ci.yml
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TestHost", "TestHost\TestHost.csproj", "{D5C09245-7FC2-4A3F-9A5B-AB2AFCF7E53A}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Neovolve.Configuration.DependencyInjection", "Neovolve.Configuration.DependencyInjection\Neovolve.Configuration.DependencyInjection.csproj", "{67BF8EB6-E49B-4A51-8B85-6B9ED0FDAD43}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Neovolve.Configuration.DependencyInjection.UnitTests", "Neovolve.Configuration.DependencyInjection.UnitTests\Neovolve.Configuration.DependencyInjection.UnitTests.csproj", "{4B2D81D3-65AB-4983-9EE0-0DB13C834E5B}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "WebTestHost", "WebTestHost\WebTestHost.csproj", "{19011DFC-3FCA-4ED4-BA78-03A061C4D026}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Neovolve.Configuration.DependencyInjection.IntegrationTests", "Neovolve.Configuration.DependencyInjection.IntegrationTests\Neovolve.Configuration.DependencyInjection.IntegrationTests.csproj", "{9C6E477C-9D2E-464A-9F86-131A3F87C1C3}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{D5C09245-7FC2-4A3F-9A5B-AB2AFCF7E53A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D5C09245-7FC2-4A3F-9A5B-AB2AFCF7E53A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D5C09245-7FC2-4A3F-9A5B-AB2AFCF7E53A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D5C09245-7FC2-4A3F-9A5B-AB2AFCF7E53A}.Release|Any CPU.Build.0 = Release|Any CPU
{67BF8EB6-E49B-4A51-8B85-6B9ED0FDAD43}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{67BF8EB6-E49B-4A51-8B85-6B9ED0FDAD43}.Debug|Any CPU.Build.0 = Debug|Any CPU
{67BF8EB6-E49B-4A51-8B85-6B9ED0FDAD43}.Release|Any CPU.ActiveCfg = Release|Any CPU
{67BF8EB6-E49B-4A51-8B85-6B9ED0FDAD43}.Release|Any CPU.Build.0 = Release|Any CPU
{4B2D81D3-65AB-4983-9EE0-0DB13C834E5B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4B2D81D3-65AB-4983-9EE0-0DB13C834E5B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4B2D81D3-65AB-4983-9EE0-0DB13C834E5B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4B2D81D3-65AB-4983-9EE0-0DB13C834E5B}.Release|Any CPU.Build.0 = Release|Any CPU
{19011DFC-3FCA-4ED4-BA78-03A061C4D026}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{19011DFC-3FCA-4ED4-BA78-03A061C4D026}.Debug|Any CPU.Build.0 = Debug|Any CPU
{19011DFC-3FCA-4ED4-BA78-03A061C4D026}.Release|Any CPU.ActiveCfg = Release|Any CPU
{19011DFC-3FCA-4ED4-BA78-03A061C4D026}.Release|Any CPU.Build.0 = Release|Any CPU
{9C6E477C-9D2E-464A-9F86-131A3F87C1C3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9C6E477C-9D2E-464A-9F86-131A3F87C1C3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9C6E477C-9D2E-464A-9F86-131A3F87C1C3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9C6E477C-9D2E-464A-9F86-131A3F87C1C3}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{6E16FF03-502F-416E-84AA-7180AD86BD6C} = {38FF2CAF-62DA-4185-85D9-E2F3BB866430}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {9ED6DDD3-1B88-4DB0-B9F2-140D0B14C9BE}
EndGlobalSection
EndGlobal