mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-11-25 02:44:14 +00: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.
14 lines
453 B
XML
14 lines
453 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project>
|
|
<ItemDefinitionGroup>
|
|
<ClCompile>
|
|
<AdditionalIncludeDirectories>$(ExternalsDir)bzip2\bzip2;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
</ClCompile>
|
|
</ItemDefinitionGroup>
|
|
<ItemGroup>
|
|
<ProjectReference Include="$(ExternalsDir)bzip2\bzip2.vcxproj">
|
|
<Project>{1d8c51d2-ffa4-418e-b183-9f42b6a6717e}</Project>
|
|
</ProjectReference>
|
|
</ItemGroup>
|
|
</Project>
|