This repository has been archived by the owner on Jul 14, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DotEnv.Core.Extensions.Microsoft.DependencyInjection.sln
37 lines (37 loc) · 2.28 KB
/
DotEnv.Core.Extensions.Microsoft.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 Version 17
VisualStudioVersion = 17.5.33103.201
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DotEnv.Core.Extensions.Microsoft.DependencyInjection", "src\DotEnv.Core.Extensions.Microsoft.DependencyInjection.csproj", "{D3B631D5-E4E7-41AD-BDEE-270831044E06}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DotEnv.Core.Extensions.Microsoft.DependencyInjection.Example", "example\DotEnv.Core.Extensions.Microsoft.DependencyInjection.Example.csproj", "{9785914E-893D-4497-AA00-53312937D6D9}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DotEnv.Core.Extensions.Microsoft.DependencyInjection.Tests", "tests\DotEnv.Core.Extensions.Microsoft.DependencyInjection.Tests.csproj", "{A1BCA3A3-19D6-419C-8C2E-C38A1CE4A336}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{D3B631D5-E4E7-41AD-BDEE-270831044E06}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D3B631D5-E4E7-41AD-BDEE-270831044E06}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D3B631D5-E4E7-41AD-BDEE-270831044E06}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D3B631D5-E4E7-41AD-BDEE-270831044E06}.Release|Any CPU.Build.0 = Release|Any CPU
{9785914E-893D-4497-AA00-53312937D6D9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9785914E-893D-4497-AA00-53312937D6D9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9785914E-893D-4497-AA00-53312937D6D9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9785914E-893D-4497-AA00-53312937D6D9}.Release|Any CPU.Build.0 = Release|Any CPU
{A1BCA3A3-19D6-419C-8C2E-C38A1CE4A336}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A1BCA3A3-19D6-419C-8C2E-C38A1CE4A336}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A1BCA3A3-19D6-419C-8C2E-C38A1CE4A336}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A1BCA3A3-19D6-419C-8C2E-C38A1CE4A336}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {A8F617D3-44E6-4642-B0C3-BA32783CC031}
EndGlobalSection
EndGlobal