-
Notifications
You must be signed in to change notification settings - Fork 0
/
NetLah.Configuration.sln
64 lines (64 loc) · 3.57 KB
/
NetLah.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
52
53
54
55
56
57
58
59
60
61
62
63
64
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.4.33205.214
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "samples", "samples", "{A567E864-03A3-4E9C-A733-1D028420959F}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{C8F86B85-01A0-4996-8E9D-D9FF6617A122}"
ProjectSection(SolutionItems) = preProject
src\Directory.Build.targets = src\Directory.Build.targets
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{681CA6F8-0A97-45D0-8572-A00E7E89A3BF}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{0307E72C-C6FB-425B-A047-A3A63E2C657E}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
.azure\pipelines\azure-pipelines.yml = .azure\pipelines\azure-pipelines.yml
Common.props = Common.props
DevNotes.md = DevNotes.md
Directory.Build.override.targets = Directory.Build.override.targets
Directory.Build.props = Directory.Build.props
Directory.Build.targets = Directory.Build.targets
.github\workflows\dotnet-core.yml = .github\workflows\dotnet-core.yml
README.md = README.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ConsoleApp", "samples\ConsoleApp\ConsoleApp.csproj", "{5151E573-8C7C-4B1D-B037-CA944E3F0689}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "NetLah.Extensions.Configuration", "src\NetLah.Extensions.Configuration\NetLah.Extensions.Configuration.csproj", "{78638D50-9529-4813-A8CF-4D9016E8AB10}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "NetLah.Extensions.Configuration.Test", "test\NetLah.Extensions.Configuration.Test\NetLah.Extensions.Configuration.Test.csproj", "{0D1F7732-6D13-45CD-9F8E-5EA659C92295}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{5151E573-8C7C-4B1D-B037-CA944E3F0689}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5151E573-8C7C-4B1D-B037-CA944E3F0689}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5151E573-8C7C-4B1D-B037-CA944E3F0689}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5151E573-8C7C-4B1D-B037-CA944E3F0689}.Release|Any CPU.Build.0 = Release|Any CPU
{78638D50-9529-4813-A8CF-4D9016E8AB10}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{78638D50-9529-4813-A8CF-4D9016E8AB10}.Debug|Any CPU.Build.0 = Debug|Any CPU
{78638D50-9529-4813-A8CF-4D9016E8AB10}.Release|Any CPU.ActiveCfg = Release|Any CPU
{78638D50-9529-4813-A8CF-4D9016E8AB10}.Release|Any CPU.Build.0 = Release|Any CPU
{0D1F7732-6D13-45CD-9F8E-5EA659C92295}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0D1F7732-6D13-45CD-9F8E-5EA659C92295}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0D1F7732-6D13-45CD-9F8E-5EA659C92295}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0D1F7732-6D13-45CD-9F8E-5EA659C92295}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{5151E573-8C7C-4B1D-B037-CA944E3F0689} = {A567E864-03A3-4E9C-A733-1D028420959F}
{78638D50-9529-4813-A8CF-4D9016E8AB10} = {C8F86B85-01A0-4996-8E9D-D9FF6617A122}
{0D1F7732-6D13-45CD-9F8E-5EA659C92295} = {681CA6F8-0A97-45D0-8572-A00E7E89A3BF}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {32FDB7DD-546B-40D1-910F-5329EF2EF46A}
EndGlobalSection
EndGlobal