2014-06-25 01:57:43 +00:00
|
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2013-10-19 09:27:57 +00:00
|
|
|
|
<Project DefaultTargets="Build" ToolsVersion="12.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
2011-01-27 05:01:00 +00:00
|
|
|
|
<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">
|
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" />
|
2013-10-19 09:27:57 +00:00
|
|
|
|
<PropertyGroup Label="Configuration">
|
2011-02-08 04:03:48 +00:00
|
|
|
|
<ConfigurationType>StaticLibrary</ConfigurationType>
|
2013-10-19 09:27:57 +00:00
|
|
|
|
<PlatformToolset>v120</PlatformToolset>
|
2011-01-27 05:01:00 +00:00
|
|
|
|
<CharacterSet>Unicode</CharacterSet>
|
|
|
|
|
</PropertyGroup>
|
2013-10-19 09:27:57 +00:00
|
|
|
|
<PropertyGroup Condition="'$(Configuration)'=='Debug'" Label="Configuration">
|
2011-01-27 05:01:00 +00:00
|
|
|
|
<UseDebugLibraries>true</UseDebugLibraries>
|
|
|
|
|
</PropertyGroup>
|
2013-10-19 09:27:57 +00:00
|
|
|
|
<PropertyGroup Condition="'$(Configuration)'=='Release'" Label="Configuration">
|
2011-01-27 05:01:00 +00:00
|
|
|
|
<UseDebugLibraries>false</UseDebugLibraries>
|
2011-01-27 10:41:26 +00:00
|
|
|
|
</PropertyGroup>
|
2011-01-27 05:01:00 +00:00
|
|
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
|
|
|
|
|
<ImportGroup Label="ExtensionSettings">
|
|
|
|
|
</ImportGroup>
|
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" />
|
2011-02-08 04:03:48 +00:00
|
|
|
|
<Import Project="..\..\VSProps\Base.props" />
|
2014-08-15 06:51:13 +00:00
|
|
|
|
<Import Project="..\..\VSProps\PCHUse.props" />
|
2011-01-27 10:41:26 +00:00
|
|
|
|
</ImportGroup>
|
2011-01-27 05:01:00 +00:00
|
|
|
|
<PropertyGroup Label="UserMacros" />
|
|
|
|
|
<ItemGroup>
|
2013-12-07 20:14:29 +00:00
|
|
|
|
<ClCompile Include="aldlist.cpp" />
|
|
|
|
|
<ClCompile Include="AudioCommon.cpp" />
|
|
|
|
|
<ClCompile Include="DPL2Decoder.cpp" />
|
|
|
|
|
<ClCompile Include="Mixer.cpp" />
|
|
|
|
|
<ClCompile Include="NullSoundStream.cpp" />
|
|
|
|
|
<ClCompile Include="OpenALStream.cpp" />
|
|
|
|
|
<ClCompile Include="WaveFile.cpp" />
|
|
|
|
|
<ClCompile Include="XAudio2Stream.cpp" />
|
|
|
|
|
<ClCompile Include="XAudio2_7Stream.cpp">
|
2014-08-23 01:18:37 +00:00
|
|
|
|
<AdditionalIncludeDirectories>$(ExternalsDir)XAudio2_7;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
2013-10-19 09:27:57 +00:00
|
|
|
|
</ClCompile>
|
2011-01-27 05:01:00 +00:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
2013-12-07 20:14:29 +00:00
|
|
|
|
<ClInclude Include="aldlist.h" />
|
|
|
|
|
<ClInclude Include="AlsaSoundStream.h" />
|
|
|
|
|
<ClInclude Include="AOSoundStream.h" />
|
|
|
|
|
<ClInclude Include="AudioCommon.h" />
|
|
|
|
|
<ClInclude Include="CoreAudioSoundStream.h" />
|
|
|
|
|
<ClInclude Include="DPL2Decoder.h" />
|
|
|
|
|
<ClInclude Include="Mixer.h" />
|
|
|
|
|
<ClInclude Include="NullSoundStream.h" />
|
|
|
|
|
<ClInclude Include="OpenALStream.h" />
|
|
|
|
|
<ClInclude Include="OpenSLESStream.h" />
|
|
|
|
|
<ClInclude Include="PulseAudioStream.h" />
|
|
|
|
|
<ClInclude Include="SoundStream.h" />
|
|
|
|
|
<ClInclude Include="WaveFile.h" />
|
|
|
|
|
<ClInclude Include="XAudio2Stream.h" />
|
|
|
|
|
<ClInclude Include="XAudio2_7Stream.h" />
|
2011-01-27 05:01:00 +00:00
|
|
|
|
</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="$(ExternalsDir)soundtouch\SoundTouch.vcxproj">
|
2013-10-19 09:27:57 +00:00
|
|
|
|
<Project>{ec082900-b4d8-42e9-9663-77f02f6936ae}</Project>
|
2013-01-09 12:45:13 +00:00
|
|
|
|
</ProjectReference>
|
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>
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
|
|
|
|
<ImportGroup Label="ExtensionTargets">
|
|
|
|
|
</ImportGroup>
|
2014-06-25 01:57:43 +00:00
|
|
|
|
</Project>
|