76 lines
3.1 KiB
XML
76 lines
3.1 KiB
XML
|
<?xml version="1.0" encoding="utf-8"?>
|
|||
|
<Project DefaultTargets="Build" ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|||
|
<ItemGroup Label="ProjectConfigurations">
|
|||
|
<ProjectConfiguration Include="Debug|x64">
|
|||
|
<Configuration>Debug</Configuration>
|
|||
|
<Platform>x64</Platform>
|
|||
|
</ProjectConfiguration>
|
|||
|
<ProjectConfiguration Include="Release|x64">
|
|||
|
<Configuration>Release</Configuration>
|
|||
|
<Platform>x64</Platform>
|
|||
|
</ProjectConfiguration>
|
|||
|
</ItemGroup>
|
|||
|
<PropertyGroup Label="Globals">
|
|||
|
<ProjectGuid>{EC082900-B4D8-42E9-9663-77F02F6936AE}</ProjectGuid>
|
|||
|
</PropertyGroup>
|
|||
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
|||
|
<PropertyGroup Label="Configuration">
|
|||
|
<ConfigurationType>StaticLibrary</ConfigurationType>
|
|||
|
<PlatformToolset>v140</PlatformToolset>
|
|||
|
<CharacterSet>Unicode</CharacterSet>
|
|||
|
</PropertyGroup>
|
|||
|
<PropertyGroup Condition="'$(Configuration)'=='Debug'" Label="Configuration">
|
|||
|
<UseDebugLibraries>true</UseDebugLibraries>
|
|||
|
</PropertyGroup>
|
|||
|
<PropertyGroup Condition="'$(Configuration)'=='Release'" Label="Configuration">
|
|||
|
<UseDebugLibraries>false</UseDebugLibraries>
|
|||
|
</PropertyGroup>
|
|||
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
|
|||
|
<ImportGroup Label="ExtensionSettings">
|
|||
|
</ImportGroup>
|
|||
|
<ImportGroup Label="PropertySheets">
|
|||
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|||
|
<Import Project="..\..\Source\VSProps\Base.props" />
|
|||
|
<Import Project="..\..\Source\VSProps\ClDisableAllWarnings.props" />
|
|||
|
</ImportGroup>
|
|||
|
<PropertyGroup Label="UserMacros" />
|
|||
|
<ItemGroup>
|
|||
|
<ClCompile Include="AAFilter.cpp" />
|
|||
|
<ClCompile Include="BPMDetect.cpp" />
|
|||
|
<ClCompile Include="cpu_detect_x86.cpp" />
|
|||
|
<ClCompile Include="FIFOSampleBuffer.cpp" />
|
|||
|
<ClCompile Include="FIRFilter.cpp" />
|
|||
|
<ClCompile Include="InterpolateCubic.cpp" />
|
|||
|
<ClCompile Include="InterpolateLinear.cpp" />
|
|||
|
<ClCompile Include="InterpolateShannon.cpp" />
|
|||
|
<ClCompile Include="mmx_optimized.cpp" />
|
|||
|
<ClCompile Include="PeakFinder.cpp" />
|
|||
|
<ClCompile Include="RateTransposer.cpp" />
|
|||
|
<ClCompile Include="SoundTouch.cpp" />
|
|||
|
<ClCompile Include="sse_optimized.cpp" />
|
|||
|
<ClCompile Include="TDStretch.cpp" />
|
|||
|
</ItemGroup>
|
|||
|
<ItemGroup>
|
|||
|
<ClInclude Include="AAFilter.h" />
|
|||
|
<ClInclude Include="BPMDetect.h" />
|
|||
|
<ClInclude Include="cpu_detect.h" />
|
|||
|
<ClInclude Include="FIFOSampleBuffer.h" />
|
|||
|
<ClInclude Include="FIFOSamplePipe.h" />
|
|||
|
<ClInclude Include="FIRFilter.h" />
|
|||
|
<ClInclude Include="InterpolateCubic.h" />
|
|||
|
<ClInclude Include="InterpolateLinear.h" />
|
|||
|
<ClInclude Include="InterpolateShannon.h" />
|
|||
|
<ClInclude Include="PeakFinder.h" />
|
|||
|
<ClInclude Include="RateTransposer.h" />
|
|||
|
<ClInclude Include="SoundTouch.h" />
|
|||
|
<ClInclude Include="STTypes.h" />
|
|||
|
<ClInclude Include="TDStretch.h" />
|
|||
|
</ItemGroup>
|
|||
|
<ItemGroup>
|
|||
|
<Text Include="CMakeLists.txt" />
|
|||
|
</ItemGroup>
|
|||
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
|||
|
<ImportGroup Label="ExtensionTargets">
|
|||
|
</ImportGroup>
|
|||
|
</Project>
|