mirror of
https://github.com/RetroDECK/Duckstation.git
synced 2025-01-31 11:55:37 +00:00
20 lines
878 B
Plaintext
20 lines
878 B
Plaintext
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||
|
<ItemGroup>
|
||
|
<ClCompile Include="libretro_host_interface.cpp" />
|
||
|
<ClCompile Include="libretro_audio_stream.cpp" />
|
||
|
<ClCompile Include="opengl_host_display.cpp" />
|
||
|
<ClCompile Include="libretro_host_display.cpp" />
|
||
|
<ClCompile Include="d3d11_host_display.cpp" />
|
||
|
<ClCompile Include="main.cpp" />
|
||
|
<ClCompile Include="libretro_settings_interface.cpp" />
|
||
|
</ItemGroup>
|
||
|
<ItemGroup>
|
||
|
<ClInclude Include="libretro_host_interface.h" />
|
||
|
<ClInclude Include="libretro_audio_stream.h" />
|
||
|
<ClInclude Include="opengl_host_display.h" />
|
||
|
<ClInclude Include="libretro_host_display.h" />
|
||
|
<ClInclude Include="d3d11_host_display.h" />
|
||
|
<ClInclude Include="libretro_settings_interface.h" />
|
||
|
</ItemGroup>
|
||
|
</Project>
|