Skip to content

Commit 0b05407

Browse files
authored
Add xml documentation to project. Fixes #21 (#22)
1 parent aa42f5e commit 0b05407

File tree

3 files changed

+727
-2
lines changed

3 files changed

+727
-2
lines changed

Aquality.Selenium.Core/src/Aquality.Selenium.Core/Aquality.Selenium.Core.csproj

+5
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,11 @@
1818
<IsPackable>true</IsPackable>
1919
</PropertyGroup>
2020

21+
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
22+
<DocumentationFile>Aquality.Selenium.Core.xml</DocumentationFile>
23+
<NoWarn>1701;1702;1591</NoWarn>
24+
</PropertyGroup>
25+
2126
<ItemGroup>
2227
<None Remove="Resources\Localization\be.json" />
2328
<None Remove="Resources\Localization\en.json" />

0 commit comments

Comments
 (0)