Browse Source

Create XML docs for Perspex.Logging.Serilog.

pull/486/head
Steven Kirk 11 years ago
parent
commit
3e4dc68626
  1. 2
      src/Perspex.Logging.Serilog/Perspex.Logging.Serilog.csproj

2
src/Perspex.Logging.Serilog/Perspex.Logging.Serilog.csproj

@ -24,6 +24,7 @@
<DefineConstants>DEBUG;TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<DocumentationFile>bin\Debug\Perspex.Logging.Serilog.XML</DocumentationFile>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>pdbonly</DebugType>
@ -32,6 +33,7 @@
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<DocumentationFile>bin\Release\Perspex.Logging.Serilog.XML</DocumentationFile>
</PropertyGroup>
<ItemGroup>
<Compile Include="SerilogLogger.cs" />

Loading…
Cancel
Save