-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathLogging Interface.sln
More file actions
96 lines (96 loc) · 5.58 KB
/
Logging Interface.sln
File metadata and controls
96 lines (96 loc) · 5.58 KB
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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.10.35122.118
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Repository Files", "Repository Files", "{06970F0A-54D8-4B28-ADEC-C9C672BCB93B}"
ProjectSection(SolutionItems) = preProject
.gitignore = .gitignore
azure-pipelines.yml = azure-pipelines.yml
Build.ps1 = Build.ps1
CHANGELOG.md = CHANGELOG.md
src\CommonAssemblyInfo.cs = src\CommonAssemblyInfo.cs
src\Directory.Build.props = src\Directory.Build.props
src\Directory.Build.targets = src\Directory.Build.targets
GitVersion.yml = GitVersion.yml
LICENSE = LICENSE
nuget.config = nuget.config
README.md = README.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "build.vs", "build.vs", "{A60613DA-9A84-417D-B737-40CC37FC47E3}"
ProjectSection(SolutionItems) = preProject
build.vs\.gitignore = build.vs\.gitignore
build.vs\Build.psm1 = build.vs\Build.psm1
build.vs\Clean.psm1 = build.vs\Clean.psm1
build.vs\CombineOutputBinaries.psm1 = build.vs\CombineOutputBinaries.psm1
build.vs\Configuration.psm1 = build.vs\Configuration.psm1
build.vs\CopyFilesFromListToFolder.psm1 = build.vs\CopyFilesFromListToFolder.psm1
build.vs\CopyToReleaseFolder.psm1 = build.vs\CopyToReleaseFolder.psm1
build.vs\Directory.Build.Cpp.props = build.vs\Directory.Build.Cpp.props
build.vs\Directory.Build.Cpp.targets = build.vs\Directory.Build.Cpp.targets
build.vs\Directory.Build.Cs.props = build.vs\Directory.Build.Cs.props
build.vs\Directory.Build.Cs.targets = build.vs\Directory.Build.Cs.targets
build.vs\Directory.Build.props = build.vs\Directory.Build.props
build.vs\Directory.Build.targets = build.vs\Directory.Build.targets
build.vs\GitVersion.psm1 = build.vs\GitVersion.psm1
build.vs\GitVersion.yml = build.vs\GitVersion.yml
build.vs\Helper.psm1 = build.vs\Helper.psm1
build.vs\LICENSE = build.vs\LICENSE
build.vs\LicenseCollector.psm1 = build.vs\LicenseCollector.psm1
build.vs\NuGet.msbuild = build.vs\NuGet.msbuild
build.vs\PackNuGet.psm1 = build.vs\PackNuGet.psm1
build.vs\PreBuildWizard.psm1 = build.vs\PreBuildWizard.psm1
build.vs\PublishNuGet.psm1 = build.vs\PublishNuGet.psm1
build.vs\README.md = build.vs\README.md
build.vs\ReSharper.DotSettings = build.vs\ReSharper.DotSettings
build.vs\RestoreNuGet.psm1 = build.vs\RestoreNuGet.psm1
build.vs\UpdateOutputFileList.psm1 = build.vs\UpdateOutputFileList.psm1
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "azure-pipelines", "azure-pipelines", "{4A957793-E9E3-407E-91EC-D18C6D63DB51}"
ProjectSection(SolutionItems) = preProject
build.vs\azure-pipelines\ci-csharp-netstandard20-with-deployment-on-tag.yml = build.vs\azure-pipelines\ci-csharp-netstandard20-with-deployment-on-tag.yml
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "GriffinPlus.Lib.Logging.Interface", "src\GriffinPlus.Lib.Logging.Interface\GriffinPlus.Lib.Logging.Interface.csproj", "{FA5B4697-635E-4CCA-8B53-493133D742CA}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "GriffinPlus.Lib.Logging.Interface.Tests", "src\GriffinPlus.Lib.Logging.Interface.Tests\GriffinPlus.Lib.Logging.Interface.Tests.csproj", "{0E7A9144-1D9D-4078-935B-7681E1062680}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "GriffinPlus.Lib.Logging.Interface.Demo", "src\GriffinPlus.Lib.Logging.Interface.Demo\GriffinPlus.Lib.Logging.Interface.Demo.csproj", "{83322562-2162-4E3B-9E9D-CFCB9D9EF167}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PrettyFormatterDemo", "src\PrettyFormatterDemo\PrettyFormatterDemo.csproj", "{FE6A7619-B48C-84F8-BDF4-5CEFD58B4C5F}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{FA5B4697-635E-4CCA-8B53-493133D742CA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FA5B4697-635E-4CCA-8B53-493133D742CA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FA5B4697-635E-4CCA-8B53-493133D742CA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FA5B4697-635E-4CCA-8B53-493133D742CA}.Release|Any CPU.Build.0 = Release|Any CPU
{0E7A9144-1D9D-4078-935B-7681E1062680}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0E7A9144-1D9D-4078-935B-7681E1062680}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0E7A9144-1D9D-4078-935B-7681E1062680}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0E7A9144-1D9D-4078-935B-7681E1062680}.Release|Any CPU.Build.0 = Release|Any CPU
{83322562-2162-4E3B-9E9D-CFCB9D9EF167}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{83322562-2162-4E3B-9E9D-CFCB9D9EF167}.Debug|Any CPU.Build.0 = Debug|Any CPU
{83322562-2162-4E3B-9E9D-CFCB9D9EF167}.Release|Any CPU.ActiveCfg = Release|Any CPU
{83322562-2162-4E3B-9E9D-CFCB9D9EF167}.Release|Any CPU.Build.0 = Release|Any CPU
{FE6A7619-B48C-84F8-BDF4-5CEFD58B4C5F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FE6A7619-B48C-84F8-BDF4-5CEFD58B4C5F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FE6A7619-B48C-84F8-BDF4-5CEFD58B4C5F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FE6A7619-B48C-84F8-BDF4-5CEFD58B4C5F}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{4A957793-E9E3-407E-91EC-D18C6D63DB51} = {A60613DA-9A84-417D-B737-40CC37FC47E3}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {144ED164-6EC1-42FC-912C-EB9C920DB329}
EndGlobalSection
EndGlobal