mirror of
				https://github.com/RetroDECK/Duckstation.git
				synced 2025-04-10 19:15:14 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			26 lines
		
	
	
		
			1.1 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
			
		
		
	
	
			26 lines
		
	
	
		
			1.1 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
| <?xml version="1.0" encoding="utf-8"?>
 | |
| <Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
 | |
|   <Import Project="..\msvc\vsprops\Configurations.props" />
 | |
|   <PropertyGroup Label="Globals">
 | |
|     <ProjectGuid>{1B0366E5-6F82-47B4-9FDD-D699C86AA077}</ProjectGuid>
 | |
|   </PropertyGroup>
 | |
|   <ItemGroup>
 | |
|     <ClCompile Include="src\channelmaps.cpp" />
 | |
|     <ClCompile Include="src\freesurround_decoder.cpp" />
 | |
|   </ItemGroup>
 | |
|   <ItemGroup>
 | |
|     <ClInclude Include="include\freesurround_decoder.h" />
 | |
|   </ItemGroup>
 | |
|   <ItemGroup>
 | |
|     <ProjectReference Include="..\kissfft\kissfft.vcxproj">
 | |
|       <Project>{a81d3f54-c58a-4b2d-8076-d4e483db2e65}</Project>
 | |
|     </ProjectReference>
 | |
|   </ItemGroup>
 | |
|   <Import Project="..\msvc\vsprops\StaticLibrary.props" />
 | |
|   <ItemDefinitionGroup>
 | |
|     <ClCompile>
 | |
|       <AdditionalIncludeDirectories>$(ProjectDir)include;$(ProjectDir)src;$(ProjectDir)..\kissfft\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
 | |
|     </ClCompile>
 | |
|   </ItemDefinitionGroup>
 | |
|   <Import Project="..\msvc\vsprops\Targets.props" />
 | |
| </Project> | 
