Files
dolphin/Externals/bzip2/bzip2.vcxproj.filters
Joshua Vandaële 4f7d48e018 Move bzip2 from vendored to a submodule
We are already on the latest version (1.0.8) since the project is not very active and has not seen much activity in the last few years.
2025-10-25 23:11:49 +02:00

16 lines
524 B
XML

<?xml version="1.0" encoding="utf-8"?>
<Project>
<ItemGroup>
<ClCompile Include="bzip2\blocksort.c" />
<ClCompile Include="bzip2\bzlib.c" />
<ClCompile Include="bzip2\compress.c" />
<ClCompile Include="bzip2\crctable.c" />
<ClCompile Include="bzip2\decompress.c" />
<ClCompile Include="bzip2\huffman.c" />
<ClCompile Include="bzip2\randtable.c" />
</ItemGroup>
<ItemGroup>
<ClInclude Include="bzip2\bzlib.h" />
<ClInclude Include="bzip2\bzlib_private.h" />
</ItemGroup>
</Project>