mfkl / libvlc-nuget

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

Initial winrt libvlc nuget packaging #16

Closed mfkl closed 5 years ago

mfkl commented 5 years ago

WIP

mfkl commented 5 years ago

This is almost ready. Just need to figure out how to package this target

<?xml version="1.0" encoding="utf-8" standalone="no"?>
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  <ItemGroup>
    <SDKReference Include="Microsoft.VCLibs.120, Version=14.0">
      <Name>Microsoft Visual C++ 2013 Runtime Package for Windows Universal</Name>
    </SDKReference>
  </ItemGroup>
</Project>
mfkl commented 5 years ago

https://github.com/mfkl/libvlc-nuget/commit/6f0893a6303cd94cf84559a33e7dddef02a83390