1
0
mirror of https://github.com/danog/libtgvoip.git synced 2025-01-22 13:01:21 +01:00

Fixed uwp project to always use libopus in release configuration

This commit is contained in:
Fela Ameghino 2017-05-21 11:52:03 +02:00
parent 959921e31a
commit ac48960890

View File

@ -135,15 +135,15 @@
<PropertyGroup />
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
<GenerateManifest>false</GenerateManifest>
<MappedPlatform>Debug</MappedPlatform>
<MappedPlatform>Release</MappedPlatform>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'">
<GenerateManifest>false</GenerateManifest>
<MappedPlatform>ARM\Debug</MappedPlatform>
<MappedPlatform>ARM\Release</MappedPlatform>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
<GenerateManifest>false</GenerateManifest>
<MappedPlatform>x64\Debug</MappedPlatform>
<MappedPlatform>x64\Release</MappedPlatform>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
<GenerateManifest>false</GenerateManifest>
@ -597,6 +597,11 @@
<ClCompile Include="webrtc_dsp\webrtc\modules\audio_processing\utility\ooura_fft_sse2.cc" />
<ClCompile Include="webrtc_dsp\webrtc\system_wrappers\source\cpu_features.cc" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\libopus\libopus.vcxproj">
<Project>{904ac506-51a0-474e-9f55-ec3febbcccd9}</Project>
</ProjectReference>
</ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets" />
</Project>