2017-04-14 02:11:59 +00:00
|
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2020-08-19 01:07:08 +00:00
|
|
|
|
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
2020-08-21 03:27:07 +00:00
|
|
|
|
<Import Project="..\..\..\Source\VSProps\Base.Macros.props" />
|
2020-08-19 01:07:08 +00:00
|
|
|
|
<Import Project="$(VSPropsDir)Base.Targets.props" />
|
2017-04-14 02:11:59 +00:00
|
|
|
|
<PropertyGroup Label="Globals">
|
|
|
|
|
<ProjectGuid>{8EA11166-6512-44FC-B7A5-A4D1ECC81170}</ProjectGuid>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
2020-08-19 01:07:08 +00:00
|
|
|
|
<Import Project="$(VSPropsDir)Configuration.StaticLibrary.props" />
|
2017-04-14 02:11:59 +00:00
|
|
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
|
2020-08-19 01:07:08 +00:00
|
|
|
|
<ImportGroup Label="ExtensionSettings" />
|
2017-04-14 02:11:59 +00:00
|
|
|
|
<ImportGroup Label="PropertySheets">
|
|
|
|
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
2020-08-19 01:07:08 +00:00
|
|
|
|
<Import Project="$(VSPropsDir)Base.props" />
|
|
|
|
|
<Import Project="$(VSPropsDir)ClDisableAllWarnings.props" />
|
2017-04-14 02:11:59 +00:00
|
|
|
|
</ImportGroup>
|
2020-08-19 01:07:08 +00:00
|
|
|
|
<PropertyGroup Label="UserMacros" />
|
2017-04-14 02:11:59 +00:00
|
|
|
|
<ItemDefinitionGroup>
|
|
|
|
|
<ClCompile>
|
2017-06-02 10:23:23 +00:00
|
|
|
|
<AdditionalIncludeDirectories>..\include;..\src;..\msvc;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
|
|
|
<PreprocessorDefinitions>WIN32;USE_WASAPI;USE_WINMM;OUTSIDE_SPEEX;FLOATING_POINT;RANDOM_PREFIX=speex;EXPORT=;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
2017-04-14 02:11:59 +00:00
|
|
|
|
</ClCompile>
|
|
|
|
|
</ItemDefinitionGroup>
|
|
|
|
|
<ItemDefinitionGroup Condition="'$(Configuration)'=='Release'">
|
|
|
|
|
<ClCompile>
|
|
|
|
|
<PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
|
|
|
</ClCompile>
|
|
|
|
|
</ItemDefinitionGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<ClInclude Include="..\include\cubeb\cubeb.h" />
|
|
|
|
|
<ClInclude Include="..\msvc\cubeb_export.h" />
|
|
|
|
|
<ClInclude Include="..\src\cubeb-internal.h" />
|
|
|
|
|
<ClInclude Include="..\src\cubeb-speex-resampler.h" />
|
|
|
|
|
<ClInclude Include="..\src\cubeb_array_queue.h" />
|
|
|
|
|
<ClInclude Include="..\src\cubeb_assert.h" />
|
|
|
|
|
<ClInclude Include="..\src\cubeb_log.h" />
|
|
|
|
|
<ClInclude Include="..\src\cubeb_mixer.h" />
|
|
|
|
|
<ClInclude Include="..\src\cubeb_panner.h" />
|
|
|
|
|
<ClInclude Include="..\src\cubeb_resampler.h" />
|
|
|
|
|
<ClInclude Include="..\src\cubeb_resampler_internal.h" />
|
|
|
|
|
<ClInclude Include="..\src\cubeb_ringbuffer.h" />
|
|
|
|
|
<ClInclude Include="..\src\cubeb_ring_array.h" />
|
2017-10-21 21:13:53 +00:00
|
|
|
|
<ClInclude Include="..\src\cubeb_strings.h" />
|
2017-04-14 02:11:59 +00:00
|
|
|
|
<ClInclude Include="..\src\cubeb_utils.h" />
|
|
|
|
|
<ClInclude Include="..\src\cubeb_utils_unix.h" />
|
|
|
|
|
<ClInclude Include="..\src\cubeb_utils_win.h" />
|
|
|
|
|
<ClInclude Include="..\src\speex\arch.h" />
|
|
|
|
|
<ClInclude Include="..\src\speex\fixed_generic.h" />
|
|
|
|
|
<ClInclude Include="..\src\speex\resample_neon.h" />
|
|
|
|
|
<ClInclude Include="..\src\speex\resample_sse.h" />
|
|
|
|
|
<ClInclude Include="..\src\speex\speex_config_types.h" />
|
|
|
|
|
<ClInclude Include="..\src\speex\speex_resampler.h" />
|
|
|
|
|
<ClInclude Include="..\src\speex\stack_alloc.h" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<ClCompile Include="..\src\cubeb.c" />
|
|
|
|
|
<ClCompile Include="..\src\cubeb_log.cpp" />
|
|
|
|
|
<ClCompile Include="..\src\cubeb_mixer.cpp" />
|
|
|
|
|
<ClCompile Include="..\src\cubeb_panner.cpp" />
|
|
|
|
|
<ClCompile Include="..\src\cubeb_resampler.cpp" />
|
2017-10-21 21:13:53 +00:00
|
|
|
|
<ClCompile Include="..\src\cubeb_strings.c" />
|
2017-04-14 02:11:59 +00:00
|
|
|
|
<ClCompile Include="..\src\cubeb_wasapi.cpp" />
|
|
|
|
|
<ClCompile Include="..\src\cubeb_winmm.c" />
|
|
|
|
|
<ClCompile Include="..\src\speex\resample.c" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
|
|
|
|
<ImportGroup Label="ExtensionTargets">
|
|
|
|
|
</ImportGroup>
|
2019-11-07 04:42:37 +00:00
|
|
|
|
</Project>
|