forked from bjarneriis/NLog.Targets.Sentry
-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathNLog.Targets.Sentry.sln
executable file
·38 lines (38 loc) · 1.94 KB
/
NLog.Targets.Sentry.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27428.2037
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{89F41B45-D8F1-45EE-8D27-04EC4FD557D9}"
ProjectSection(SolutionItems) = preProject
appveyor.yml = appveyor.yml
License.txt = License.txt
README.md = README.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "NLog.Targets.Sentry", "NLog.Targets.Sentry\NLog.Targets.Sentry.csproj", "{B6F26BF7-3D06-4627-90C1-53684F58C112}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "NLog.Targets.Sentry.UnitTests", "NLog.Targets.Sentry.UnitTests\NLog.Targets.Sentry.UnitTests.csproj", "{D7B6163E-38A5-4F19-B7EF-768FCA1B74A3}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{B6F26BF7-3D06-4627-90C1-53684F58C112}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B6F26BF7-3D06-4627-90C1-53684F58C112}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B6F26BF7-3D06-4627-90C1-53684F58C112}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B6F26BF7-3D06-4627-90C1-53684F58C112}.Release|Any CPU.Build.0 = Release|Any CPU
{D7B6163E-38A5-4F19-B7EF-768FCA1B74A3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D7B6163E-38A5-4F19-B7EF-768FCA1B74A3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D7B6163E-38A5-4F19-B7EF-768FCA1B74A3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D7B6163E-38A5-4F19-B7EF-768FCA1B74A3}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {36FFA94A-2B14-4680-AFBE-8AE864E01436}
EndGlobalSection
EndGlobal