Can't build an UWP project with LibVLCSharp.Uno NuGet package
Hello,
I wanted to use the MediaPlayerElement in an UWP project but I can't build it. I get these errors :
error MSB3030: Could not copy the file "C:\Users\Steph\.nuget\packages\libvlcsharp.uno\0.0.2-alpha2\lib\uap10.0.16299\LibVLCSharp\Themes\Generic.xaml" because it was not found.
error MSB3030: Could not copy the file "C:\Users\Steph\.nuget\packages\libvlcsharp.uno\0.0.2-alpha2\lib\uap10.0.16299\LibVLCSharp\LibVLCSharp.xr.xml" because it was not found.
I don't understand why MSBuild want to copy these files from the LibVLCSharp.Uno package. These files are in the LibVLCSharp package, not in the LibVLCSharp.Uno package.
Minimal project and steps to reproduce
Create a new blank UWP project, add the LibVLCSharp.Uno v0.0.2-alpha2 NuGet package and build it.
Environment
- LibVLCSharp version 3.4.2
- LibVLCSharp.Uno version 0.0.2-alpha2
- Visual Studio 16.4.5
- SDK Windows 10.0.18362.0