-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathBleess.Extensions.Logging.File.sln
48 lines (48 loc) · 2.76 KB
/
Bleess.Extensions.Logging.File.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.8.34309.116
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Tests", "tests\Tests.csproj", "{A4B0B780-624F-4C94-A098-5F28773D4006}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Sample", "samples\Sample\Sample.csproj", "{F35619BC-5563-4370-A051-5EEB71EDD822}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Bleess.Extensions.Logging.File", "src\Bleess.Extensions.Logging.File\Bleess.Extensions.Logging.File.csproj", "{B5857C68-CCDE-4FF0-ADD8-03A908813E31}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{26A619E6-D39A-4CB1-9C46-82DAA86E448E}"
ProjectSection(SolutionItems) = preProject
README.md = README.md
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Benchmarks", "benchmark\Benchmarks\Benchmarks.csproj", "{1578F3FD-4954-40FC-8647-514B7DC5525A}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{A4B0B780-624F-4C94-A098-5F28773D4006}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A4B0B780-624F-4C94-A098-5F28773D4006}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A4B0B780-624F-4C94-A098-5F28773D4006}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A4B0B780-624F-4C94-A098-5F28773D4006}.Release|Any CPU.Build.0 = Release|Any CPU
{F35619BC-5563-4370-A051-5EEB71EDD822}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F35619BC-5563-4370-A051-5EEB71EDD822}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F35619BC-5563-4370-A051-5EEB71EDD822}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F35619BC-5563-4370-A051-5EEB71EDD822}.Release|Any CPU.Build.0 = Release|Any CPU
{B5857C68-CCDE-4FF0-ADD8-03A908813E31}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B5857C68-CCDE-4FF0-ADD8-03A908813E31}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B5857C68-CCDE-4FF0-ADD8-03A908813E31}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B5857C68-CCDE-4FF0-ADD8-03A908813E31}.Release|Any CPU.Build.0 = Release|Any CPU
{1578F3FD-4954-40FC-8647-514B7DC5525A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1578F3FD-4954-40FC-8647-514B7DC5525A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1578F3FD-4954-40FC-8647-514B7DC5525A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1578F3FD-4954-40FC-8647-514B7DC5525A}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {0B545AB2-7567-4027-86C5-167BFA9EF829}
EndGlobalSection
EndGlobal