dolphin/Externals/bzip2/bzip2.vcxproj.filters

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

16 lines
470 B
Plaintext
Raw Permalink Normal View History

2019-12-30 13:01:05 +00:00
<?xml version="1.0" encoding="utf-8"?>
<Project>
2019-12-30 13:01:05 +00:00
<ItemGroup>
<ClCompile Include="blocksort.c" />
<ClCompile Include="bzlib.c" />
<ClCompile Include="compress.c" />
<ClCompile Include="crctable.c" />
<ClCompile Include="decompress.c" />
<ClCompile Include="huffman.c" />
<ClCompile Include="randtable.c" />
</ItemGroup>
<ItemGroup>
<ClInclude Include="bzlib.h" />
<ClInclude Include="bzlib_private.h" />
</ItemGroup>
</Project>