Skip to content

Commit

Permalink
fix: include xml docs in WPF package (#1556)
Browse files Browse the repository at this point in the history
Fixes #1538
  • Loading branch information
olevett authored and ghuntley committed Dec 19, 2017
1 parent 838d196 commit 7737994
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/ReactiveUI.Wpf/ReactiveUI.Wpf.csproj
Expand Up @@ -14,7 +14,7 @@
<WarningLevel>4</WarningLevel>
<TargetFrameworkProfile />
<TargetFrameworkIdentifier>.NETFramework</TargetFrameworkIdentifier>
<PackageId>ReactiveUI.WPF</PackageId>
<PackageId>ReactiveUI.WPF</PackageId>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
Expand All @@ -32,6 +32,7 @@
<DefineConstants>TRACE;WPF</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<DocumentationFile>bin\Release\ReactiveUI.Wpf.xml</DocumentationFile>
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />
Expand Down Expand Up @@ -81,6 +82,5 @@
<Folder Include="Properties\" />
</ItemGroup>
<Import Project="CpsWorkaround.targets" />

<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
</Project>

0 comments on commit 7737994

Please sign in to comment.