Skip to content

Commit

Permalink
Fixed missing XML documentation in the build.
Browse files Browse the repository at this point in the history
[release]
  • Loading branch information
Lakritzator committed Apr 10, 2017
1 parent 537bb19 commit 412e90c
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
<DefineConstants>DEBUG;TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<DocumentationFile>bin\Debug\Dapplo.CaliburnMicro.Security.ActiveDirectory.XML</DocumentationFile>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>pdbonly</DebugType>
Expand All @@ -28,6 +29,7 @@
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<DocumentationFile>bin\Release\Dapplo.CaliburnMicro.Security.ActiveDirectory.XML</DocumentationFile>
</PropertyGroup>
<ItemGroup>
<Reference Include="Dapplo.ActiveDirectory, Version=0.1.49.0, Culture=neutral, processorArchitecture=MSIL">
Expand Down

0 comments on commit 412e90c

Please sign in to comment.