mirror of
				https://github.com/RetroDECK/Duckstation.git
				synced 2025-04-10 19:15:14 +00:00 
			
		
		
		
	
		
			
	
	
		
			23 lines
		
	
	
		
			949 B
		
	
	
	
		
			XML
		
	
	
	
	
	
		
		
			
		
	
	
			23 lines
		
	
	
		
			949 B
		
	
	
	
		
			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>{A81D3F54-C58A-4B2D-8076-D4E483DB2E65}</ProjectGuid> | |||
|  |   </PropertyGroup> | |||
|  |   <ItemGroup> | |||
|  |     <ClCompile Include="src\kiss_fft.cpp" /> | |||
|  |     <ClCompile Include="src\kiss_fftr.cpp" /> | |||
|  |   </ItemGroup> | |||
|  |   <ItemGroup> | |||
|  |     <ClInclude Include="include\kiss_fft.h" /> | |||
|  |     <ClInclude Include="include\kiss_fftr.h" /> | |||
|  |     <ClInclude Include="src\_kiss_fft_guts.h" /> | |||
|  |   </ItemGroup> | |||
|  |   <Import Project="..\msvc\vsprops\StaticLibrary.props" /> | |||
|  |   <ItemDefinitionGroup> | |||
|  |     <ClCompile> | |||
|  |       <AdditionalIncludeDirectories>$(ProjectDir)include;$(ProjectDir)src;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | |||
|  |     </ClCompile> | |||
|  |   </ItemDefinitionGroup> | |||
|  |   <Import Project="..\msvc\vsprops\Targets.props" /> | |||
|  | </Project> |