2015-03-16 23:42:36 +00:00
|
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2020-08-19 00:34:06 +00:00
|
|
|
|
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
2020-08-21 03:27:07 +00:00
|
|
|
|
<Import Project="..\..\VSProps\Base.Macros.props" />
|
2020-08-19 00:34:06 +00:00
|
|
|
|
<Import Project="$(VSPropsDir)Base.Targets.props" />
|
2011-01-27 05:01:00 +00:00
|
|
|
|
<PropertyGroup Label="Globals">
|
2013-10-19 09:27:57 +00:00
|
|
|
|
<ProjectGuid>{54AA7840-5BEB-4A0C-9452-74BA4CC7FD44}</ProjectGuid>
|
2011-01-27 05:01:00 +00:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
2020-08-19 00:34:06 +00:00
|
|
|
|
<Import Project="$(VSPropsDir)Configuration.StaticLibrary.props" />
|
2011-01-27 05:01:00 +00:00
|
|
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
|
2020-08-19 00:34:06 +00:00
|
|
|
|
<ImportGroup Label="ExtensionSettings" />
|
2013-10-19 09:27:57 +00:00
|
|
|
|
<ImportGroup Label="PropertySheets">
|
2011-01-27 05:01:00 +00:00
|
|
|
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
2020-08-19 00:34:06 +00:00
|
|
|
|
<Import Project="$(VSPropsDir)Base.props" />
|
|
|
|
|
<Import Project="$(VSPropsDir)PCHUse.props" />
|
2011-01-27 10:41:26 +00:00
|
|
|
|
</ImportGroup>
|
2011-01-27 05:01:00 +00:00
|
|
|
|
<PropertyGroup Label="UserMacros" />
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<ClCompile Include="AudioCommon.cpp" />
|
2017-04-24 02:08:33 +00:00
|
|
|
|
<ClCompile Include="AudioStretcher.cpp" />
|
2017-03-22 23:09:59 +00:00
|
|
|
|
<ClCompile Include="CubebStream.cpp" />
|
2017-04-24 06:55:37 +00:00
|
|
|
|
<ClCompile Include="CubebUtils.cpp" />
|
2011-01-27 05:01:00 +00:00
|
|
|
|
<ClCompile Include="Mixer.cpp" />
|
|
|
|
|
<ClCompile Include="NullSoundStream.cpp" />
|
|
|
|
|
<ClCompile Include="OpenALStream.cpp" />
|
2018-02-10 20:03:27 +00:00
|
|
|
|
<ClCompile Include="WASAPIStream.cpp" />
|
2017-08-09 19:57:26 +00:00
|
|
|
|
<ClCompile Include="SurroundDecoder.cpp" />
|
2011-01-27 05:01:00 +00:00
|
|
|
|
<ClCompile Include="WaveFile.cpp" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
2013-10-19 09:27:57 +00:00
|
|
|
|
<ClInclude Include="AlsaSoundStream.h" />
|
2011-01-27 05:01:00 +00:00
|
|
|
|
<ClInclude Include="AudioCommon.h" />
|
2017-04-24 02:08:33 +00:00
|
|
|
|
<ClInclude Include="AudioStretcher.h" />
|
2017-03-22 23:09:59 +00:00
|
|
|
|
<ClInclude Include="CubebStream.h" />
|
2017-04-24 06:55:37 +00:00
|
|
|
|
<ClInclude Include="CubebUtils.h" />
|
2019-03-18 11:22:27 +00:00
|
|
|
|
<ClInclude Include="Enums.h" />
|
2011-01-27 05:01:00 +00:00
|
|
|
|
<ClInclude Include="Mixer.h" />
|
|
|
|
|
<ClInclude Include="NullSoundStream.h" />
|
|
|
|
|
<ClInclude Include="OpenALStream.h" />
|
2013-10-19 09:27:57 +00:00
|
|
|
|
<ClInclude Include="OpenSLESStream.h" />
|
|
|
|
|
<ClInclude Include="PulseAudioStream.h" />
|
2011-01-27 05:01:00 +00:00
|
|
|
|
<ClInclude Include="SoundStream.h" />
|
2018-02-10 20:03:27 +00:00
|
|
|
|
<ClInclude Include="WASAPIStream.h" />
|
2017-08-09 19:57:26 +00:00
|
|
|
|
<ClInclude Include="SurroundDecoder.h" />
|
2011-01-27 05:01:00 +00:00
|
|
|
|
<ClInclude Include="WaveFile.h" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
2013-10-19 09:27:57 +00:00
|
|
|
|
<Text Include="CMakeLists.txt" />
|
2011-01-27 05:01:00 +00:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
2014-08-31 12:51:38 +00:00
|
|
|
|
<ProjectReference Include="$(CoreDir)Common\Common.vcxproj">
|
2013-10-19 09:27:57 +00:00
|
|
|
|
<Project>{2e6c348c-c75c-4d94-8d1e-9c1fcbf3efe4}</Project>
|
2011-01-27 05:01:00 +00:00
|
|
|
|
</ProjectReference>
|
2017-08-09 19:57:26 +00:00
|
|
|
|
<ProjectReference Include="$(ExternalsDir)FreeSurround\FreeSurround.vcxproj">
|
|
|
|
|
<Project>{8498f2fa-5ca6-4169-9971-de5b1fe6132c}</Project>
|
|
|
|
|
</ProjectReference>
|
2020-08-17 19:29:25 +00:00
|
|
|
|
<ProjectReference Include="$(ExternalsDir)soundtouch\SoundTouch.vcxproj">
|
|
|
|
|
<Project>{ec082900-b4d8-42e9-9663-77f02f6936ae}</Project>
|
|
|
|
|
</ProjectReference>
|
2011-01-27 05:01:00 +00:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
|
|
|
|
<ImportGroup Label="ExtensionTargets">
|
|
|
|
|
</ImportGroup>
|
2018-02-10 20:03:27 +00:00
|
|
|
|
</Project>
|