2020-06-08 16:44:42 +00:00
|
|
|
<?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="libretro_host_display.cpp" />
|
|
|
|
<ClCompile Include="main.cpp" />
|
|
|
|
<ClCompile Include="libretro_settings_interface.cpp" />
|
2020-06-29 16:47:27 +00:00
|
|
|
<ClCompile Include="libretro_opengl_host_display.cpp" />
|
|
|
|
<ClCompile Include="libretro_d3d11_host_display.cpp" />
|
2020-07-04 10:06:04 +00:00
|
|
|
<ClCompile Include="libretro_vulkan_host_display.cpp" />
|
2020-06-08 16:44:42 +00:00
|
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
|
|
<ClInclude Include="libretro_host_interface.h" />
|
|
|
|
<ClInclude Include="libretro_audio_stream.h" />
|
|
|
|
<ClInclude Include="libretro_host_display.h" />
|
|
|
|
<ClInclude Include="libretro_settings_interface.h" />
|
2020-06-29 16:47:27 +00:00
|
|
|
<ClInclude Include="libretro_opengl_host_display.h" />
|
|
|
|
<ClInclude Include="libretro_d3d11_host_display.h" />
|
2020-07-04 10:06:04 +00:00
|
|
|
<ClInclude Include="libretro_vulkan_host_display.h" />
|
2020-06-08 16:44:42 +00:00
|
|
|
</ItemGroup>
|
|
|
|
</Project>
|