mfkl / libvlc-nuget

NuGet packaging setup for LibVLC
GNU Lesser General Public License v2.1
61 stars 10 forks source link

[Windows] Added CopyToPublishDirectory for libvlc dlls #29

Closed jeremyVignelles closed 3 years ago

jeremyVignelles commented 3 years ago

Untested attempt to fix https://code.videolan.org/videolan/LibVLCSharp/-/issues/454

This change is likely necessary anyway when publishing with dotnet publish

mfkl commented 3 years ago

Same for UWP I guess?

jeremyVignelles commented 3 years ago

Done 🤷‍♂️

mfkl commented 3 years ago

Guess we should close this?

mfkl commented 3 years ago

CopyToOutputDirectory seems to do the job. MSIX support blockers are probably something else... https://code.videolan.org/videolan/LibVLCSharp/-/issues/454.

Closing.