-
Notifications
You must be signed in to change notification settings - Fork 47
/
Copy pathserilog-sinks-azuretablestorage.sln
63 lines (63 loc) · 3.94 KB
/
serilog-sinks-azuretablestorage.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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.1.32421.90
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Artifacts", "Artifacts", "{40D1EC3F-DCD9-47EB-8629-54D71AC31757}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
.github\workflows\build.yml = .github\workflows\build.yml
README.md = README.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Serilog.Sinks.AzureTableStorage", "src\Serilog.Sinks.AzureTableStorage\Serilog.Sinks.AzureTableStorage.csproj", "{EDB6E773-0A33-4A88-81BC-3B24ABFEBA61}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Serilog.Sinks.AzureTableStorage.Tests", "test\Serilog.Sinks.AzureTableStorage.Tests\Serilog.Sinks.AzureTableStorage.Tests.csproj", "{2740763E-959A-4AAD-BFC9-5B428393DFDE}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Samples", "Samples", "{18BA35F3-24C4-4297-859A-C3DCB2D00488}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SampleWebApplication", "samples\SampleWebApplication\SampleWebApplication.csproj", "{420A3E41-C520-420D-95E6-24CF86BF7477}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SampleConsoleApplication", "samples\SampleConsoleApplication\SampleConsoleApplication.csproj", "{2F82E3DC-7071-41AD-A1E9-9CB70CF27CDA}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SampleStressTest", "samples\SampleStressTest\SampleStressTest.csproj", "{31F5B01D-F6D1-4802-B412-167A424F3818}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{EDB6E773-0A33-4A88-81BC-3B24ABFEBA61}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EDB6E773-0A33-4A88-81BC-3B24ABFEBA61}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EDB6E773-0A33-4A88-81BC-3B24ABFEBA61}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EDB6E773-0A33-4A88-81BC-3B24ABFEBA61}.Release|Any CPU.Build.0 = Release|Any CPU
{2740763E-959A-4AAD-BFC9-5B428393DFDE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2740763E-959A-4AAD-BFC9-5B428393DFDE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2740763E-959A-4AAD-BFC9-5B428393DFDE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2740763E-959A-4AAD-BFC9-5B428393DFDE}.Release|Any CPU.Build.0 = Release|Any CPU
{420A3E41-C520-420D-95E6-24CF86BF7477}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{420A3E41-C520-420D-95E6-24CF86BF7477}.Debug|Any CPU.Build.0 = Debug|Any CPU
{420A3E41-C520-420D-95E6-24CF86BF7477}.Release|Any CPU.ActiveCfg = Release|Any CPU
{420A3E41-C520-420D-95E6-24CF86BF7477}.Release|Any CPU.Build.0 = Release|Any CPU
{2F82E3DC-7071-41AD-A1E9-9CB70CF27CDA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2F82E3DC-7071-41AD-A1E9-9CB70CF27CDA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2F82E3DC-7071-41AD-A1E9-9CB70CF27CDA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2F82E3DC-7071-41AD-A1E9-9CB70CF27CDA}.Release|Any CPU.Build.0 = Release|Any CPU
{31F5B01D-F6D1-4802-B412-167A424F3818}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{31F5B01D-F6D1-4802-B412-167A424F3818}.Debug|Any CPU.Build.0 = Debug|Any CPU
{31F5B01D-F6D1-4802-B412-167A424F3818}.Release|Any CPU.ActiveCfg = Release|Any CPU
{31F5B01D-F6D1-4802-B412-167A424F3818}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{420A3E41-C520-420D-95E6-24CF86BF7477} = {18BA35F3-24C4-4297-859A-C3DCB2D00488}
{2F82E3DC-7071-41AD-A1E9-9CB70CF27CDA} = {18BA35F3-24C4-4297-859A-C3DCB2D00488}
{31F5B01D-F6D1-4802-B412-167A424F3818} = {18BA35F3-24C4-4297-859A-C3DCB2D00488}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {73E16F7E-6DF4-4355-BF3C-73DDBBA1867E}
EndGlobalSection
EndGlobal