-
-
Notifications
You must be signed in to change notification settings - Fork 2.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature Request - Update Nuget targets to link unmanaged resources #2156
Comments
Thanks for the suggestion @amaitland! I hope someone has the time to investigate this sometime, it would be a nice addition for certain use cases. |
This actually represented a much larger change than I initially though, it's been implemented in 0e25149 and has been, files appear to be correctly copied when using a
Ideally would move the OffScreen, WinForms and WPF targets file content to the props (as they're actually props now), unfortunately we need guaranteed ordering and Nuget 2.8.x doesn't provide that, if we leave them as .targets it'll happen late enough to make sure the cef.redist list of files is provided. |
Resolves #2156 Nuget packages updated to use ItemGroup None instead of Copy target Nuget props restructure to support Win32 target x86 and Win32 targets are exactly the same in content, they differ in name only, so switched to using an <Otherwise/> block Remove AnyCpu <When/> option from props files and consolidate with x86 and Win32. Set Private to false and rely on the <None/> entires to copy the files to the output folder Ideally would move the OffScreen, WinForms and WPF targets file content to the props (as they're actually props now), unfortunately we need guaranteed ordering and Nuget 2.8.x doesn't provide that, if we leave them as .targets it'll happen late enough to make sure the cef.redist list of files is provided. NuGet/Home#4229 (comment)
Hi. I am targeting My problem with I also noticed that after the installation of If I downgrade to |
Please open a new issue |
Ok, I created issue #2276. |
https://stackoverflow.com/a/30316946/4583726
https://msdn.microsoft.com/en-us/library/0c6xyb66(VS.80).aspx
Above link suggests adding unmanaged files using a none target and setting a link, should improve support for for creating library projects that reference CefSharp.
Just adding as reference in case anyone wants to take up the challenge.
The text was updated successfully, but these errors were encountered: