-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathSharp.Diagnostics.Logging.sln
More file actions
35 lines (35 loc) · 1.95 KB
/
Sharp.Diagnostics.Logging.sln
File metadata and controls
35 lines (35 loc) · 1.95 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.32112.339
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = ".root", ".root.targets", "{F884C849-6E6A-46FF-B496-210AD786547B}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Sharp.Diagnostics.Logging", "Sharp.Diagnostics.Logging\Sharp.Diagnostics.Logging.csproj", "{22499849-04A9-4940-B907-A6671B8DEAA7}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Sharp.Diagnostics.Logging.Tests", "Sharp.Diagnostics.Logging.Tests\Sharp.Diagnostics.Logging.Tests.csproj", "{6C790C3A-5E7C-4251-80C1-A983E9679ADE}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{F884C849-6E6A-46FF-B496-210AD786547B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F884C849-6E6A-46FF-B496-210AD786547B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{22499849-04A9-4940-B907-A6671B8DEAA7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{22499849-04A9-4940-B907-A6671B8DEAA7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{22499849-04A9-4940-B907-A6671B8DEAA7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{22499849-04A9-4940-B907-A6671B8DEAA7}.Release|Any CPU.Build.0 = Release|Any CPU
{6C790C3A-5E7C-4251-80C1-A983E9679ADE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6C790C3A-5E7C-4251-80C1-A983E9679ADE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6C790C3A-5E7C-4251-80C1-A983E9679ADE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6C790C3A-5E7C-4251-80C1-A983E9679ADE}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {B1D49F3F-2419-48E3-8653-1CDF27C98946}
EndGlobalSection
EndGlobal