1<?xml version="1.0" encoding="utf-8"?> 2<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> 3 <ItemGroup Label="ProjectConfigurations"> 4 <ProjectConfiguration Include="DebugDLL_fixed|Win32"> 5 <Configuration>DebugDLL_fixed</Configuration> 6 <Platform>Win32</Platform> 7 </ProjectConfiguration> 8 <ProjectConfiguration Include="DebugDLL_fixed|x64"> 9 <Configuration>DebugDLL_fixed</Configuration> 10 <Platform>x64</Platform> 11 </ProjectConfiguration> 12 <ProjectConfiguration Include="DebugDLL|Win32"> 13 <Configuration>DebugDLL</Configuration> 14 <Platform>Win32</Platform> 15 </ProjectConfiguration> 16 <ProjectConfiguration Include="DebugDLL|x64"> 17 <Configuration>DebugDLL</Configuration> 18 <Platform>x64</Platform> 19 </ProjectConfiguration> 20 <ProjectConfiguration Include="Debug|Win32"> 21 <Configuration>Debug</Configuration> 22 <Platform>Win32</Platform> 23 </ProjectConfiguration> 24 <ProjectConfiguration Include="Debug|x64"> 25 <Configuration>Debug</Configuration> 26 <Platform>x64</Platform> 27 </ProjectConfiguration> 28 <ProjectConfiguration Include="ReleaseDLL_fixed|Win32"> 29 <Configuration>ReleaseDLL_fixed</Configuration> 30 <Platform>Win32</Platform> 31 </ProjectConfiguration> 32 <ProjectConfiguration Include="ReleaseDLL_fixed|x64"> 33 <Configuration>ReleaseDLL_fixed</Configuration> 34 <Platform>x64</Platform> 35 </ProjectConfiguration> 36 <ProjectConfiguration Include="ReleaseDLL|Win32"> 37 <Configuration>ReleaseDLL</Configuration> 38 <Platform>Win32</Platform> 39 </ProjectConfiguration> 40 <ProjectConfiguration Include="ReleaseDLL|x64"> 41 <Configuration>ReleaseDLL</Configuration> 42 <Platform>x64</Platform> 43 </ProjectConfiguration> 44 <ProjectConfiguration Include="Release|Win32"> 45 <Configuration>Release</Configuration> 46 <Platform>Win32</Platform> 47 </ProjectConfiguration> 48 <ProjectConfiguration Include="Release|x64"> 49 <Configuration>Release</Configuration> 50 <Platform>x64</Platform> 51 </ProjectConfiguration> 52 </ItemGroup> 53 <PropertyGroup Label="Globals"> 54 <Keyword>Win32Proj</Keyword> 55 <ProjectName>opus</ProjectName> 56 <ProjectGuid>{219EC965-228A-1824-174D-96449D05F88A}</ProjectGuid> 57 </PropertyGroup> 58 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> 59 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> 60 <ConfigurationType>StaticLibrary</ConfigurationType> 61 <PlatformToolset>v140</PlatformToolset> 62 </PropertyGroup> 63 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DebugDLL|Win32'" Label="Configuration"> 64 <ConfigurationType>DynamicLibrary</ConfigurationType> 65 <PlatformToolset>v140</PlatformToolset> 66 </PropertyGroup> 67 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DebugDLL_fixed|Win32'" Label="Configuration"> 68 <ConfigurationType>DynamicLibrary</ConfigurationType> 69 <PlatformToolset>v140</PlatformToolset> 70 </PropertyGroup> 71 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration"> 72 <ConfigurationType>StaticLibrary</ConfigurationType> 73 <PlatformToolset>v140</PlatformToolset> 74 </PropertyGroup> 75 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DebugDLL|x64'" Label="Configuration"> 76 <ConfigurationType>DynamicLibrary</ConfigurationType> 77 <PlatformToolset>v140</PlatformToolset> 78 </PropertyGroup> 79 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DebugDLL_fixed|x64'" Label="Configuration"> 80 <ConfigurationType>DynamicLibrary</ConfigurationType> 81 <PlatformToolset>v140</PlatformToolset> 82 </PropertyGroup> 83 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> 84 <ConfigurationType>StaticLibrary</ConfigurationType> 85 <PlatformToolset>v140</PlatformToolset> 86 </PropertyGroup> 87 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseDLL|Win32'" Label="Configuration"> 88 <ConfigurationType>DynamicLibrary</ConfigurationType> 89 <PlatformToolset>v140</PlatformToolset> 90 </PropertyGroup> 91 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseDLL_fixed|Win32'" Label="Configuration"> 92 <ConfigurationType>DynamicLibrary</ConfigurationType> 93 <PlatformToolset>v140</PlatformToolset> 94 </PropertyGroup> 95 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration"> 96 <ConfigurationType>StaticLibrary</ConfigurationType> 97 <PlatformToolset>v140</PlatformToolset> 98 </PropertyGroup> 99 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseDLL|x64'" Label="Configuration"> 100 <ConfigurationType>DynamicLibrary</ConfigurationType> 101 <PlatformToolset>v140</PlatformToolset> 102 </PropertyGroup> 103 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseDLL_fixed|x64'" Label="Configuration"> 104 <ConfigurationType>DynamicLibrary</ConfigurationType> 105 <PlatformToolset>v140</PlatformToolset> 106 </PropertyGroup> 107 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> 108 <ImportGroup Label="ExtensionSettings"> 109 </ImportGroup> 110 <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> 111 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 112 <Import Project="common.props" /> 113 </ImportGroup> 114 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='DebugDLL|Win32'" Label="PropertySheets"> 115 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 116 <Import Project="common.props" /> 117 </ImportGroup> 118 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='DebugDLL_fixed|Win32'" Label="PropertySheets"> 119 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 120 <Import Project="common.props" /> 121 </ImportGroup> 122 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets"> 123 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 124 <Import Project="common.props" /> 125 </ImportGroup> 126 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='DebugDLL|x64'" Label="PropertySheets"> 127 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 128 <Import Project="common.props" /> 129 </ImportGroup> 130 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='DebugDLL_fixed|x64'" Label="PropertySheets"> 131 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 132 <Import Project="common.props" /> 133 </ImportGroup> 134 <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> 135 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 136 <Import Project="common.props" /> 137 </ImportGroup> 138 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseDLL|Win32'" Label="PropertySheets"> 139 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 140 <Import Project="common.props" /> 141 </ImportGroup> 142 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseDLL_fixed|Win32'" Label="PropertySheets"> 143 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 144 <Import Project="common.props" /> 145 </ImportGroup> 146 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets"> 147 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 148 <Import Project="common.props" /> 149 </ImportGroup> 150 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseDLL|x64'" Label="PropertySheets"> 151 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 152 <Import Project="common.props" /> 153 </ImportGroup> 154 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseDLL_fixed|x64'" Label="PropertySheets"> 155 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 156 <Import Project="common.props" /> 157 </ImportGroup> 158 <PropertyGroup Label="UserMacros" /> 159 <ItemDefinitionGroup> 160 <ClCompile> 161 <AdditionalIncludeDirectories>..\..\silk\fixed;..\..\silk\float;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> 162 <PreprocessorDefinitions Condition="'$(ConfigurationType)'=='DynamicLibrary'">DLL_EXPORT;%(PreprocessorDefinitions)</PreprocessorDefinitions> 163 <PreprocessorDefinitions Condition="'$(Configuration)'=='DebugDLL_fixed' or '$(Configuration)'=='ReleaseDLL_fixed'">FIXED_POINT;%(PreprocessorDefinitions)</PreprocessorDefinitions> 164 <AdditionalOptions Condition="'$(Platform)'=='Win32'">/arch:IA32 %(AdditionalOptions)</AdditionalOptions> 165 </ClCompile> 166 <Lib> 167 <AdditionalOptions>/ignore:4221 %(AdditionalOptions)</AdditionalOptions> 168 </Lib> 169 <PreBuildEvent> 170 <Command>"$(ProjectDir)..\..\win32\genversion.bat" "$(ProjectDir)..\..\win32\version.h" PACKAGE_VERSION</Command> 171 <Message>Generating version.h</Message> 172 </PreBuildEvent> 173 </ItemDefinitionGroup> 174 <ItemGroup> 175 <ClInclude Include="..\..\celt\arch.h" /> 176 <ClInclude Include="..\..\celt\bands.h" /> 177 <ClInclude Include="..\..\celt\celt.h" /> 178 <ClInclude Include="..\..\celt\celt_lpc.h" /> 179 <ClInclude Include="..\..\celt\cwrs.h" /> 180 <ClInclude Include="..\..\celt\ecintrin.h" /> 181 <ClInclude Include="..\..\celt\entcode.h" /> 182 <ClInclude Include="..\..\celt\entdec.h" /> 183 <ClInclude Include="..\..\celt\entenc.h" /> 184 <ClInclude Include="..\..\celt\fixed_c5x.h" /> 185 <ClInclude Include="..\..\celt\fixed_c6x.h" /> 186 <ClInclude Include="..\..\celt\fixed_debug.h" /> 187 <ClInclude Include="..\..\celt\fixed_generic.h" /> 188 <ClInclude Include="..\..\celt\float_cast.h" /> 189 <ClInclude Include="..\..\celt\kiss_fft.h" /> 190 <ClInclude Include="..\..\celt\laplace.h" /> 191 <ClInclude Include="..\..\celt\mathops.h" /> 192 <ClInclude Include="..\..\celt\mdct.h" /> 193 <ClInclude Include="..\..\celt\mfrngcod.h" /> 194 <ClInclude Include="..\..\celt\modes.h" /> 195 <ClInclude Include="..\..\celt\os_support.h" /> 196 <ClInclude Include="..\..\celt\pitch.h" /> 197 <ClInclude Include="..\..\celt\quant_bands.h" /> 198 <ClInclude Include="..\..\celt\rate.h" /> 199 <ClInclude Include="..\..\celt\stack_alloc.h" /> 200 <ClInclude Include="..\..\celt\static_modes_fixed.h" /> 201 <ClInclude Include="..\..\celt\static_modes_float.h" /> 202 <ClInclude Include="..\..\celt\vq.h" /> 203 <ClInclude Include="..\..\celt\x86\celt_lpc_sse.h" /> 204 <ClInclude Include="..\..\celt\x86\pitch_sse.h" /> 205 <ClInclude Include="..\..\celt\x86\vq_sse.h" /> 206 <ClInclude Include="..\..\celt\x86\x86cpu.h" /> 207 <ClInclude Include="..\..\celt\_kiss_fft_guts.h" /> 208 <ClInclude Include="..\..\include\opus.h" /> 209 <ClInclude Include="..\..\include\opus_defines.h" /> 210 <ClInclude Include="..\..\include\opus_types.h" /> 211 <ClInclude Include="..\..\include\opus_multistream.h" /> 212 <ClInclude Include="..\..\include\opus_projection.h" /> 213 <ClInclude Include="..\..\silk\API.h" /> 214 <ClInclude Include="..\..\silk\control.h" /> 215 <ClInclude Include="..\..\silk\debug.h" /> 216 <ClInclude Include="..\..\silk\define.h" /> 217 <ClInclude Include="..\..\silk\errors.h" /> 218 <ClInclude Include="..\..\silk\float\main_FLP.h" /> 219 <ClInclude Include="..\..\silk\float\SigProc_FLP.h" /> 220 <ClInclude Include="..\..\silk\float\structs_FLP.h" /> 221 <ClInclude Include="..\..\silk\Inlines.h" /> 222 <ClInclude Include="..\..\silk\MacroCount.h" /> 223 <ClInclude Include="..\..\silk\MacroDebug.h" /> 224 <ClInclude Include="..\..\silk\macros.h" /> 225 <ClInclude Include="..\..\silk\main.h" /> 226 <ClInclude Include="..\..\silk\pitch_est_defines.h" /> 227 <ClInclude Include="..\..\silk\PLC.h" /> 228 <ClInclude Include="..\..\silk\resampler_private.h" /> 229 <ClInclude Include="..\..\silk\resampler_rom.h" /> 230 <ClInclude Include="..\..\silk\resampler_structs.h" /> 231 <ClInclude Include="..\..\silk\structs.h" /> 232 <ClInclude Include="..\..\silk\tables.h" /> 233 <ClInclude Include="..\..\silk\tuning_parameters.h" /> 234 <ClInclude Include="..\..\silk\typedef.h" /> 235 <ClInclude Include="..\..\silk\x86\main_sse.h" /> 236 <ClInclude Include="..\..\win32\config.h" /> 237 <ClInclude Include="..\..\src\analysis.h" /> 238 <ClInclude Include="..\..\src\mapping_matrix.h" /> 239 <ClInclude Include="..\..\src\mlp.h" /> 240 <ClInclude Include="..\..\src\opus_private.h" /> 241 <ClInclude Include="..\..\src\tansig_table.h" /> 242 </ItemGroup> 243 <ItemGroup> 244 <ClCompile Include="..\..\celt\bands.c" /> 245 <ClCompile Include="..\..\celt\celt.c" /> 246 <ClCompile Include="..\..\celt\celt_decoder.c" /> 247 <ClCompile Include="..\..\celt\celt_encoder.c" /> 248 <ClCompile Include="..\..\celt\celt_lpc.c" /> 249 <ClCompile Include="..\..\celt\cwrs.c" /> 250 <ClCompile Include="..\..\celt\entcode.c" /> 251 <ClCompile Include="..\..\celt\entdec.c" /> 252 <ClCompile Include="..\..\celt\entenc.c" /> 253 <ClCompile Include="..\..\celt\kiss_fft.c" /> 254 <ClCompile Include="..\..\celt\laplace.c" /> 255 <ClCompile Include="..\..\celt\mathops.c" /> 256 <ClCompile Include="..\..\celt\mdct.c" /> 257 <ClCompile Include="..\..\celt\modes.c" /> 258 <ClCompile Include="..\..\celt\pitch.c" /> 259 <ClCompile Include="..\..\celt\quant_bands.c" /> 260 <ClCompile Include="..\..\celt\rate.c" /> 261 <ClCompile Include="..\..\celt\vq.c" /> 262 <ClCompile Include="..\..\celt\x86\celt_lpc_sse4_1.c" /> 263 <ClCompile Include="..\..\celt\x86\pitch_sse.c" /> 264 <ClCompile Include="..\..\celt\x86\pitch_sse2.c" /> 265 <ClCompile Include="..\..\celt\x86\pitch_sse4_1.c" /> 266 <ClCompile Include="..\..\celt\x86\vq_sse2.c" /> 267 <ClCompile Include="..\..\celt\x86\x86cpu.c" /> 268 <ClCompile Include="..\..\celt\x86\x86_celt_map.c" /> 269 <ClCompile Include="..\..\silk\A2NLSF.c" /> 270 <ClCompile Include="..\..\silk\ana_filt_bank_1.c" /> 271 <ClCompile Include="..\..\silk\biquad_alt.c" /> 272 <ClCompile Include="..\..\silk\bwexpander.c" /> 273 <ClCompile Include="..\..\silk\bwexpander_32.c" /> 274 <ClCompile Include="..\..\silk\check_control_input.c" /> 275 <ClCompile Include="..\..\silk\CNG.c" /> 276 <ClCompile Include="..\..\silk\code_signs.c" /> 277 <ClCompile Include="..\..\silk\control_audio_bandwidth.c" /> 278 <ClCompile Include="..\..\silk\control_codec.c" /> 279 <ClCompile Include="..\..\silk\control_SNR.c" /> 280 <ClCompile Include="..\..\silk\debug.c" /> 281 <ClCompile Include="..\..\silk\decoder_set_fs.c" /> 282 <ClCompile Include="..\..\silk\decode_core.c" /> 283 <ClCompile Include="..\..\silk\decode_frame.c" /> 284 <ClCompile Include="..\..\silk\decode_indices.c" /> 285 <ClCompile Include="..\..\silk\decode_parameters.c" /> 286 <ClCompile Include="..\..\silk\decode_pitch.c" /> 287 <ClCompile Include="..\..\silk\decode_pulses.c" /> 288 <ClCompile Include="..\..\silk\dec_API.c" /> 289 <ClCompile Include="..\..\silk\encode_indices.c" /> 290 <ClCompile Include="..\..\silk\encode_pulses.c" /> 291 <ClCompile Include="..\..\silk\enc_API.c" /> 292 <ClCompile Include="..\..\silk\gain_quant.c" /> 293 <ClCompile Include="..\..\silk\HP_variable_cutoff.c" /> 294 <ClCompile Include="..\..\silk\init_decoder.c" /> 295 <ClCompile Include="..\..\silk\init_encoder.c" /> 296 <ClCompile Include="..\..\silk\inner_prod_aligned.c" /> 297 <ClCompile Include="..\..\silk\interpolate.c" /> 298 <ClCompile Include="..\..\silk\lin2log.c" /> 299 <ClCompile Include="..\..\silk\log2lin.c" /> 300 <ClCompile Include="..\..\silk\LPC_analysis_filter.c" /> 301 <ClCompile Include="..\..\silk\LPC_fit.c" /> 302 <ClCompile Include="..\..\silk\LPC_inv_pred_gain.c" /> 303 <ClCompile Include="..\..\silk\LP_variable_cutoff.c" /> 304 <ClCompile Include="..\..\silk\NLSF2A.c" /> 305 <ClCompile Include="..\..\silk\NLSF_decode.c" /> 306 <ClCompile Include="..\..\silk\NLSF_del_dec_quant.c" /> 307 <ClCompile Include="..\..\silk\NLSF_encode.c" /> 308 <ClCompile Include="..\..\silk\NLSF_stabilize.c" /> 309 <ClCompile Include="..\..\silk\NLSF_unpack.c" /> 310 <ClCompile Include="..\..\silk\NLSF_VQ.c" /> 311 <ClCompile Include="..\..\silk\NLSF_VQ_weights_laroia.c" /> 312 <ClCompile Include="..\..\silk\NSQ.c" /> 313 <ClCompile Include="..\..\silk\NSQ_del_dec.c" /> 314 <ClCompile Include="..\..\silk\pitch_est_tables.c" /> 315 <ClCompile Include="..\..\silk\PLC.c" /> 316 <ClCompile Include="..\..\silk\process_NLSFs.c" /> 317 <ClCompile Include="..\..\silk\quant_LTP_gains.c" /> 318 <ClCompile Include="..\..\silk\resampler.c" /> 319 <ClCompile Include="..\..\silk\resampler_down2.c" /> 320 <ClCompile Include="..\..\silk\resampler_down2_3.c" /> 321 <ClCompile Include="..\..\silk\resampler_private_AR2.c" /> 322 <ClCompile Include="..\..\silk\resampler_private_down_FIR.c" /> 323 <ClCompile Include="..\..\silk\resampler_private_IIR_FIR.c" /> 324 <ClCompile Include="..\..\silk\resampler_private_up2_HQ.c" /> 325 <ClCompile Include="..\..\silk\resampler_rom.c" /> 326 <ClCompile Include="..\..\silk\shell_coder.c" /> 327 <ClCompile Include="..\..\silk\sigm_Q15.c" /> 328 <ClCompile Include="..\..\silk\sort.c" /> 329 <ClCompile Include="..\..\silk\stereo_decode_pred.c" /> 330 <ClCompile Include="..\..\silk\stereo_encode_pred.c" /> 331 <ClCompile Include="..\..\silk\stereo_find_predictor.c" /> 332 <ClCompile Include="..\..\silk\stereo_LR_to_MS.c" /> 333 <ClCompile Include="..\..\silk\stereo_MS_to_LR.c" /> 334 <ClCompile Include="..\..\silk\stereo_quant_pred.c" /> 335 <ClCompile Include="..\..\silk\sum_sqr_shift.c" /> 336 <ClCompile Include="..\..\silk\tables_gain.c" /> 337 <ClCompile Include="..\..\silk\tables_LTP.c" /> 338 <ClCompile Include="..\..\silk\tables_NLSF_CB_NB_MB.c" /> 339 <ClCompile Include="..\..\silk\tables_NLSF_CB_WB.c" /> 340 <ClCompile Include="..\..\silk\tables_other.c" /> 341 <ClCompile Include="..\..\silk\tables_pitch_lag.c" /> 342 <ClCompile Include="..\..\silk\tables_pulses_per_block.c" /> 343 <ClCompile Include="..\..\silk\table_LSF_cos.c" /> 344 <ClCompile Include="..\..\silk\VAD.c" /> 345 <ClCompile Include="..\..\silk\VQ_WMat_EC.c" /> 346 <ClCompile Include="..\..\silk\x86\NSQ_del_dec_sse4_1.c" /> 347 <ClCompile Include="..\..\silk\x86\NSQ_sse4_1.c" /> 348 <ClCompile Include="..\..\silk\x86\VAD_sse4_1.c" /> 349 <ClCompile Include="..\..\silk\x86\VQ_WMat_EC_sse4_1.c" /> 350 <ClCompile Include="..\..\silk\x86\x86_silk_map.c" /> 351 <ClCompile Include="..\..\src\analysis.c" /> 352 <ClCompile Include="..\..\src\mapping_matrix.c" /> 353 <ClCompile Include="..\..\src\mlp.c" /> 354 <ClCompile Include="..\..\src\mlp_data.c" /> 355 <ClCompile Include="..\..\src\opus.c" /> 356 <ClCompile Include="..\..\src\opus_compare.c"> 357 <DisableSpecificWarnings>4244;%(DisableSpecificWarnings)</DisableSpecificWarnings> 358 </ClCompile> 359 <ClCompile Include="..\..\src\opus_decoder.c" /> 360 <ClCompile Include="..\..\src\opus_encoder.c" /> 361 <ClCompile Include="..\..\src\opus_multistream.c" /> 362 <ClCompile Include="..\..\src\opus_multistream_decoder.c" /> 363 <ClCompile Include="..\..\src\opus_multistream_encoder.c" /> 364 <ClCompile Include="..\..\src\opus_projection_decoder.c" /> 365 <ClCompile Include="..\..\src\opus_projection_encoder.c" /> 366 <ClCompile Include="..\..\src\repacketizer.c" /> 367 </ItemGroup> 368 <Choose> 369 <When Condition="'$(Configuration)'=='DebugDLL_fixed' or '$(Configuration)'=='ReleaseDLL_fixed' or $(PreprocessorDefinitions.Contains('FIXED_POINT'))"> 370 <ItemGroup> 371 <ClCompile Include="..\..\silk\fixed\*.c"> 372 <ExcludedFromBuild>false</ExcludedFromBuild> 373 </ClCompile> 374 <ClCompile Include="..\..\silk\fixed\x86\*.c"> 375 <ExcludedFromBuild>false</ExcludedFromBuild> 376 </ClCompile> 377 <ClCompile Include="..\..\silk\float\*.c"> 378 <ExcludedFromBuild>true</ExcludedFromBuild> 379 </ClCompile> 380 </ItemGroup> 381 </When> 382 <Otherwise> 383 <ItemGroup> 384 <ClCompile Include="..\..\silk\fixed\*.c"> 385 <ExcludedFromBuild>true</ExcludedFromBuild> 386 </ClCompile> 387 <ClCompile Include="..\..\silk\fixed\x86\*.c"> 388 <ExcludedFromBuild>true</ExcludedFromBuild> 389 </ClCompile> 390 <ClCompile Include="..\..\silk\float\*.c"> 391 <ExcludedFromBuild>false</ExcludedFromBuild> 392 </ClCompile> 393 </ItemGroup> 394 </Otherwise> 395 </Choose> 396 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> 397 <ImportGroup Label="ExtensionTargets"> 398 </ImportGroup> 399</Project> 400