Skip to content

Commit

Permalink
TODO: only remove for arm64?
Browse files Browse the repository at this point in the history
  • Loading branch information
mfkl committed Nov 29, 2023
1 parent 6c3a4fd commit 3d7d912
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions build/VideoLAN.LibVLC.UWP.targets
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,6 @@
<VlcUWPARMIncludeFiles Condition="'@(VlcUWPARMIncludeFiles)'==''" Include="libvlc.%2A;libvlccore.%2A;hrtfs\%2A%2A;locale\%2A%2A;lua\%2A%2A;plugins\%2A%2A" />
<VlcUWPARM64IncludeFiles Condition="'@(VlcUWPARM64IncludeFiles)'==''" Include="libvlc.%2A;libvlccore.%2A;hrtfs\%2A%2A;locale\%2A%2A;lua\%2A%2A;plugins\%2A%2A" />
</ItemGroup>

<ItemGroup>
<SDKReference Include="Microsoft.VCLibs.120, Version=14.0">
<Name>Microsoft Visual C++ 2013 Runtime Package for Windows Universal</Name>
</SDKReference>
</ItemGroup>

<Target Name="CollectVlcFilesToCopyUWP" BeforeTargets="BeforeBuild">
<!-- We need a target in order to make batching work -->
<!-- Some useful links to understand how it works:
Expand Down

0 comments on commit 3d7d912

Please sign in to comment.