|
1 | 1 | <?xml version="1.0"?> |
2 | 2 | <package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd"> |
3 | 3 | <metadata> |
4 | | - <id>CefSharp.Common$DotPlatform$</id> |
| 4 | + <id>CefSharp.Common</id> |
5 | 5 | <version>$version$</version> |
6 | 6 | <authors>The CefSharp Authors</authors> |
7 | 7 | <owners>The CefSharp Authors</owners> |
|
17 | 17 | </metadata> |
18 | 18 | <files> |
19 | 19 | <!-- Common CefSharp stuff (shared between both WPF and WinForms) --> |
20 | | - <file src="..\$CPlatform$\Release\CefSharp.Core.dll" target="lib\net40"/> |
21 | | - <file src="..\CefSharp\bin\$Platform$\Release\CefSharp.dll" target="lib\net40"/> |
22 | | - <file src="..\CefSharp.BrowserSubprocess\bin\$Platform$\Release\CefSharp.BrowserSubprocess.Core.dll" target="lib\net40"/> |
23 | | - <file src="..\CefSharp.BrowserSubprocess\bin\$Platform$\Release\CefSharp.BrowserSubprocess.exe" target="lib\net40"/> |
| 20 | + <file src="..\Win32\Release\CefSharp.Core.dll" target="CefSharp\x86"/> |
| 21 | + <file src="..\x64\Release\CefSharp.Core.dll" target="CefSharp\x64"/> |
| 22 | + <file src="..\CefSharp\bin\x86\Release\CefSharp.dll" target="CefSharp\x86"/> |
| 23 | + <file src="..\CefSharp\bin\x64\Release\CefSharp.dll" target="CefSharp\x64"/> |
| 24 | + <file src="..\CefSharp.BrowserSubprocess\bin\x86\Release\CefSharp.BrowserSubprocess.Core.dll" target="CefSharp\x86"/> |
| 25 | + <file src="..\CefSharp.BrowserSubprocess\bin\x86\Release\CefSharp.BrowserSubprocess.exe" target="CefSharp\x86"/> |
| 26 | + <file src="..\CefSharp.BrowserSubprocess\bin\x64\Release\CefSharp.BrowserSubprocess.Core.dll" target="CefSharp\x64"/> |
| 27 | + <file src="..\CefSharp.BrowserSubprocess\bin\x64\Release\CefSharp.BrowserSubprocess.exe" target="CefSharp\x64"/> |
24 | 28 |
|
25 | | - <file src="CefSharp.Common.props" target="build\" /> |
26 | | - <file src="CefSharp.Common.targets" target="build\" /> |
| 29 | + <file src="CefSharp.Common.props" target="build" /> |
| 30 | + <file src="CefSharp.Common.targets" target="build" /> |
27 | 31 | </files> |
28 | 32 | </package> |
| 33 | + |
0 commit comments