This repository was archived by the owner on Feb 12, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathEnable.Extensions.Configuration.sln
51 lines (51 loc) · 3.06 KB
/
Enable.Extensions.Configuration.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.6.33815.320
MinimumVisualStudioVersion = 15.0.26124.0
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{1E0A1F54-8F77-4F78-AA81-7177983BF13F}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Enable.Extensions.Configuration", "src\Enable.Extensions.Configuration\Enable.Extensions.Configuration.csproj", "{88D7D73E-3583-4A0F-90A4-07BAF028558B}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{752AF8F4-59CE-49CB-8418-56A99351C446}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Enable.Extensions.Configuration.UnitTests", "test\Enable.Extensions.Configuration.UnitTests\Enable.Extensions.Configuration.UnitTests.csproj", "{CF6C7908-8E4A-4C56-8DA3-9F7EF76A2C16}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Enable.Extensions.Configuration.TestConsoleApp", "test\Enable.Extensions.Configuration.TestConsoleApp\Enable.Extensions.Configuration.TestConsoleApp.csproj", "{3F8854FA-BCCD-42E1-AC96-8893351C99A1}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{D2E18CD9-E5F4-43AC-8417-5C37CCA17A26}"
ProjectSection(SolutionItems) = preProject
Analysers.ruleset = Analysers.ruleset
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{88D7D73E-3583-4A0F-90A4-07BAF028558B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{88D7D73E-3583-4A0F-90A4-07BAF028558B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{88D7D73E-3583-4A0F-90A4-07BAF028558B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{88D7D73E-3583-4A0F-90A4-07BAF028558B}.Release|Any CPU.Build.0 = Release|Any CPU
{CF6C7908-8E4A-4C56-8DA3-9F7EF76A2C16}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CF6C7908-8E4A-4C56-8DA3-9F7EF76A2C16}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CF6C7908-8E4A-4C56-8DA3-9F7EF76A2C16}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CF6C7908-8E4A-4C56-8DA3-9F7EF76A2C16}.Release|Any CPU.Build.0 = Release|Any CPU
{3F8854FA-BCCD-42E1-AC96-8893351C99A1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3F8854FA-BCCD-42E1-AC96-8893351C99A1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3F8854FA-BCCD-42E1-AC96-8893351C99A1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3F8854FA-BCCD-42E1-AC96-8893351C99A1}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{88D7D73E-3583-4A0F-90A4-07BAF028558B} = {1E0A1F54-8F77-4F78-AA81-7177983BF13F}
{CF6C7908-8E4A-4C56-8DA3-9F7EF76A2C16} = {752AF8F4-59CE-49CB-8418-56A99351C446}
{3F8854FA-BCCD-42E1-AC96-8893351C99A1} = {752AF8F4-59CE-49CB-8418-56A99351C446}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {0D16A0B5-BBE7-4D7C-98FA-2D3CA271A6DA}
EndGlobalSection
EndGlobal