-
Notifications
You must be signed in to change notification settings - Fork 17
/
NLog.Targets.Loggly.sln
43 lines (43 loc) · 2.41 KB
/
NLog.Targets.Loggly.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.31229.75
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "NLog.Targets.Loggly", "src\NLog.Targets.Loggly\NLog.Targets.Loggly.csproj", "{FBA31C0A-88AC-4362-A6B2-6C6F6BEA9553}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "NLog.Targets.Loggly.Tests", "test\NLog.Targets.Loggly.Tests\NLog.Targets.Loggly.Tests.csproj", "{F46F30FC-A570-4730-A527-24148C6A630C}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{6EDCD2C2-7A69-4AD9-B1F4-9EC22D351637}"
ProjectSection(SolutionItems) = preProject
build-common.ps1 = build-common.ps1
build.ps1 = build.ps1
README.md = README.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Demo", "examples\Demo\Demo.csproj", "{DA9C3084-515D-44E7-A625-413295275645}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{FBA31C0A-88AC-4362-A6B2-6C6F6BEA9553}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FBA31C0A-88AC-4362-A6B2-6C6F6BEA9553}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FBA31C0A-88AC-4362-A6B2-6C6F6BEA9553}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FBA31C0A-88AC-4362-A6B2-6C6F6BEA9553}.Release|Any CPU.Build.0 = Release|Any CPU
{F46F30FC-A570-4730-A527-24148C6A630C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F46F30FC-A570-4730-A527-24148C6A630C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F46F30FC-A570-4730-A527-24148C6A630C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F46F30FC-A570-4730-A527-24148C6A630C}.Release|Any CPU.Build.0 = Release|Any CPU
{DA9C3084-515D-44E7-A625-413295275645}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DA9C3084-515D-44E7-A625-413295275645}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DA9C3084-515D-44E7-A625-413295275645}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DA9C3084-515D-44E7-A625-413295275645}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {003A7C6D-C63B-452A-BF97-B67C10833B63}
EndGlobalSection
EndGlobal