-
Notifications
You must be signed in to change notification settings - Fork 0
/
serilog-sinks-applicationinsights.sln
49 lines (49 loc) · 2.49 KB
/
serilog-sinks-applicationinsights.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
49
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26621.2
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{037440DE-440B-4129-9F7A-09B42D00397E}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "files", "files", "{E9D1B5E1-DEB9-4A04-8BAB-24EC7240ADAF}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
Build.ps1 = Build.ps1
README.md = README.md
.gitattributes = .gitattributes
.gitignore = .gitignore
LICENSE = LICENSE
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Serilog.Sinks.ApplicationInsights", "src\Serilog.Sinks.ApplicationInsights\Serilog.Sinks.ApplicationInsights.csproj", "{B572E129-3568-435F-A8E9-366AD7014D8E}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{7D3C2A24-D009-41B5-B68D-2B87F7C017FB}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Serilog.Sinks.ApplicationInsights.Tests", "test\Serilog.Sinks.ApplicationInsights.Tests\Serilog.Sinks.ApplicationInsights.Tests.csproj", "{94A45A9E-5576-4B49-A769-DD62B83B25A2}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{B572E129-3568-435F-A8E9-366AD7014D8E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B572E129-3568-435F-A8E9-366AD7014D8E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B572E129-3568-435F-A8E9-366AD7014D8E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B572E129-3568-435F-A8E9-366AD7014D8E}.Release|Any CPU.Build.0 = Release|Any CPU
{94A45A9E-5576-4B49-A769-DD62B83B25A2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{94A45A9E-5576-4B49-A769-DD62B83B25A2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{94A45A9E-5576-4B49-A769-DD62B83B25A2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{94A45A9E-5576-4B49-A769-DD62B83B25A2}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{B572E129-3568-435F-A8E9-366AD7014D8E} = {037440DE-440B-4129-9F7A-09B42D00397E}
{94A45A9E-5576-4B49-A769-DD62B83B25A2} = {7D3C2A24-D009-41B5-B68D-2B87F7C017FB}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {08126E49-8621-4994-8B2C-DF15B3D9A881}
EndGlobalSection
EndGlobal