This repository has been archived by the owner on May 1, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
JsonEnvVar.sln
39 lines (39 loc) · 2.05 KB
/
JsonEnvVar.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27130.2010
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "EnvJson", "src\Extensions.Configuration.JsonEnvVar\Extensions.Configuration.JsonEnvVar.csproj", "{B82AE650-78C6-4B64-B60B-8968DF9C0E8A}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{DB05663D-7E8D-4353-B2CA-18E18552AA06}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "sample", "sample", "{6CC58F28-67C7-432E-A2CB-4D314B533723}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Sample", "sample\Sample\Sample.csproj", "{CE91012B-813A-4A35-AC71-60CB9B0FD117}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{B82AE650-78C6-4B64-B60B-8968DF9C0E8A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B82AE650-78C6-4B64-B60B-8968DF9C0E8A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B82AE650-78C6-4B64-B60B-8968DF9C0E8A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B82AE650-78C6-4B64-B60B-8968DF9C0E8A}.Release|Any CPU.Build.0 = Release|Any CPU
{CE91012B-813A-4A35-AC71-60CB9B0FD117}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CE91012B-813A-4A35-AC71-60CB9B0FD117}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CE91012B-813A-4A35-AC71-60CB9B0FD117}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CE91012B-813A-4A35-AC71-60CB9B0FD117}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {A387F2C3-72B1-4320-A7E9-BC1B94379D8A}
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{B82AE650-78C6-4B64-B60B-8968DF9C0E8A} = {DB05663D-7E8D-4353-B2CA-18E18552AA06}
{CE91012B-813A-4A35-AC71-60CB9B0FD117} = {6CC58F28-67C7-432E-A2CB-4D314B533723}
EndGlobalSection
EndGlobal