-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathSerilog.Sinks.Autodesk.Revit.sln
More file actions
32 lines (32 loc) · 1.67 KB
/
Serilog.Sinks.Autodesk.Revit.sln
File metadata and controls
32 lines (32 loc) · 1.67 KB
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
Microsoft Visual Studio Solution File, Format Version 12.00
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Serilog.Sinks.Autodesk.Revit", "src/Serilog.Sinks.Autodesk.Revit\Serilog.Sinks.Autodesk.Revit.csproj", "{B7745F16-A858-493D-A548-E02DAEA0359B}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{295B355A-0CB2-4965-8603-765D04882D69}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
CONTRIBUTING.md = CONTRIBUTING.md
CREDITS.md = CREDITS.md
LICENSE.md = LICENSE.md
README.md = README.md
CHANGELOG.md = CHANGELOG.md
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Serilog.Sinks.Autodesk.Revit.Tests", "src/Serilog.Sinks.Autodesk.Revit.Tests\Serilog.Sinks.Autodesk.Revit.Tests.csproj", "{508A5950-2DBA-475D-A083-8E5161D5E5B9}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Release|x64 = Release|x64
Debug|x64 = Debug|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{B7745F16-A858-493D-A548-E02DAEA0359B}.Release|x64.ActiveCfg = Release|x64
{B7745F16-A858-493D-A548-E02DAEA0359B}.Release|x64.Build.0 = Release|x64
{B7745F16-A858-493D-A548-E02DAEA0359B}.Debug|x64.ActiveCfg = Debug|x64
{B7745F16-A858-493D-A548-E02DAEA0359B}.Debug|x64.Build.0 = Debug|x64
{508A5950-2DBA-475D-A083-8E5161D5E5B9}.Release|x64.ActiveCfg = Release|Any CPU
{508A5950-2DBA-475D-A083-8E5161D5E5B9}.Release|x64.Build.0 = Release|Any CPU
{508A5950-2DBA-475D-A083-8E5161D5E5B9}.Debug|x64.ActiveCfg = Debug|Any CPU
{508A5950-2DBA-475D-A083-8E5161D5E5B9}.Debug|x64.Build.0 = Debug|Any CPU
EndGlobalSection
EndGlobal