diff --git a/CefSharp3.sln b/CefSharp3.sln index 53328afa65..e4cf3bf73d 100644 --- a/CefSharp3.sln +++ b/CefSharp3.sln @@ -17,7 +17,6 @@ EndProject Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{47D0DC8C-D707-4D8A-A578-7737AA9CE79B}" ProjectSection(SolutionItems) = preProject CefSharp.props = CefSharp.props - NuGet\CefSharp.Wpf.nuspec = NuGet\CefSharp.Wpf.nuspec ChangeLog.md = ChangeLog.md LICENSE = LICENSE README.md = README.md @@ -34,6 +33,20 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CefSharp.WinForms", "CefSha EndProject Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CefSharp.WinForms.Example", "CefSharp.WinForms.Example\CefSharp.WinForms.Example.csproj", "{C043FFF7-5F71-4FFC-989A-E09E18548589}" EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "NuGet", "NuGet", "{A23AA466-1903-44F2-946D-25AD0500D56B}" + ProjectSection(SolutionItems) = preProject + NuGet\CefSharp.Core.nuspec = NuGet\CefSharp.Core.nuspec + NuGet\CefSharp.Core.props = NuGet\CefSharp.Core.props + NuGet\CefSharp.Core.targets = NuGet\CefSharp.Core.targets + NuGet\CefSharp.DevTools.nuspec = NuGet\CefSharp.DevTools.nuspec + NuGet\CefSharp.Locales.nuspec = NuGet\CefSharp.Locales.nuspec + NuGet\CefSharp.Multimedia.nuspec = NuGet\CefSharp.Multimedia.nuspec + NuGet\CefSharp.WinForms.nuspec = NuGet\CefSharp.WinForms.nuspec + NuGet\CefSharp.Wpf.nuspec = NuGet\CefSharp.Wpf.nuspec + NuGet\CefSharp.Wpf.props = NuGet\CefSharp.Wpf.props + NuGet\pack.bat = NuGet\pack.bat + EndProjectSection +EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|Win32 = Debug|Win32 @@ -110,4 +123,7 @@ Global GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE EndGlobalSection + GlobalSection(NestedProjects) = preSolution + {A23AA466-1903-44F2-946D-25AD0500D56B} = {47D0DC8C-D707-4D8A-A578-7737AA9CE79B} + EndGlobalSection EndGlobal diff --git a/NuGet/CefSharp.Core.nuspec b/NuGet/CefSharp.Core.nuspec new file mode 100644 index 0000000000..f252929495 --- /dev/null +++ b/NuGet/CefSharp.Core.nuspec @@ -0,0 +1,31 @@ + + + + CefSharp.Core + $version$ + The CefSharp Authors + The CefSharp Authors + https://github.com/cefsharp/cefsharp + false + The CefSharp Chromium-based browser component (Core components, needed by both WPF and WinForms). + chrome browser + Copyright © 2010-2013 The CefSharp Authors + + + + + + + + + + + + + + + + + + + diff --git a/NuGet/CefSharp.Wpf.nuspec b/NuGet/CefSharp.Wpf.nuspec index 51f71019d6..737fd0867d 100644 --- a/NuGet/CefSharp.Wpf.nuspec +++ b/NuGet/CefSharp.Wpf.nuspec @@ -3,37 +3,23 @@ CefSharp.Wpf $version$ - CefSharp community - CefSharp community - https://github.com/perlun/cefsharp + The CefSharp Authors + The CefSharp Authors + https://github.com/cefsharp/cefsharp false - The CefSharp Chromium-based browser component (WPF version). + The CefSharp Chromium-based browser component (WPF control). wpf chrome browser - Copyright © 2013 Per Lundberg, Anthony Taranto and others - - - - - - + Copyright © 2010-2013 The CefSharp Authors + + + - - - + + + - - - - - - - - - - - - - + diff --git a/NuGet/CefSharp.Wpf.props b/NuGet/CefSharp.Wpf.props new file mode 100644 index 0000000000..ed206ec0b7 --- /dev/null +++ b/NuGet/CefSharp.Wpf.props @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/NuGet/pack.bat b/NuGet/pack.bat new file mode 100644 index 0000000000..337e4d2afd --- /dev/null +++ b/NuGet/pack.bat @@ -0,0 +1,3 @@ +set version=3.29.0-pre0 +NuGet pack CefSharp.Core.nuspec -NoPackageAnalysis -Version %version% +NuGet pack CefSharp.Wpf.nuspec -NoPackageAnalysis -Version %version%