mirror of
				https://github.com/RetroDECK/Duckstation.git
				synced 2025-04-10 19:15:14 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			24 lines
		
	
	
		
			1.1 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
			
		
		
	
	
			24 lines
		
	
	
		
			1.1 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
| <?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" />
 | |
|     <ClCompile Include="libretro_opengl_host_display.cpp" />
 | |
|     <ClCompile Include="libretro_d3d11_host_display.cpp" />
 | |
|     <ClCompile Include="libretro_vulkan_host_display.cpp" />
 | |
|     <ClCompile Include="libretro_game_settings.cpp" />
 | |
|   </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" />
 | |
|     <ClInclude Include="libretro_opengl_host_display.h" />
 | |
|     <ClInclude Include="libretro_d3d11_host_display.h" />
 | |
|     <ClInclude Include="libretro_vulkan_host_display.h" />
 | |
|     <ClInclude Include="libretro_game_settings.h" />
 | |
|   </ItemGroup>
 | |
| </Project> | 
