mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-12-01 07:16:11 +01:00
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.
16 lines
524 B
XML
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> |