I have a large project that needs to use several Nuget packages, but Nuget packages cannot be used on our corporate network. So I have extracted the dlls from all of the packages and linked directly to them instead. This package, however, does not have a dll: VideoLAN.LibVLC.Windows
Instead, it contains a large build folder with a lot of native libraries. How can I build this to create the dll and only the needed libraries? I don't need all of the different language libraries.