|
| 1 | +<?xml version="1.0"?> |
| 2 | +<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd"> |
| 3 | + <metadata minClientVersion="5.0.0"> |
| 4 | + <id>chromiumembeddedframework.runtime.resources</id> |
| 5 | + <version>$version$</version> |
| 6 | + <authors>The Chromium Embedded Framework Authors</authors> |
| 7 | + <owners>The CefSharp Authors</owners> |
| 8 | + <projectUrl>https://github.com/cefsharp/cef-binary</projectUrl> |
| 9 | + <icon>images\cef128x128.png</icon> |
| 10 | + <license type="file">LICENSE.txt</license> |
| 11 | + <requireLicenseAcceptance>false</requireLicenseAcceptance> |
| 12 | + <!-- |
| 13 | + TODO: Add repository link for CEF release branch and commit |
| 14 | + https://docs.microsoft.com/en-us/nuget/reference/nuspec#repository |
| 15 | + --> |
| 16 | + <!-- |
| 17 | + <repository type="git" url="https://bitbucket.org/chromiumembedded/cef.git" branch="3945" commit="7ec49fabd56beae20e6b4c825c085231140c3b36" /> |
| 18 | + --> |
| 19 | + <description>Chromium Embedded Framework (CEF) Release Distribution |
| 20 | + NOTE: This package is maintained on behalf of the CEF authors by the CefSharp project at http://github.com/cefsharp/cef-binary</description> |
| 21 | + <tags>chrome chromium native embedded browser CEF nativepackage</tags> |
| 22 | + <copyright>Copyright © 2008-2024</copyright> |
| 23 | + </metadata> |
| 24 | + <files> |
| 25 | + <!-- Architecture-specific files folder hierarchy lost (native subfolders) --> |
| 26 | + <!-- https://github.com/NuGet/Home/issues/7698#issuecomment-455368655 --> |
| 27 | + <!-- We have to copy locales manually --> |
| 28 | + <file src="..\cef_binary_3.y.z_windows32\Resources\locales\*.pak" target="CEF\win-x86\locales"/> |
| 29 | + <file src="..\cef_binary_3.y.z_windows64\Resources\locales\*.pak" target="CEF\win-x64\locales"/> |
| 30 | + <file src="..\cef_binary_3.y.z_windowsarm64\Resources\locales\*.pak" target="CEF\win-arm64\locales"/> |
| 31 | + <file src="..\cef\LICENSE.txt" target="LICENSE.txt" /> |
| 32 | + <file src="chromiumembeddedframework.runtime.resources.props" target="build\" /> |
| 33 | + <file src="chromiumembeddedframework.runtime.resources.props" target="buildTransitive\" /> |
| 34 | + <file src="cef128x128.png" target="images\" /> |
| 35 | + </files> |
| 36 | +</package> |
0 commit comments