|
3 | 3 | <metadata> |
4 | 4 | <id>CefSharp.Wpf</id> |
5 | 5 | <version>$version$</version> |
6 | | - <authors>CefSharp community</authors> |
7 | | - <owners>CefSharp community</owners> |
8 | | - <projectUrl>https://github.com/perlun/cefsharp</projectUrl> |
| 6 | + <authors>The CefSharp Authors</authors> |
| 7 | + <owners>The CefSharp Authors</owners> |
| 8 | + <projectUrl>https://github.com/cefsharp/cefsharp</projectUrl> |
9 | 9 | <requireLicenseAcceptance>false</requireLicenseAcceptance> |
10 | | - <description>The CefSharp Chromium-based browser component (WPF version).</description> |
| 10 | + <description>The CefSharp Chromium-based browser component (WPF control).</description> |
11 | 11 | <tags>wpf chrome browser</tags> |
12 | | - <copyright>Copyright © 2013 Per Lundberg, Anthony Taranto and others</copyright> |
13 | | - <frameworkAssemblies> |
14 | | - <frameworkAssembly assemblyName="System.ComponentModel.DataAnnotations" /> |
15 | | - <frameworkAssembly assemblyName="System.Windows.Browser" targetFramework="sl50" /> |
16 | | - <frameworkAssembly assemblyName="System.Windows.Controls" targetFramework="sl50" /> |
17 | | - <frameworkAssembly assemblyName="System.Windows.Controls.Navigation" targetFramework="sl50" /> |
18 | | - </frameworkAssemblies> |
| 12 | + <copyright>Copyright © 2010-2013 The CefSharp Authors</copyright> |
| 13 | + <dependencies> |
| 14 | + <dependency id="CefSharp.Core" version="[$version$]" /> |
| 15 | + </dependencies> |
19 | 16 | </metadata> |
20 | 17 | <files> |
21 | | - <!-- CefSharp files --> |
22 | | - <file src="..\Release\CefSharp.dll" target="lib\net40"/> |
23 | | - <file src="..\Release\CefSharp.Wpf.dll" target="lib\net40"/> |
| 18 | + <!-- Cannot put these inside lib\net40 etc, since there are both x86 and x64 versions which we must distinguish between. We |
| 19 | + solve this using a .props file instead. --> |
| 20 | + <file src="..\CefSharp.Wpf\bin\x86\Release\CefSharp.Wpf.dll" target="CefSharp\x86" /> |
| 21 | + <file src="..\CefSharp.Wpf\bin\x64\Release\CefSharp.Wpf.dll" target="CefSharp\x64" /> |
24 | 22 |
|
25 | | - <!-- CEF/Chromium files --> |
26 | | - <file src="..\Release\avcodec-54.dll" target="content\bin\Debug"/> |
27 | | - <file src="..\Release\avformat-54.dll" target="content\bin\Debug"/> |
28 | | - <file src="..\Release\avutil-51.dll" target="content\bin\Debug"/> |
29 | | - <file src="..\Release\icudt.dll" target="content\bin\Debug"/> |
30 | | - <file src="..\Release\libcef.dll" target="content\bin\Debug"/> |
31 | | - <file src="..\Release\libcef.dll" target="content\bin\Debug"/> |
32 | | - <file src="..\Release\libEGL.dll" target="content\bin\Debug"/> |
33 | | - <file src="..\Release\libGLESv2.dll" target="content\bin\Debug"/> |
34 | | - <file src="..\Release\devtools_resources.pak" target="content\bin\Debug\devtools_resources.pak"/> |
35 | | - |
36 | | - <!-- Only including en-US for now --> |
37 | | - <file src="..\Release\locales\en-US.pak" target="content\bin\Debug\locales"/> |
| 23 | + <file src="CefSharp.Wpf.props" target="build" /> |
38 | 24 | </files> |
39 | 25 | </package> |
0 commit comments