mirror of
https://github.com/libretro/dolphin
synced 2024-11-04 12:33:53 -05:00
34 lines
1.7 KiB
XML
34 lines
1.7 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
<Import Project="..\..\Source\VSProps\Base.Macros.props" />
|
|
<Import Project="$(VSPropsDir)Base.Targets.props" />
|
|
<PropertyGroup Label="Globals">
|
|
<ProjectGuid>{8498F2FA-5CA6-4169-9971-DE5B1FE6132C}</ProjectGuid>
|
|
</PropertyGroup>
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
|
<Import Project="$(VSPropsDir)Configuration.StaticLibrary.props" />
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
|
|
<ImportGroup Label="ExtensionSettings" />
|
|
<ImportGroup Label="PropertySheets">
|
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
<Import Project="$(VSPropsDir)Base.props" />
|
|
<Import Project="$(VSPropsDir)ClDisableAllWarnings.props" />
|
|
</ImportGroup>
|
|
<PropertyGroup Label="UserMacros" />
|
|
<ItemGroup>
|
|
<ClInclude Include="include\FreeSurround\ChannelMaps.h" />
|
|
<ClInclude Include="include\FreeSurround\FreeSurroundDecoder.h" />
|
|
<ClInclude Include="include\FreeSurround\KissFFT.h" />
|
|
<ClInclude Include="include\FreeSurround\KissFFTR.h" />
|
|
<ClInclude Include="include\FreeSurround\_KissFFTGuts.h" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ClCompile Include="source\ChannelMaps.cpp" />
|
|
<ClCompile Include="source\FreeSurroundDecoder.cpp" />
|
|
<ClCompile Include="source\KissFFT.cpp" />
|
|
<ClCompile Include="source\KissFFTR.cpp" />
|
|
</ItemGroup>
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
|
<ImportGroup Label="ExtensionTargets">
|
|
</ImportGroup>
|
|
</Project> |