Skip to content

Commit 311cb9c

Browse files
committed
Generate XML documentation for x64/Release builds
1 parent efe01ec commit 311cb9c

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

CefSharp.WinForms/CefSharp.WinForms.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
2121
<PlatformTarget>x64</PlatformTarget>
2222
<OutputPath>bin\x64\Release\</OutputPath>
23+
<DocumentationFile>bin\x64\Release\CefSharp.WinForms.XML</DocumentationFile>
2324
</PropertyGroup>
2425
<PropertyGroup>
2526
<SignAssembly>true</SignAssembly>

CefSharp.Wpf/CefSharp.Wpf.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@
5858
<PlatformTarget>x64</PlatformTarget>
5959
<ErrorReport>prompt</ErrorReport>
6060
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
61+
<DocumentationFile>bin\x64\Release\CefSharp.Wpf.XML</DocumentationFile>
6162
</PropertyGroup>
6263
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
6364
<DebugSymbols>true</DebugSymbols>

CefSharp/CefSharp.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@
7272
<PlatformTarget>x64</PlatformTarget>
7373
<ErrorReport>prompt</ErrorReport>
7474
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
75+
<DocumentationFile>bin\x64\Release\CefSharp.XML</DocumentationFile>
7576
</PropertyGroup>
7677
<ItemGroup>
7778
<Reference Include="System" />

0 commit comments

Comments
 (0)