Skip to content

Commit

Permalink
Add xml documentation to project. Fixes #21 (#22)
Browse files Browse the repository at this point in the history
  • Loading branch information
mialeska authored Sep 20, 2019
1 parent aa42f5e commit 0b05407
Show file tree
Hide file tree
Showing 3 changed files with 727 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,11 @@
<IsPackable>true</IsPackable>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
<DocumentationFile>Aquality.Selenium.Core.xml</DocumentationFile>
<NoWarn>1701;1702;1591</NoWarn>
</PropertyGroup>

<ItemGroup>
<None Remove="Resources\Localization\be.json" />
<None Remove="Resources\Localization\en.json" />
Expand Down
Loading

0 comments on commit 0b05407

Please sign in to comment.