浏览代码

Create XML docs for Perspex.Logging.Serilog.

Steven Kirk 9 年之前
父节点
当前提交
3e4dc68626
共有 1 个文件被更改,包括 2 次插入0 次删除
  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" />