From efe01ece11cb4759bcf49594eaa0cde3337abc1d Mon Sep 17 00:00:00 2001 From: jornh Date: Sun, 5 Oct 2014 09:35:54 +0200 Subject: [PATCH 1/3] Add missing WinForms and Common package related files --- CefSharp3.sln | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CefSharp3.sln b/CefSharp3.sln index 92156222fe..da3664619a 100644 --- a/CefSharp3.sln +++ b/CefSharp3.sln @@ -38,6 +38,11 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CefSharp.WinForms.Example", EndProject Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "NuGet", "NuGet", "{A23AA466-1903-44F2-946D-25AD0500D56B}" ProjectSection(SolutionItems) = preProject + NuGet\CefSharp.Common.nuspec = NuGet\CefSharp.Common.nuspec + NuGet\CefSharp.Common.props = NuGet\CefSharp.Common.props + NuGet\CefSharp.Common.targets = NuGet\CefSharp.Common.targets + NuGet\CefSharp.WinForms.nuspec = NuGet\CefSharp.WinForms.nuspec + NuGet\CefSharp.WinForms.props = NuGet\CefSharp.WinForms.props NuGet\CefSharp.Wpf.nuspec = NuGet\CefSharp.Wpf.nuspec NuGet\CefSharp.Wpf.props = NuGet\CefSharp.Wpf.props NuGet\pack.bat = NuGet\pack.bat From 311cb9c9dd2292750efc90431b12c1c5b09d93e9 Mon Sep 17 00:00:00 2001 From: jornh Date: Sun, 5 Oct 2014 09:38:56 +0200 Subject: [PATCH 2/3] Generate XML documentation for x64/Release builds --- CefSharp.WinForms/CefSharp.WinForms.csproj | 1 + CefSharp.Wpf/CefSharp.Wpf.csproj | 1 + CefSharp/CefSharp.csproj | 1 + 3 files changed, 3 insertions(+) diff --git a/CefSharp.WinForms/CefSharp.WinForms.csproj b/CefSharp.WinForms/CefSharp.WinForms.csproj index 8033e91747..0036b054f7 100644 --- a/CefSharp.WinForms/CefSharp.WinForms.csproj +++ b/CefSharp.WinForms/CefSharp.WinForms.csproj @@ -20,6 +20,7 @@ x64 bin\x64\Release\ + bin\x64\Release\CefSharp.WinForms.XML true diff --git a/CefSharp.Wpf/CefSharp.Wpf.csproj b/CefSharp.Wpf/CefSharp.Wpf.csproj index ad762df972..ece29417ce 100644 --- a/CefSharp.Wpf/CefSharp.Wpf.csproj +++ b/CefSharp.Wpf/CefSharp.Wpf.csproj @@ -58,6 +58,7 @@ x64 prompt MinimumRecommendedRules.ruleset + bin\x64\Release\CefSharp.Wpf.XML true diff --git a/CefSharp/CefSharp.csproj b/CefSharp/CefSharp.csproj index 17c93c8dd4..140231bbc4 100644 --- a/CefSharp/CefSharp.csproj +++ b/CefSharp/CefSharp.csproj @@ -72,6 +72,7 @@ x64 prompt MinimumRecommendedRules.ruleset + bin\x64\Release\CefSharp.XML From 8556704ac66412662a80ced9d6b6e611c4448b6d Mon Sep 17 00:00:00 2001 From: jornh Date: Sun, 5 Oct 2014 09:42:37 +0200 Subject: [PATCH 3/3] Attempt to see if NuDoq.org will pick up our xmldoc --- NuGet/CefSharp.Common.nuspec | 8 ++++++++ NuGet/CefSharp.WinForms.nuspec | 5 +++++ NuGet/CefSharp.Wpf.nuspec | 5 +++++ 3 files changed, 18 insertions(+) diff --git a/NuGet/CefSharp.Common.nuspec b/NuGet/CefSharp.Common.nuspec index 6881bf7c37..5b12baa62f 100644 --- a/NuGet/CefSharp.Common.nuspec +++ b/NuGet/CefSharp.Common.nuspec @@ -24,6 +24,14 @@ + + + + + + + + diff --git a/NuGet/CefSharp.WinForms.nuspec b/NuGet/CefSharp.WinForms.nuspec index 01c2da4e68..10269038f8 100644 --- a/NuGet/CefSharp.WinForms.nuspec +++ b/NuGet/CefSharp.WinForms.nuspec @@ -21,6 +21,11 @@ + + + + + diff --git a/NuGet/CefSharp.Wpf.nuspec b/NuGet/CefSharp.Wpf.nuspec index 0325942650..ec8b160009 100644 --- a/NuGet/CefSharp.Wpf.nuspec +++ b/NuGet/CefSharp.Wpf.nuspec @@ -21,6 +21,11 @@ + + + + +