mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-01-25 15:31:17 +01:00
1332805bb6
This makes all builds' audio compatible with downlevel Windows and removes the need for developers to install the June 2010 DirectX SDK.
83 lines
3.5 KiB
XML
83 lines
3.5 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project DefaultTargets="Build" ToolsVersion="12.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>{54AA7840-5BEB-4A0C-9452-74BA4CC7FD44}</ProjectGuid>
|
|
</PropertyGroup>
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
|
<PropertyGroup Label="Configuration">
|
|
<ConfigurationType>StaticLibrary</ConfigurationType>
|
|
<PlatformToolset>v120</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="..\..\VSProps\Base.props" />
|
|
<Import Project="..\..\VSProps\PCHUse.props" />
|
|
</ImportGroup>
|
|
<PropertyGroup Label="UserMacros" />
|
|
<ItemGroup>
|
|
<ClCompile Include="aldlist.cpp" />
|
|
<ClCompile Include="AudioCommon.cpp" />
|
|
<ClCompile Include="DPL2Decoder.cpp" />
|
|
<ClCompile Include="DSoundStream.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">
|
|
<AdditionalIncludeDirectories>$(ExternalsDir)XAudio2_7;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
</ClCompile>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<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="DSoundStream.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" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Text Include="CMakeLists.txt" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\..\..\Externals\soundtouch\SoundTouch.vcxproj">
|
|
<Project>{ec082900-b4d8-42e9-9663-77f02f6936ae}</Project>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\Common\Common.vcxproj">
|
|
<Project>{2e6c348c-c75c-4d94-8d1e-9c1fcbf3efe4}</Project>
|
|
</ProjectReference>
|
|
</ItemGroup>
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
|
<ImportGroup Label="ExtensionTargets">
|
|
</ImportGroup>
|
|
</Project> |