libVLCX.nuspec and libVLCX.targets files to build the libVLCX NuGet package
This GitHub project has been archived. You can now use LibVLCSharp.
Build the libVLCX.UWP project and put the result in build/amd64 and build/x86 folders. Then, run the command :
nuget pack libVLCX.nuspec
This package is not intended to be used directly from your code. You should use VLC.MediaElement.
But, you can look at the source code of VLC or VLC.MediaElement to see how you can use it. You must add the Microsoft Visual C++ 2013 Runtime Package for Windows Universal extension to your project if you want to use the libVLCX package directly.