-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathOpen.Logging.sln
More file actions
52 lines (52 loc) · 3.09 KB
/
Open.Logging.sln
File metadata and controls
52 lines (52 loc) · 3.09 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.14.36109.1
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Open.Logging.Extensions", "Open.Logging.Extensions\Open.Logging.Extensions.csproj", "{26B114FB-38A2-DE42-32D8-0D3343DF185A}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Open.Logging.Extensions.Tests", "Open.Logging.Extensions.Tests\Open.Logging.Extensions.Tests.csproj", "{7E2D85BE-6F1B-5EB6-1E9E-9FA132314979}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Open.Logging.Extensions.Demo", "Open.Logging.Extensions.Demo\Open.Logging.Extensions.Demo.csproj", "{B3455AED-112A-EAB1-FF1D-6F837DC567D3}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Open.Logging.Extensions.SpectreConsole", "Open.Logging.Extensions.SpectreConsole\Open.Logging.Extensions.SpectreConsole.csproj", "{907C7D3E-4F6B-E823-5273-53AC8D1BA355}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{02EA681E-C7D8-13C7-8484-4AC65E1B71E8}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
.gitignore = .gitignore
Directory.Build.props = Directory.Build.props
Directory.Packages.props = Directory.Packages.props
README.md = README.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{26B114FB-38A2-DE42-32D8-0D3343DF185A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{26B114FB-38A2-DE42-32D8-0D3343DF185A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{26B114FB-38A2-DE42-32D8-0D3343DF185A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{26B114FB-38A2-DE42-32D8-0D3343DF185A}.Release|Any CPU.Build.0 = Release|Any CPU
{7E2D85BE-6F1B-5EB6-1E9E-9FA132314979}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7E2D85BE-6F1B-5EB6-1E9E-9FA132314979}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7E2D85BE-6F1B-5EB6-1E9E-9FA132314979}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7E2D85BE-6F1B-5EB6-1E9E-9FA132314979}.Release|Any CPU.Build.0 = Release|Any CPU
{B3455AED-112A-EAB1-FF1D-6F837DC567D3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B3455AED-112A-EAB1-FF1D-6F837DC567D3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B3455AED-112A-EAB1-FF1D-6F837DC567D3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B3455AED-112A-EAB1-FF1D-6F837DC567D3}.Release|Any CPU.Build.0 = Release|Any CPU
{907C7D3E-4F6B-E823-5273-53AC8D1BA355}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{907C7D3E-4F6B-E823-5273-53AC8D1BA355}.Debug|Any CPU.Build.0 = Debug|Any CPU
{907C7D3E-4F6B-E823-5273-53AC8D1BA355}.Release|Any CPU.ActiveCfg = Release|Any CPU
{907C7D3E-4F6B-E823-5273-53AC8D1BA355}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {7E5B31EE-2455-416E-8FF2-71F78C1738A9}
EndGlobalSection
EndGlobal