summaryrefslogtreecommitdiff
path: root/Externals/FreeSurround/FreeSurround.vcxproj
blob: da3a11776abdb62e3e85146c4a0b26e2c0abb6f5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
<?xml version="1.0" encoding="utf-8"?>
<Project>
  <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" />
  <ItemDefinitionGroup>
    <ClCompile>
      <AdditionalIncludeDirectories>include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
    </ClCompile>
  </ItemDefinitionGroup>
  <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>