Browse Source

Create XML docs for Perspex.Logging.Serilog.

Steven Kirk 9 years ago
parent
commit
3e4dc68626
1 changed files with 2 additions and 0 deletions
  1. 2 0
      src/Perspex.Logging.Serilog/Perspex.Logging.Serilog.csproj

+ 2 - 0
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" />