Skip to content

Commit 64bd859

Browse files
committed
Updated sln file
1 parent c2a16a8 commit 64bd859

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

Diff for: .vscode/settings.json

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"cSpell.words": [
3+
"Serilog"
4+
]
5+
}

Diff for: Serilog.Sinks.Exceptionless.sln

+9
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,15 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ConsoleDemo", "sample\Conso
2222
EndProject
2323
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SampleWeb", "sample\SampleWeb\SampleWeb.csproj", "{2637C70D-5166-473F-91FD-C5312310466D}"
2424
EndProject
25+
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{2E864BB3-574A-4A06-A94A-BB0AB05473E1}"
26+
ProjectSection(SolutionItems) = preProject
27+
.github\workflows\build-linux.yml = .github\workflows\build-linux.yml
28+
.github\workflows\build-osx.yml = .github\workflows\build-osx.yml
29+
.github\workflows\build-windows.yml = .github\workflows\build-windows.yml
30+
LICENSE.txt = LICENSE.txt
31+
README.md = README.md
32+
EndProjectSection
33+
EndProject
2534
Global
2635
GlobalSection(SolutionConfigurationPlatforms) = preSolution
2736
Debug|Any CPU = Debug|Any CPU

0 commit comments

Comments
 (0)