-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathServiceProviderValidationExtensions.sln
43 lines (43 loc) · 2.47 KB
/
ServiceProviderValidationExtensions.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.5.33516.290
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ServiceProviderValidationExtensions", "src\ServiceProviderValidationExtensions\ServiceProviderValidationExtensions.csproj", "{AC81A7AB-4A8E-4056-843D-2A9F77A9A36A}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Tests", "Tests\Tests.csproj", "{D71C8829-CF55-4AFE-AF40-A39A117D2043}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ServiceProviderValidationExtensions.Hosting", "src\ServiceProviderValidationExtensions.Hosting\ServiceProviderValidationExtensions.Hosting.csproj", "{EA4D50B6-A357-4960-BEA6-766593EC8029}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{CA2E22F3-375B-4C0C-A1C5-7BE031957907}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
src\Directory.Build.props = src\Directory.Build.props
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{AC81A7AB-4A8E-4056-843D-2A9F77A9A36A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{AC81A7AB-4A8E-4056-843D-2A9F77A9A36A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{AC81A7AB-4A8E-4056-843D-2A9F77A9A36A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{AC81A7AB-4A8E-4056-843D-2A9F77A9A36A}.Release|Any CPU.Build.0 = Release|Any CPU
{D71C8829-CF55-4AFE-AF40-A39A117D2043}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D71C8829-CF55-4AFE-AF40-A39A117D2043}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D71C8829-CF55-4AFE-AF40-A39A117D2043}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D71C8829-CF55-4AFE-AF40-A39A117D2043}.Release|Any CPU.Build.0 = Release|Any CPU
{EA4D50B6-A357-4960-BEA6-766593EC8029}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EA4D50B6-A357-4960-BEA6-766593EC8029}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EA4D50B6-A357-4960-BEA6-766593EC8029}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EA4D50B6-A357-4960-BEA6-766593EC8029}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {8F79A497-DC14-4E07-9C79-D6F5B2DB21E0}
EndGlobalSection
EndGlobal