-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathAnalogy.LogViewer.NLog.Targets.sln
40 lines (40 loc) · 2.13 KB
/
Analogy.LogViewer.NLog.Targets.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
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}") = "Analogy.LogViewer.NLog.Targets", "Analogy.LogViewer.NLog.Targets\Analogy.LogViewer.NLog.Targets.csproj", "{68AE619D-E4FF-4FE2-866A-A85B0369097B}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Analogy.LogViewer.NLog.Targets.UnitTests", "Analogy.LogViewer.NLog.Targets.UnitTests\Analogy.LogViewer.NLog.Targets.UnitTests.csproj", "{49CBA408-3493-4638-A526-754E88A8094F}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{2AD56165-40DC-4358-A1E4-7405DFA3A32C}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
BannedSymbols.txt = BannedSymbols.txt
Directory.Build.props = Directory.Build.props
.github\workflows\dotnet-core-desktop.yml = .github\workflows\dotnet-core-desktop.yml
nuget.config = nuget.config
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{68AE619D-E4FF-4FE2-866A-A85B0369097B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{68AE619D-E4FF-4FE2-866A-A85B0369097B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{68AE619D-E4FF-4FE2-866A-A85B0369097B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{68AE619D-E4FF-4FE2-866A-A85B0369097B}.Release|Any CPU.Build.0 = Release|Any CPU
{49CBA408-3493-4638-A526-754E88A8094F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{49CBA408-3493-4638-A526-754E88A8094F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{49CBA408-3493-4638-A526-754E88A8094F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{49CBA408-3493-4638-A526-754E88A8094F}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {B4ADA740-1131-4662-BA35-4CD061911773}
EndGlobalSection
EndGlobal