Skip to content

Commit 6adb459

Browse files
committed
Merge pull request #503 from jornh/feature/xmldoc
Feature/xmldoc
2 parents 1991958 + 8556704 commit 6adb459

File tree

7 files changed

+26
-0
lines changed

7 files changed

+26
-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" />

CefSharp3.sln

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,11 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CefSharp.WinForms.Example",
3838
EndProject
3939
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "NuGet", "NuGet", "{A23AA466-1903-44F2-946D-25AD0500D56B}"
4040
ProjectSection(SolutionItems) = preProject
41+
NuGet\CefSharp.Common.nuspec = NuGet\CefSharp.Common.nuspec
42+
NuGet\CefSharp.Common.props = NuGet\CefSharp.Common.props
43+
NuGet\CefSharp.Common.targets = NuGet\CefSharp.Common.targets
44+
NuGet\CefSharp.WinForms.nuspec = NuGet\CefSharp.WinForms.nuspec
45+
NuGet\CefSharp.WinForms.props = NuGet\CefSharp.WinForms.props
4146
NuGet\CefSharp.Wpf.nuspec = NuGet\CefSharp.Wpf.nuspec
4247
NuGet\CefSharp.Wpf.props = NuGet\CefSharp.Wpf.props
4348
NuGet\pack.bat = NuGet\pack.bat

NuGet/CefSharp.Common.nuspec

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,14 @@
2424
<file src="..\CefSharp.BrowserSubprocess\bin\x86\Release\CefSharp.BrowserSubprocess.exe" target="CefSharp\x86"/>
2525
<file src="..\CefSharp.BrowserSubprocess\bin\x64\Release\CefSharp.BrowserSubprocess.exe" target="CefSharp\x64"/>
2626

27+
<file src="..\x64\Release\CefSharp.Core.xml" target="CefSharp\x86"/>
28+
<file src="..\x64\Release\CefSharp.Core.xml" target="CefSharp\x64"/>
29+
<file src="..\x64\Release\CefSharp.Core.xml" target="lib"/>
30+
<file src="..\CefSharp\bin\x64\Release\CefSharp.xml" target="CefSharp\x64"/>
31+
<file src="..\CefSharp\bin\x64\Release\CefSharp.xml" target="CefSharp\x86"/>
32+
<!-- Long shot, to see if it's here NuDoq.org looks for it, trial and error at it's best -->
33+
<file src="..\CefSharp\bin\x64\Release\CefSharp.xml" target="lib" />
34+
2735
<file src="CefSharp.Common.props" target="build" />
2836
<file src="CefSharp.Common.targets" target="build" />
2937
</files>

NuGet/CefSharp.WinForms.nuspec

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,11 @@
2121
<file src="..\CefSharp.WinForms\bin\x86\Release\CefSharp.WinForms.dll" target="CefSharp\x86" />
2222
<file src="..\CefSharp.WinForms\bin\x64\Release\CefSharp.WinForms.dll" target="CefSharp\x64" />
2323

24+
<file src="..\CefSharp.WinForms\bin\x64\Release\CefSharp.WinForms.xml" target="CefSharp\x86" />
25+
<file src="..\CefSharp.WinForms\bin\x64\Release\CefSharp.WinForms.xml" target="CefSharp\x64" />
26+
<!-- Long shot, to see if it's here NuDoq.org looks for it, trial and error at it's best -->
27+
<file src="..\CefSharp.WinForms\bin\x64\Release\CefSharp.WinForms.xml" target="lib" />
28+
2429
<file src="CefSharp.WinForms.props" target="build" />
2530
</files>
2631
</package>

NuGet/CefSharp.Wpf.nuspec

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,11 @@
2121
<file src="..\CefSharp.Wpf\bin\x86\Release\CefSharp.Wpf.dll" target="CefSharp\x86" />
2222
<file src="..\CefSharp.Wpf\bin\x64\Release\CefSharp.Wpf.dll" target="CefSharp\x64" />
2323

24+
<file src="..\CefSharp.Wpf\bin\x64\Release\CefSharp.Wpf.xml" target="CefSharp\x64" />
25+
<file src="..\CefSharp.Wpf\bin\x64\Release\CefSharp.Wpf.xml" target="CefSharp\x86" />
26+
<!-- Long shot, to see if it's here NuDoq.org looks for it, trial and error at it's best -->
27+
<file src="..\CefSharp.Wpf\bin\x64\Release\CefSharp.Wpf.xml" target="lib" />
28+
2429
<file src="CefSharp.Wpf.props" target="build" />
2530
</files>
2631
</package>

0 commit comments

Comments
 (0)