We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6fb03b3 commit 0d40124Copy full SHA for 0d40124
AngleSharp.Io/AngleSharp.Io.csproj
@@ -20,6 +20,8 @@
20
<DefineConstants>DEBUG;TRACE</DefineConstants>
21
<ErrorReport>prompt</ErrorReport>
22
<WarningLevel>4</WarningLevel>
23
+ <DocumentationFile>
24
+ </DocumentationFile>
25
</PropertyGroup>
26
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
27
<DebugType>pdbonly</DebugType>
@@ -28,6 +30,7 @@
28
30
<DefineConstants>TRACE</DefineConstants>
29
31
32
33
+ <DocumentationFile>bin\Release\AngleSharp.Io.xml</DocumentationFile>
34
35
<ItemGroup>
36
<Reference Include="AngleSharp">
0 commit comments