libwebrtc_aec3.vcxproj 62 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project DefaultTargets="Build" ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <ItemGroup Label="ProjectConfigurations">
  4. <ProjectConfiguration Include="Debug-Dynamic|ARM">
  5. <Configuration>Debug-Dynamic</Configuration>
  6. <Platform>ARM</Platform>
  7. </ProjectConfiguration>
  8. <ProjectConfiguration Include="Debug-Dynamic|ARM64">
  9. <Configuration>Debug-Dynamic</Configuration>
  10. <Platform>ARM64</Platform>
  11. </ProjectConfiguration>
  12. <ProjectConfiguration Include="Debug-Dynamic|Win32">
  13. <Configuration>Debug-Dynamic</Configuration>
  14. <Platform>Win32</Platform>
  15. </ProjectConfiguration>
  16. <ProjectConfiguration Include="Debug-Dynamic|x64">
  17. <Configuration>Debug-Dynamic</Configuration>
  18. <Platform>x64</Platform>
  19. </ProjectConfiguration>
  20. <ProjectConfiguration Include="Debug-Static|ARM">
  21. <Configuration>Debug-Static</Configuration>
  22. <Platform>ARM</Platform>
  23. </ProjectConfiguration>
  24. <ProjectConfiguration Include="Debug-Static|ARM64">
  25. <Configuration>Debug-Static</Configuration>
  26. <Platform>ARM64</Platform>
  27. </ProjectConfiguration>
  28. <ProjectConfiguration Include="Debug-Static|Win32">
  29. <Configuration>Debug-Static</Configuration>
  30. <Platform>Win32</Platform>
  31. </ProjectConfiguration>
  32. <ProjectConfiguration Include="Debug-Static|x64">
  33. <Configuration>Debug-Static</Configuration>
  34. <Platform>x64</Platform>
  35. </ProjectConfiguration>
  36. <ProjectConfiguration Include="Debug|ARM">
  37. <Configuration>Debug</Configuration>
  38. <Platform>ARM</Platform>
  39. </ProjectConfiguration>
  40. <ProjectConfiguration Include="Debug|ARM64">
  41. <Configuration>Debug</Configuration>
  42. <Platform>ARM64</Platform>
  43. </ProjectConfiguration>
  44. <ProjectConfiguration Include="Debug|Win32">
  45. <Configuration>Debug</Configuration>
  46. <Platform>Win32</Platform>
  47. </ProjectConfiguration>
  48. <ProjectConfiguration Include="Debug|x64">
  49. <Configuration>Debug</Configuration>
  50. <Platform>x64</Platform>
  51. </ProjectConfiguration>
  52. <ProjectConfiguration Include="Release-Dynamic|ARM">
  53. <Configuration>Release-Dynamic</Configuration>
  54. <Platform>ARM</Platform>
  55. </ProjectConfiguration>
  56. <ProjectConfiguration Include="Release-Dynamic|ARM64">
  57. <Configuration>Release-Dynamic</Configuration>
  58. <Platform>ARM64</Platform>
  59. </ProjectConfiguration>
  60. <ProjectConfiguration Include="Release-Dynamic|Win32">
  61. <Configuration>Release-Dynamic</Configuration>
  62. <Platform>Win32</Platform>
  63. </ProjectConfiguration>
  64. <ProjectConfiguration Include="Release-Dynamic|x64">
  65. <Configuration>Release-Dynamic</Configuration>
  66. <Platform>x64</Platform>
  67. </ProjectConfiguration>
  68. <ProjectConfiguration Include="Release-Static|ARM">
  69. <Configuration>Release-Static</Configuration>
  70. <Platform>ARM</Platform>
  71. </ProjectConfiguration>
  72. <ProjectConfiguration Include="Release-Static|ARM64">
  73. <Configuration>Release-Static</Configuration>
  74. <Platform>ARM64</Platform>
  75. </ProjectConfiguration>
  76. <ProjectConfiguration Include="Release-Static|Win32">
  77. <Configuration>Release-Static</Configuration>
  78. <Platform>Win32</Platform>
  79. </ProjectConfiguration>
  80. <ProjectConfiguration Include="Release-Static|x64">
  81. <Configuration>Release-Static</Configuration>
  82. <Platform>x64</Platform>
  83. </ProjectConfiguration>
  84. <ProjectConfiguration Include="Release|ARM">
  85. <Configuration>Release</Configuration>
  86. <Platform>ARM</Platform>
  87. </ProjectConfiguration>
  88. <ProjectConfiguration Include="Release|ARM64">
  89. <Configuration>Release</Configuration>
  90. <Platform>ARM64</Platform>
  91. </ProjectConfiguration>
  92. <ProjectConfiguration Include="Release|Win32">
  93. <Configuration>Release</Configuration>
  94. <Platform>Win32</Platform>
  95. </ProjectConfiguration>
  96. <ProjectConfiguration Include="Release|x64">
  97. <Configuration>Release</Configuration>
  98. <Platform>x64</Platform>
  99. </ProjectConfiguration>
  100. </ItemGroup>
  101. <!-- Check the instruction set -->
  102. <PropertyGroup>
  103. <InstSet Condition="$(Platform)==Win32">SSE</InstSet>
  104. <InstSet Condition="$(Platform)==x64">SSE</InstSet>
  105. <InstSet Condition="$(Platform)==ARM">NEON</InstSet>
  106. <InstSet Condition="$(Platform)==ARM64">NEON</InstSet>
  107. </PropertyGroup>
  108. <ItemGroup>
  109. <ClInclude Include="..\..\webrtc_aec3\src\absl\base\config.h" />
  110. <ClInclude Include="..\..\webrtc_aec3\src\api\audio\echo_control.h" />
  111. </ItemGroup>
  112. <ItemGroup>
  113. <ClCompile Include="..\..\webrtc_aec3\src\absl\types\bad_optional_access.cc" />
  114. <ClCompile Include="..\..\webrtc_aec3\src\api\audio\channel_layout.cc" />
  115. <ClCompile Include="..\..\webrtc_aec3\src\api\audio\echo_canceller3_config.cc" />
  116. <ClCompile Include="..\..\webrtc_aec3\src\api\audio\echo_canceller3_factory.cc" />
  117. <ClCompile Include="..\..\webrtc_aec3\src\api\audio\echo_detector_creator.cc" />
  118. <ClCompile Include="..\..\webrtc_aec3\src\common_audio\audio_util.cc" />
  119. <ClCompile Include="..\..\webrtc_aec3\src\common_audio\resampler\push_resampler.cc" />
  120. <ClCompile Include="..\..\webrtc_aec3\src\common_audio\resampler\push_sinc_resampler.cc" />
  121. <ClCompile Include="..\..\webrtc_aec3\src\common_audio\resampler\sinc_resampler.cc" />
  122. <ClCompile Condition="$(InstSet)==SSE" Include="..\..\webrtc_aec3\src\common_audio\resampler\sinc_resampler_avx2.cc" />
  123. <ClCompile Condition="$(InstSet)==SSE" Include="..\..\webrtc_aec3\src\common_audio\resampler\sinc_resampler_sse.cc" />
  124. <ClCompile Condition="$(InstSet)==NEON" Include="..\..\webrtc_aec3\src\common_audio\resampler\sinc_resampler_neon.cc" />
  125. <ClCompile Include="..\..\webrtc_aec3\src\common_audio\signal_processing\splitting_filter2.c" />
  126. <ClCompile Include="..\..\webrtc_aec3\src\common_audio\third_party\ooura\fft_size_128\ooura_fft.cc" />
  127. <ClCompile Condition="$(InstSet)==SSE" Include="..\..\webrtc_aec3\src\common_audio\third_party\ooura\fft_size_128\ooura_fft_sse2.cc" />
  128. <ClCompile Condition="$(InstSet)==NEON" Include="..\..\webrtc_aec3\src\common_audio\third_party\ooura\fft_size_128\ooura_fft_neon.cc" />
  129. <ClCompile Include="..\..\webrtc_aec3\src\common_audio\third_party\ooura\fft_size_256\fft4g.cc" />
  130. <ClCompile Include="..\..\webrtc_aec3\src\modules\audio_processing\aec3\adaptive_fir_filter.cc" />
  131. <ClCompile Condition="$(InstSet)==SSE" Include="..\..\webrtc_aec3\src\modules\audio_processing\aec3\adaptive_fir_filter_avx2.cc" />
  132. <ClCompile Include="..\..\webrtc_aec3\src\modules\audio_processing\aec3\adaptive_fir_filter_erl.cc" />
  133. <ClCompile Condition="$(InstSet)==SSE" Include="..\..\webrtc_aec3\src\modules\audio_processing\aec3\adaptive_fir_filter_erl_avx2.cc" />
  134. <ClCompile Include="..\..\webrtc_aec3\src\modules\audio_processing\aec3\aec3_common.cc" />
  135. <ClCompile Include="..\..\webrtc_aec3\src\modules\audio_processing\aec3\aec3_fft.cc" />
  136. <ClCompile Include="..\..\webrtc_aec3\src\modules\audio_processing\aec3\aec_state.cc" />
  137. <ClCompile Include="..\..\webrtc_aec3\src\modules\audio_processing\aec3\alignment_mixer.cc" />
  138. <ClCompile Include="..\..\webrtc_aec3\src\modules\audio_processing\aec3\api_call_jitter_metrics.cc" />
  139. <ClCompile Include="..\..\webrtc_aec3\src\modules\audio_processing\aec3\block_buffer.cc" />
  140. <ClCompile Include="..\..\webrtc_aec3\src\modules\audio_processing\aec3\block_delay_buffer.cc" />
  141. <ClCompile Include="..\..\webrtc_aec3\src\modules\audio_processing\aec3\block_framer.cc" />
  142. <ClCompile Include="..\..\webrtc_aec3\src\modules\audio_processing\aec3\block_processor.cc" />
  143. <ClCompile Include="..\..\webrtc_aec3\src\modules\audio_processing\aec3\block_processor_metrics.cc" />
  144. <ClCompile Include="..\..\webrtc_aec3\src\modules\audio_processing\aec3\clockdrift_detector.cc" />
  145. <ClCompile Include="..\..\webrtc_aec3\src\modules\audio_processing\aec3\coarse_filter_update_gain.cc" />
  146. <ClCompile Include="..\..\webrtc_aec3\src\modules\audio_processing\aec3\comfort_noise_generator.cc" />
  147. <ClCompile Include="..\..\webrtc_aec3\src\modules\audio_processing\aec3\decimator.cc" />
  148. <ClCompile Include="..\..\webrtc_aec3\src\modules\audio_processing\aec3\dominant_nearend_detector.cc" />
  149. <ClCompile Include="..\..\webrtc_aec3\src\modules\audio_processing\aec3\downsampled_render_buffer.cc" />
  150. <ClCompile Include="..\..\webrtc_aec3\src\modules\audio_processing\aec3\echo_audibility.cc" />
  151. <ClCompile Include="..\..\webrtc_aec3\src\modules\audio_processing\aec3\echo_canceller3.cc" />
  152. <ClCompile Include="..\..\webrtc_aec3\src\modules\audio_processing\aec3\echo_path_delay_estimator.cc" />
  153. <ClCompile Include="..\..\webrtc_aec3\src\modules\audio_processing\aec3\echo_path_variability.cc" />
  154. <ClCompile Include="..\..\webrtc_aec3\src\modules\audio_processing\aec3\echo_remover.cc" />
  155. <ClCompile Include="..\..\webrtc_aec3\src\modules\audio_processing\aec3\echo_remover_metrics.cc" />
  156. <ClCompile Include="..\..\webrtc_aec3\src\modules\audio_processing\aec3\erle_estimator.cc" />
  157. <ClCompile Include="..\..\webrtc_aec3\src\modules\audio_processing\aec3\erl_estimator.cc" />
  158. <ClCompile Include="..\..\webrtc_aec3\src\modules\audio_processing\aec3\fft_buffer.cc" />
  159. <ClCompile Condition="$(InstSet)==SSE" Include="..\..\webrtc_aec3\src\modules\audio_processing\aec3\fft_data_avx2.cc" />
  160. <ClCompile Include="..\..\webrtc_aec3\src\modules\audio_processing\aec3\filter_analyzer.cc" />
  161. <ClCompile Include="..\..\webrtc_aec3\src\modules\audio_processing\aec3\frame_blocker.cc" />
  162. <ClCompile Include="..\..\webrtc_aec3\src\modules\audio_processing\aec3\fullband_erle_estimator.cc" />
  163. <ClCompile Include="..\..\webrtc_aec3\src\modules\audio_processing\aec3\matched_filter.cc" />
  164. <ClCompile Condition="$(InstSet)==SSE" Include="..\..\webrtc_aec3\src\modules\audio_processing\aec3\matched_filter_avx2.cc" />
  165. <ClCompile Include="..\..\webrtc_aec3\src\modules\audio_processing\aec3\matched_filter_lag_aggregator.cc" />
  166. <ClCompile Include="..\..\webrtc_aec3\src\modules\audio_processing\aec3\moving_average.cc" />
  167. <ClCompile Include="..\..\webrtc_aec3\src\modules\audio_processing\aec3\refined_filter_update_gain.cc" />
  168. <ClCompile Include="..\..\webrtc_aec3\src\modules\audio_processing\aec3\render_buffer.cc" />
  169. <ClCompile Include="..\..\webrtc_aec3\src\modules\audio_processing\aec3\render_delay_buffer.cc" />
  170. <ClCompile Include="..\..\webrtc_aec3\src\modules\audio_processing\aec3\render_delay_controller.cc" />
  171. <ClCompile Include="..\..\webrtc_aec3\src\modules\audio_processing\aec3\render_delay_controller_metrics.cc" />
  172. <ClCompile Include="..\..\webrtc_aec3\src\modules\audio_processing\aec3\render_signal_analyzer.cc" />
  173. <ClCompile Include="..\..\webrtc_aec3\src\modules\audio_processing\aec3\residual_echo_estimator.cc" />
  174. <ClCompile Include="..\..\webrtc_aec3\src\modules\audio_processing\aec3\reverb_decay_estimator.cc" />
  175. <ClCompile Include="..\..\webrtc_aec3\src\modules\audio_processing\aec3\reverb_frequency_response.cc" />
  176. <ClCompile Include="..\..\webrtc_aec3\src\modules\audio_processing\aec3\reverb_model.cc" />
  177. <ClCompile Include="..\..\webrtc_aec3\src\modules\audio_processing\aec3\reverb_model_estimator.cc" />
  178. <ClCompile Include="..\..\webrtc_aec3\src\modules\audio_processing\aec3\signal_dependent_erle_estimator.cc" />
  179. <ClCompile Include="..\..\webrtc_aec3\src\modules\audio_processing\aec3\spectrum_buffer.cc" />
  180. <ClCompile Include="..\..\webrtc_aec3\src\modules\audio_processing\aec3\stationarity_estimator.cc" />
  181. <ClCompile Include="..\..\webrtc_aec3\src\modules\audio_processing\aec3\subband_erle_estimator.cc" />
  182. <ClCompile Include="..\..\webrtc_aec3\src\modules\audio_processing\aec3\subband_nearend_detector.cc" />
  183. <ClCompile Include="..\..\webrtc_aec3\src\modules\audio_processing\aec3\subtractor.cc" />
  184. <ClCompile Include="..\..\webrtc_aec3\src\modules\audio_processing\aec3\subtractor_output.cc" />
  185. <ClCompile Include="..\..\webrtc_aec3\src\modules\audio_processing\aec3\subtractor_output_analyzer.cc" />
  186. <ClCompile Include="..\..\webrtc_aec3\src\modules\audio_processing\aec3\suppression_filter.cc" />
  187. <ClCompile Include="..\..\webrtc_aec3\src\modules\audio_processing\aec3\suppression_gain.cc" />
  188. <ClCompile Include="..\..\webrtc_aec3\src\modules\audio_processing\aec3\transparent_mode.cc" />
  189. <ClCompile Condition="$(InstSet)==SSE" Include="..\..\webrtc_aec3\src\modules\audio_processing\aec3\vector_math_avx2.cc" />
  190. <ClCompile Include="..\..\webrtc_aec3\src\modules\audio_processing\agc2\adaptive_agc.cc" />
  191. <ClCompile Include="..\..\webrtc_aec3\src\modules\audio_processing\agc2\adaptive_digital_gain_applier.cc" />
  192. <ClCompile Include="..\..\webrtc_aec3\src\modules\audio_processing\agc2\adaptive_mode_level_estimator.cc" />
  193. <ClCompile Include="..\..\webrtc_aec3\src\modules\audio_processing\agc2\biquad_filter.cc" />
  194. <ClCompile Include="..\..\webrtc_aec3\src\modules\audio_processing\agc2\compute_interpolated_gain_curve.cc" />
  195. <ClCompile Include="..\..\webrtc_aec3\src\modules\audio_processing\agc2\cpu_features.cc" />
  196. <ClCompile Include="..\..\webrtc_aec3\src\modules\audio_processing\agc2\down_sampler.cc" />
  197. <ClCompile Include="..\..\webrtc_aec3\src\modules\audio_processing\agc2\fixed_digital_level_estimator.cc" />
  198. <ClCompile Include="..\..\webrtc_aec3\src\modules\audio_processing\agc2\gain_applier.cc" />
  199. <ClCompile Include="..\..\webrtc_aec3\src\modules\audio_processing\agc2\interpolated_gain_curve.cc" />
  200. <ClCompile Include="..\..\webrtc_aec3\src\modules\audio_processing\agc2\limiter.cc" />
  201. <ClCompile Include="..\..\webrtc_aec3\src\modules\audio_processing\agc2\limiter_db_gain_curve.cc" />
  202. <ClCompile Include="..\..\webrtc_aec3\src\modules\audio_processing\agc2\noise_level_estimator.cc" />
  203. <ClCompile Include="..\..\webrtc_aec3\src\modules\audio_processing\agc2\noise_spectrum_estimator.cc" />
  204. <ClCompile Include="..\..\webrtc_aec3\src\modules\audio_processing\agc2\rnn_vad\auto_correlation.cc" />
  205. <ClCompile Include="..\..\webrtc_aec3\src\modules\audio_processing\agc2\rnn_vad\features_extraction.cc" />
  206. <ClCompile Include="..\..\webrtc_aec3\src\modules\audio_processing\agc2\rnn_vad\lp_residual.cc" />
  207. <ClCompile Include="..\..\webrtc_aec3\src\modules\audio_processing\agc2\rnn_vad\pitch_search.cc" />
  208. <ClCompile Include="..\..\webrtc_aec3\src\modules\audio_processing\agc2\rnn_vad\pitch_search_internal.cc" />
  209. <ClCompile Include="..\..\webrtc_aec3\src\modules\audio_processing\agc2\rnn_vad\rnn.cc" />
  210. <ClCompile Include="..\..\webrtc_aec3\src\modules\audio_processing\agc2\rnn_vad\rnn_fc.cc" />
  211. <ClCompile Include="..\..\webrtc_aec3\src\modules\audio_processing\agc2\rnn_vad\rnn_gru.cc" />
  212. <ClCompile Condition="$(InstSet)==SSE" Include="..\..\webrtc_aec3\src\modules\audio_processing\agc2\rnn_vad\rnn_vector_math_avx2.cc" />
  213. <ClCompile Include="..\..\webrtc_aec3\src\modules\audio_processing\agc2\rnn_vad\spectral_features.cc" />
  214. <ClCompile Include="..\..\webrtc_aec3\src\modules\audio_processing\agc2\rnn_vad\spectral_features_internal.cc" />
  215. <ClCompile Include="..\..\webrtc_aec3\src\modules\audio_processing\agc2\saturation_protector.cc" />
  216. <ClCompile Include="..\..\webrtc_aec3\src\modules\audio_processing\agc2\saturation_protector_buffer.cc" />
  217. <ClCompile Include="..\..\webrtc_aec3\src\modules\audio_processing\agc2\signal_classifier.cc" />
  218. <ClCompile Include="..\..\webrtc_aec3\src\modules\audio_processing\agc2\vad_with_level.cc" />
  219. <ClCompile Include="..\..\webrtc_aec3\src\modules\audio_processing\agc2\vector_float_frame.cc" />
  220. <ClCompile Include="..\..\webrtc_aec3\src\modules\audio_processing\audio_buffer.cc" />
  221. <ClCompile Include="..\..\webrtc_aec3\src\modules\audio_processing\gain_controller2.cc" />
  222. <ClCompile Include="..\..\webrtc_aec3\src\modules\audio_processing\high_pass_filter.cc" />
  223. <ClCompile Include="..\..\webrtc_aec3\src\modules\audio_processing\logging\apm_data_dumper.cc" />
  224. <ClCompile Include="..\..\webrtc_aec3\src\modules\audio_processing\ns\fast_math.cc" />
  225. <ClCompile Include="..\..\webrtc_aec3\src\modules\audio_processing\ns\histograms.cc" />
  226. <ClCompile Include="..\..\webrtc_aec3\src\modules\audio_processing\ns\noise_estimator.cc" />
  227. <ClCompile Include="..\..\webrtc_aec3\src\modules\audio_processing\ns\noise_suppressor.cc" />
  228. <ClCompile Include="..\..\webrtc_aec3\src\modules\audio_processing\ns\ns_fft.cc" />
  229. <ClCompile Include="..\..\webrtc_aec3\src\modules\audio_processing\ns\prior_signal_model.cc" />
  230. <ClCompile Include="..\..\webrtc_aec3\src\modules\audio_processing\ns\prior_signal_model_estimator.cc" />
  231. <ClCompile Include="..\..\webrtc_aec3\src\modules\audio_processing\ns\quantile_noise_estimator.cc" />
  232. <ClCompile Include="..\..\webrtc_aec3\src\modules\audio_processing\ns\signal_model.cc" />
  233. <ClCompile Include="..\..\webrtc_aec3\src\modules\audio_processing\ns\signal_model_estimator.cc" />
  234. <ClCompile Include="..\..\webrtc_aec3\src\modules\audio_processing\ns\speech_probability_estimator.cc" />
  235. <ClCompile Include="..\..\webrtc_aec3\src\modules\audio_processing\ns\suppression_params.cc" />
  236. <ClCompile Include="..\..\webrtc_aec3\src\modules\audio_processing\ns\wiener_filter.cc" />
  237. <ClCompile Include="..\..\webrtc_aec3\src\modules\audio_processing\splitting_filter.cc" />
  238. <ClCompile Include="..\..\webrtc_aec3\src\modules\audio_processing\three_band_filter_bank.cc" />
  239. <ClCompile Include="..\..\webrtc_aec3\src\modules\audio_processing\utility\cascaded_biquad_filter.cc" />
  240. <ClCompile Include="..\..\webrtc_aec3\src\modules\audio_processing\utility\delay_estimator.cc" />
  241. <ClCompile Include="..\..\webrtc_aec3\src\modules\audio_processing\utility\delay_estimator_wrapper.cc" />
  242. <ClCompile Include="..\..\webrtc_aec3\src\modules\audio_processing\utility\pffft_wrapper.cc" />
  243. <ClCompile Include="..\..\webrtc_aec3\src\rtc_base\checks.cc" />
  244. <ClCompile Include="..\..\webrtc_aec3\src\rtc_base\experiments\field_trial_parser.cc" />
  245. <ClCompile Include="..\..\webrtc_aec3\src\rtc_base\logging.cc" />
  246. <ClCompile Include="..\..\webrtc_aec3\src\rtc_base\memory\aligned_malloc.cc" />
  247. <ClCompile Include="..\..\webrtc_aec3\src\rtc_base\platform_thread_types.cc" />
  248. <ClCompile Include="..\..\webrtc_aec3\src\rtc_base\race_checker.cc" />
  249. <ClCompile Include="..\..\webrtc_aec3\src\rtc_base\strings\string_builder.cc" />
  250. <ClCompile Include="..\..\webrtc_aec3\src\rtc_base\string_encode.cc" />
  251. <ClCompile Include="..\..\webrtc_aec3\src\rtc_base\string_to_number.cc" />
  252. <ClCompile Include="..\..\webrtc_aec3\src\rtc_base\string_utils.cc" />
  253. <ClCompile Include="..\..\webrtc_aec3\src\rtc_base\synchronization\mutex.cc" />
  254. <ClCompile Include="..\..\webrtc_aec3\src\rtc_base\synchronization\yield.cc" />
  255. <ClCompile Include="..\..\webrtc_aec3\src\rtc_base\system\file_wrapper.cc" />
  256. <ClCompile Include="..\..\webrtc_aec3\src\rtc_base\system_time.cc" />
  257. <ClCompile Include="..\..\webrtc_aec3\src\rtc_base\time_utils.cc" />
  258. <ClCompile Include="..\..\webrtc_aec3\src\system_wrappers\source\cpu_features2.cc" />
  259. <ClCompile Include="..\..\webrtc_aec3\src\system_wrappers\source\field_trial.cc" />
  260. <ClCompile Include="..\..\webrtc_aec3\src\system_wrappers\source\metrics.cc" />
  261. <ClCompile Include="..\..\webrtc_aec3\src\third_party\pffft\src\pffft.c" />
  262. <ClCompile Include="..\..\webrtc_aec3\src\third_party\rnnoise\src\rnn_vad_weights.cc" />
  263. </ItemGroup>
  264. <!-- Import common config -->
  265. <Import Project="..\..\..\build\vs\pjproject-vs14-common-config.props" />
  266. <PropertyGroup Label="Globals">
  267. <ProjectGuid>{D738A812-CE37-40A4-B2FA-D81488C12C87}</ProjectGuid>
  268. <RootNamespace>libwebrtc_aec3</RootNamespace>
  269. <!-- Specific UWP property -->
  270. <DefaultLanguage>en-US</DefaultLanguage>
  271. </PropertyGroup>
  272. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
  273. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release-Static|Win32'" Label="Configuration">
  274. <ConfigurationType>StaticLibrary</ConfigurationType>
  275. <PlatformToolset>v142</PlatformToolset>
  276. <UseOfMfc>false</UseOfMfc>
  277. <CharacterSet>MultiByte</CharacterSet>
  278. </PropertyGroup>
  279. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug-Dynamic|Win32'" Label="Configuration">
  280. <ConfigurationType>StaticLibrary</ConfigurationType>
  281. <PlatformToolset>v140</PlatformToolset>
  282. <UseOfMfc>false</UseOfMfc>
  283. <CharacterSet>MultiByte</CharacterSet>
  284. </PropertyGroup>
  285. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release-Dynamic|Win32'" Label="Configuration">
  286. <ConfigurationType>StaticLibrary</ConfigurationType>
  287. <PlatformToolset>v140</PlatformToolset>
  288. <UseOfMfc>false</UseOfMfc>
  289. <CharacterSet>MultiByte</CharacterSet>
  290. </PropertyGroup>
  291. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug-Static|Win32'" Label="Configuration">
  292. <ConfigurationType>StaticLibrary</ConfigurationType>
  293. <PlatformToolset>v140</PlatformToolset>
  294. <UseOfMfc>false</UseOfMfc>
  295. <CharacterSet>MultiByte</CharacterSet>
  296. </PropertyGroup>
  297. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
  298. <ConfigurationType>StaticLibrary</ConfigurationType>
  299. <PlatformToolset>v140</PlatformToolset>
  300. <UseOfMfc>false</UseOfMfc>
  301. <CharacterSet>MultiByte</CharacterSet>
  302. </PropertyGroup>
  303. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
  304. <ConfigurationType>StaticLibrary</ConfigurationType>
  305. <PlatformToolset>v140</PlatformToolset>
  306. <UseOfMfc>false</UseOfMfc>
  307. <CharacterSet>MultiByte</CharacterSet>
  308. </PropertyGroup>
  309. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release-Static|ARM'" Label="Configuration">
  310. <ConfigurationType>StaticLibrary</ConfigurationType>
  311. <PlatformToolset>v140</PlatformToolset>
  312. <UseOfMfc>false</UseOfMfc>
  313. <CharacterSet>MultiByte</CharacterSet>
  314. </PropertyGroup>
  315. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug-Dynamic|ARM'" Label="Configuration">
  316. <ConfigurationType>StaticLibrary</ConfigurationType>
  317. <PlatformToolset>v140</PlatformToolset>
  318. <UseOfMfc>false</UseOfMfc>
  319. </PropertyGroup>
  320. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release-Dynamic|ARM'" Label="Configuration">
  321. <ConfigurationType>StaticLibrary</ConfigurationType>
  322. <PlatformToolset>v140</PlatformToolset>
  323. <UseOfMfc>false</UseOfMfc>
  324. <CharacterSet>MultiByte</CharacterSet>
  325. </PropertyGroup>
  326. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug-Static|ARM'" Label="Configuration">
  327. <ConfigurationType>StaticLibrary</ConfigurationType>
  328. <PlatformToolset>v140</PlatformToolset>
  329. <UseOfMfc>false</UseOfMfc>
  330. <CharacterSet>MultiByte</CharacterSet>
  331. </PropertyGroup>
  332. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM'" Label="Configuration">
  333. <ConfigurationType>StaticLibrary</ConfigurationType>
  334. <PlatformToolset>v140</PlatformToolset>
  335. <UseOfMfc>false</UseOfMfc>
  336. <CharacterSet>MultiByte</CharacterSet>
  337. </PropertyGroup>
  338. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'" Label="Configuration">
  339. <ConfigurationType>StaticLibrary</ConfigurationType>
  340. <PlatformToolset>v140</PlatformToolset>
  341. <UseOfMfc>false</UseOfMfc>
  342. <CharacterSet>MultiByte</CharacterSet>
  343. </PropertyGroup>
  344. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release-Static|x64'" Label="Configuration">
  345. <ConfigurationType>StaticLibrary</ConfigurationType>
  346. <PlatformToolset>v140</PlatformToolset>
  347. <UseOfMfc>false</UseOfMfc>
  348. <CharacterSet>MultiByte</CharacterSet>
  349. </PropertyGroup>
  350. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release-Static|ARM64'" Label="Configuration">
  351. <ConfigurationType>StaticLibrary</ConfigurationType>
  352. <PlatformToolset>v140</PlatformToolset>
  353. <UseOfMfc>false</UseOfMfc>
  354. <CharacterSet>MultiByte</CharacterSet>
  355. </PropertyGroup>
  356. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug-Dynamic|x64'" Label="Configuration">
  357. <ConfigurationType>StaticLibrary</ConfigurationType>
  358. <PlatformToolset>v140</PlatformToolset>
  359. <UseOfMfc>false</UseOfMfc>
  360. <CharacterSet>MultiByte</CharacterSet>
  361. </PropertyGroup>
  362. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug-Dynamic|ARM64'" Label="Configuration">
  363. <ConfigurationType>StaticLibrary</ConfigurationType>
  364. <PlatformToolset>v140</PlatformToolset>
  365. <UseOfMfc>false</UseOfMfc>
  366. <CharacterSet>MultiByte</CharacterSet>
  367. </PropertyGroup>
  368. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release-Dynamic|x64'" Label="Configuration">
  369. <ConfigurationType>StaticLibrary</ConfigurationType>
  370. <PlatformToolset>v140</PlatformToolset>
  371. <UseOfMfc>false</UseOfMfc>
  372. <CharacterSet>MultiByte</CharacterSet>
  373. </PropertyGroup>
  374. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release-Dynamic|ARM64'" Label="Configuration">
  375. <ConfigurationType>StaticLibrary</ConfigurationType>
  376. <PlatformToolset>v140</PlatformToolset>
  377. <UseOfMfc>false</UseOfMfc>
  378. <CharacterSet>MultiByte</CharacterSet>
  379. </PropertyGroup>
  380. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug-Static|x64'" Label="Configuration">
  381. <ConfigurationType>StaticLibrary</ConfigurationType>
  382. <PlatformToolset>v140</PlatformToolset>
  383. <UseOfMfc>false</UseOfMfc>
  384. <CharacterSet>MultiByte</CharacterSet>
  385. </PropertyGroup>
  386. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug-Static|ARM64'" Label="Configuration">
  387. <ConfigurationType>StaticLibrary</ConfigurationType>
  388. <PlatformToolset>v140</PlatformToolset>
  389. <UseOfMfc>false</UseOfMfc>
  390. <CharacterSet>MultiByte</CharacterSet>
  391. </PropertyGroup>
  392. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
  393. <ConfigurationType>StaticLibrary</ConfigurationType>
  394. <PlatformToolset>v140</PlatformToolset>
  395. <UseOfMfc>false</UseOfMfc>
  396. <CharacterSet>MultiByte</CharacterSet>
  397. </PropertyGroup>
  398. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'" Label="Configuration">
  399. <ConfigurationType>StaticLibrary</ConfigurationType>
  400. <PlatformToolset>v140</PlatformToolset>
  401. <UseOfMfc>false</UseOfMfc>
  402. <CharacterSet>MultiByte</CharacterSet>
  403. </PropertyGroup>
  404. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
  405. <ConfigurationType>StaticLibrary</ConfigurationType>
  406. <PlatformToolset>v140</PlatformToolset>
  407. <UseOfMfc>false</UseOfMfc>
  408. <CharacterSet>MultiByte</CharacterSet>
  409. </PropertyGroup>
  410. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'" Label="Configuration">
  411. <ConfigurationType>StaticLibrary</ConfigurationType>
  412. <PlatformToolset>v140</PlatformToolset>
  413. <UseOfMfc>false</UseOfMfc>
  414. <CharacterSet>MultiByte</CharacterSet>
  415. </PropertyGroup>
  416. <!-- Override the PlatformToolset -->
  417. <PropertyGroup>
  418. <PlatformToolset>$(BuildToolset)</PlatformToolset>
  419. <CharacterSet Condition="'$(API_Family)'!='WinDesktop'">
  420. </CharacterSet>
  421. </PropertyGroup>
  422. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
  423. <ImportGroup Label="ExtensionSettings">
  424. </ImportGroup>
  425. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release-Static|Win32'" Label="PropertySheets">
  426. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  427. <Import Project="..\..\..\build\vs\pjproject-vs14-win32-release-defaults.props" />
  428. <Import Project="..\..\..\build\vs\pjproject-vs14-release-static-defaults.props" />
  429. </ImportGroup>
  430. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug-Dynamic|Win32'" Label="PropertySheets">
  431. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  432. <Import Project="..\..\..\build\vs\pjproject-vs14-win32-common-defaults.props" />
  433. <Import Project="..\..\..\build\vs\pjproject-vs14-debug-dynamic-defaults.props" />
  434. </ImportGroup>
  435. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release-Dynamic|Win32'" Label="PropertySheets">
  436. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  437. <Import Project="..\..\..\build\vs\pjproject-vs14-win32-release-defaults.props" />
  438. <Import Project="..\..\..\build\vs\pjproject-vs14-release-dynamic-defaults.props" />
  439. </ImportGroup>
  440. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug-Static|Win32'" Label="PropertySheets">
  441. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  442. <Import Project="..\..\..\build\vs\pjproject-vs14-win32-common-defaults.props" />
  443. <Import Project="..\..\..\build\vs\pjproject-vs14-debug-static-defaults.props" />
  444. </ImportGroup>
  445. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">
  446. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  447. <Import Project="..\..\..\build\vs\pjproject-vs14-win32-release-defaults.props" />
  448. <Import Project="..\..\..\build\vs\pjproject-vs14-release-dynamic-defaults.props" />
  449. </ImportGroup>
  450. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets">
  451. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  452. <Import Project="..\..\..\build\vs\pjproject-vs14-win32-common-defaults.props" />
  453. <Import Project="..\..\..\build\vs\pjproject-vs14-debug-static-defaults.props" />
  454. </ImportGroup>
  455. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release-Static|ARM'" Label="PropertySheets">
  456. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  457. <Import Project="..\..\..\build\vs\pjproject-vs14-win32-release-defaults.props" />
  458. <Import Project="..\..\..\build\vs\pjproject-vs14-release-static-defaults.props" />
  459. </ImportGroup>
  460. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug-Dynamic|ARM'" Label="PropertySheets">
  461. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  462. <Import Project="..\..\..\build\vs\pjproject-vs14-win32-common-defaults.props" />
  463. <Import Project="..\..\..\build\vs\pjproject-vs14-debug-dynamic-defaults.props" />
  464. </ImportGroup>
  465. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release-Dynamic|ARM'" Label="PropertySheets">
  466. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  467. <Import Project="..\..\..\build\vs\pjproject-vs14-win32-release-defaults.props" />
  468. <Import Project="..\..\..\build\vs\pjproject-vs14-release-dynamic-defaults.props" />
  469. </ImportGroup>
  470. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug-Static|ARM'" Label="PropertySheets">
  471. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  472. <Import Project="..\..\..\build\vs\pjproject-vs14-win32-common-defaults.props" />
  473. <Import Project="..\..\..\build\vs\pjproject-vs14-debug-static-defaults.props" />
  474. </ImportGroup>
  475. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM'" Label="PropertySheets">
  476. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  477. <Import Project="..\..\..\build\vs\pjproject-vs14-win32-release-defaults.props" />
  478. <Import Project="..\..\..\build\vs\pjproject-vs14-release-dynamic-defaults.props" />
  479. </ImportGroup>
  480. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'" Label="PropertySheets">
  481. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  482. <Import Project="..\..\..\build\vs\pjproject-vs14-win32-common-defaults.props" />
  483. <Import Project="..\..\..\build\vs\pjproject-vs14-debug-static-defaults.props" />
  484. </ImportGroup>
  485. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release-Static|x64'" Label="PropertySheets">
  486. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  487. <Import Project="..\..\..\build\vs\pjproject-vs14-win64-release-defaults.props" />
  488. <Import Project="..\..\..\build\vs\pjproject-vs14-release-static-defaults.props" />
  489. </ImportGroup>
  490. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release-Static|ARM64'" Label="PropertySheets">
  491. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  492. <Import Project="..\..\..\build\vs\pjproject-vs14-arm64-release-defaults.props" />
  493. <Import Project="..\..\..\build\vs\pjproject-vs14-release-static-defaults.props" />
  494. </ImportGroup>
  495. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug-Dynamic|x64'" Label="PropertySheets">
  496. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  497. <Import Project="..\..\..\build\vs\pjproject-vs14-win64-common-defaults.props" />
  498. <Import Project="..\..\..\build\vs\pjproject-vs14-debug-dynamic-defaults.props" />
  499. </ImportGroup>
  500. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug-Dynamic|ARM64'" Label="PropertySheets">
  501. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  502. <Import Project="..\..\..\build\vs\pjproject-vs14-arm64-common-defaults.props" />
  503. <Import Project="..\..\..\build\vs\pjproject-vs14-debug-dynamic-defaults.props" />
  504. </ImportGroup>
  505. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release-Dynamic|x64'" Label="PropertySheets">
  506. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  507. <Import Project="..\..\..\build\vs\pjproject-vs14-win64-release-defaults.props" />
  508. <Import Project="..\..\..\build\vs\pjproject-vs14-release-dynamic-defaults.props" />
  509. </ImportGroup>
  510. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release-Dynamic|ARM64'" Label="PropertySheets">
  511. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  512. <Import Project="..\..\..\build\vs\pjproject-vs14-arm64-release-defaults.props" />
  513. <Import Project="..\..\..\build\vs\pjproject-vs14-release-dynamic-defaults.props" />
  514. </ImportGroup>
  515. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug-Static|x64'" Label="PropertySheets">
  516. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  517. <Import Project="..\..\..\build\vs\pjproject-vs14-win64-common-defaults.props" />
  518. <Import Project="..\..\..\build\vs\pjproject-vs14-debug-static-defaults.props" />
  519. </ImportGroup>
  520. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug-Static|ARM64'" Label="PropertySheets">
  521. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  522. <Import Project="..\..\..\build\vs\pjproject-vs14-arm64-common-defaults.props" />
  523. <Import Project="..\..\..\build\vs\pjproject-vs14-debug-static-defaults.props" />
  524. </ImportGroup>
  525. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">
  526. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  527. <Import Project="..\..\..\build\vs\pjproject-vs14-win64-release-defaults.props" />
  528. <Import Project="..\..\..\build\vs\pjproject-vs14-release-dynamic-defaults.props" />
  529. </ImportGroup>
  530. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'" Label="PropertySheets">
  531. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  532. <Import Project="..\..\..\build\vs\pjproject-vs14-arm64-release-defaults.props" />
  533. <Import Project="..\..\..\build\vs\pjproject-vs14-release-dynamic-defaults.props" />
  534. </ImportGroup>
  535. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">
  536. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  537. <Import Project="..\..\..\build\vs\pjproject-vs14-win64-common-defaults.props" />
  538. <Import Project="..\..\..\build\vs\pjproject-vs14-debug-static-defaults.props" />
  539. </ImportGroup>
  540. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'" Label="PropertySheets">
  541. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  542. <Import Project="..\..\..\build\vs\pjproject-vs14-arm64-common-defaults.props" />
  543. <Import Project="..\..\..\build\vs\pjproject-vs14-debug-static-defaults.props" />
  544. </ImportGroup>
  545. <PropertyGroup Label="UserMacros" />
  546. <PropertyGroup>
  547. <_ProjectFileVersion>14.0.24730.2</_ProjectFileVersion>
  548. <OutDir>..\..\lib\</OutDir>
  549. </PropertyGroup>
  550. <!-- Compile and link option definition -->
  551. <ItemDefinitionGroup>
  552. <ClCompile>
  553. <RuntimeLibrary Condition="'$(API_Family)'=='UWP'">MultiThreadedDebugDLL</RuntimeLibrary>
  554. </ClCompile>
  555. </ItemDefinitionGroup>
  556. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  557. <ClCompile>
  558. <AdditionalOptions>/wd4305 /wd4456 /wd4530 /wd4100 /wd4244 /wd4715 /wd4127 /wd4005 %(AdditionalOptions)</AdditionalOptions>
  559. <AdditionalIncludeDirectories>.;../../webrtc_aec3/src;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  560. <PreprocessorDefinitions>_LIB;_WINDOWS;HAVE_CONFIG_H;WEBRTC_WIN;WEBRTC_APM_DEBUG_DUMP=0;NOMINMAX;_CRT_SECURE_NO_WARNINGS;_SILENCE_CXX17_RESULT_OF_DEPRECATION_WARNING;_USE_MATH_DEFINES;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  561. <PrecompiledHeaderOutputFile />
  562. <ExceptionHandling>false</ExceptionHandling>
  563. <LanguageStandard>stdcpp17</LanguageStandard>
  564. </ClCompile>
  565. <Lib>
  566. <OutputFile>..\..\lib\$(ProjectName)-$(TargetCPU)-$(Platform)-vc$(VSVer)-$(Configuration).lib</OutputFile>
  567. </Lib>
  568. </ItemDefinitionGroup>
  569. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  570. <ClCompile>
  571. <AdditionalOptions>/wd4305 /wd4456 /wd4530 /wd4100 /wd4244 /wd4715 /wd4127 /wd4005 %(AdditionalOptions)</AdditionalOptions>
  572. <AdditionalIncludeDirectories>.;../../webrtc_aec3/src;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  573. <PreprocessorDefinitions>_LIB;_WINDOWS;HAVE_CONFIG_H;WEBRTC_WIN;WEBRTC_APM_DEBUG_DUMP=0;NOMINMAX;_CRT_SECURE_NO_WARNINGS;_SILENCE_CXX17_RESULT_OF_DEPRECATION_WARNING;_USE_MATH_DEFINES;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  574. <PrecompiledHeaderOutputFile />
  575. <ExceptionHandling>false</ExceptionHandling>
  576. <LanguageStandard>stdcpp17</LanguageStandard>
  577. </ClCompile>
  578. <Lib>
  579. <OutputFile>..\..\lib\$(ProjectName)-$(TargetCPU)-$(Platform)-vc$(VSVer)-$(Configuration).lib</OutputFile>
  580. </Lib>
  581. </ItemDefinitionGroup>
  582. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug-Static|Win32'">
  583. <ClCompile>
  584. <AdditionalOptions>/wd4305 /wd4456 /wd4530 /wd4100 /wd4244 /wd4715 /wd4127 /wd4005 %(AdditionalOptions)</AdditionalOptions>
  585. <AdditionalIncludeDirectories>.;../../webrtc_aec3/src;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  586. <PreprocessorDefinitions>_LIB;_WINDOWS;HAVE_CONFIG_H;WEBRTC_WIN;WEBRTC_APM_DEBUG_DUMP=0;NOMINMAX;_CRT_SECURE_NO_WARNINGS;_SILENCE_CXX17_RESULT_OF_DEPRECATION_WARNING;_USE_MATH_DEFINES;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  587. <PrecompiledHeaderOutputFile />
  588. <ExceptionHandling>false</ExceptionHandling>
  589. <LanguageStandard>stdcpp17</LanguageStandard>
  590. </ClCompile>
  591. <Lib>
  592. <OutputFile>..\..\lib\$(ProjectName)-$(TargetCPU)-$(Platform)-vc$(VSVer)-$(Configuration).lib</OutputFile>
  593. </Lib>
  594. </ItemDefinitionGroup>
  595. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release-Dynamic|Win32'">
  596. <ClCompile>
  597. <AdditionalOptions>/wd4305 /wd4456 /wd4530 /wd4100 /wd4244 /wd4715 /wd4127 /wd4005 %(AdditionalOptions)</AdditionalOptions>
  598. <AdditionalIncludeDirectories>.;../../webrtc_aec3/src;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  599. <PreprocessorDefinitions>_LIB;_WINDOWS;HAVE_CONFIG_H;WEBRTC_WIN;WEBRTC_APM_DEBUG_DUMP=0;NOMINMAX;_CRT_SECURE_NO_WARNINGS;_SILENCE_CXX17_RESULT_OF_DEPRECATION_WARNING;_USE_MATH_DEFINES;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  600. <PrecompiledHeaderOutputFile />
  601. <ExceptionHandling>false</ExceptionHandling>
  602. <LanguageStandard>stdcpp17</LanguageStandard>
  603. </ClCompile>
  604. <Lib>
  605. <OutputFile>..\..\lib\$(ProjectName)-$(TargetCPU)-$(Platform)-vc$(VSVer)-$(Configuration).lib</OutputFile>
  606. </Lib>
  607. </ItemDefinitionGroup>
  608. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug-Dynamic|Win32'">
  609. <ClCompile>
  610. <AdditionalOptions>/wd4305 /wd4456 /wd4530 /wd4100 /wd4244 /wd4715 /wd4127 /wd4005 %(AdditionalOptions)</AdditionalOptions>
  611. <AdditionalIncludeDirectories>.;../../webrtc_aec3/src;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  612. <PreprocessorDefinitions>_LIB;_WINDOWS;HAVE_CONFIG_H;WEBRTC_WIN;WEBRTC_APM_DEBUG_DUMP=0;NOMINMAX;_CRT_SECURE_NO_WARNINGS;_SILENCE_CXX17_RESULT_OF_DEPRECATION_WARNING;_USE_MATH_DEFINES;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  613. <PrecompiledHeaderOutputFile />
  614. <ExceptionHandling>false</ExceptionHandling>
  615. <LanguageStandard>stdcpp17</LanguageStandard>
  616. </ClCompile>
  617. <Lib>
  618. <OutputFile>..\..\lib\$(ProjectName)-$(TargetCPU)-$(Platform)-vc$(VSVer)-$(Configuration).lib</OutputFile>
  619. </Lib>
  620. </ItemDefinitionGroup>
  621. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release-Static|Win32'">
  622. <ClCompile>
  623. <AdditionalOptions>/wd4305 /wd4456 /wd4530 /wd4100 /wd4244 /wd4715 /wd4127 /wd4005 %(AdditionalOptions)</AdditionalOptions>
  624. <AdditionalIncludeDirectories>.;../../webrtc_aec3/src;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  625. <PreprocessorDefinitions>_LIB;_WINDOWS;HAVE_CONFIG_H;WEBRTC_WIN;WEBRTC_APM_DEBUG_DUMP=0;NOMINMAX;_CRT_SECURE_NO_WARNINGS;_SILENCE_CXX17_RESULT_OF_DEPRECATION_WARNING;_USE_MATH_DEFINES;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  626. <PrecompiledHeaderOutputFile />
  627. <ExceptionHandling>false</ExceptionHandling>
  628. <LanguageStandard>stdcpp17</LanguageStandard>
  629. </ClCompile>
  630. <Lib>
  631. <OutputFile>..\..\lib\$(ProjectName)-$(TargetCPU)-$(Platform)-vc$(VSVer)-$(Configuration).lib</OutputFile>
  632. </Lib>
  633. </ItemDefinitionGroup>
  634. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'">
  635. <ClCompile>
  636. <AdditionalOptions>/wd4305 /wd4456 /wd4530 /wd4100 /wd4244 /wd4715 /wd4127 /wd4005 %(AdditionalOptions)</AdditionalOptions>
  637. <AdditionalIncludeDirectories>.;../../webrtc_aec3/src;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  638. <PreprocessorDefinitions>_LIB;_WINDOWS;HAVE_CONFIG_H;__ARMEL__;WEBRTC_WIN;WEBRTC_APM_DEBUG_DUMP=0;NOMINMAX;_CRT_SECURE_NO_WARNINGS;_SILENCE_CXX17_RESULT_OF_DEPRECATION_WARNING;_USE_MATH_DEFINES;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  639. <PrecompiledHeaderOutputFile />
  640. <ExceptionHandling>false</ExceptionHandling>
  641. <LanguageStandard>stdcpp17</LanguageStandard>
  642. </ClCompile>
  643. <Lib>
  644. <OutputFile>..\..\lib\$(ProjectName)-$(TargetCPU)-$(Platform)-vc$(VSVer)-$(Configuration).lib</OutputFile>
  645. </Lib>
  646. </ItemDefinitionGroup>
  647. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM'">
  648. <ClCompile>
  649. <AdditionalOptions>/wd4305 /wd4456 /wd4530 /wd4100 /wd4244 /wd4715 /wd4127 /wd4005 %(AdditionalOptions)</AdditionalOptions>
  650. <AdditionalIncludeDirectories>.;../../webrtc_aec3/src;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  651. <PreprocessorDefinitions>_LIB;_WINDOWS;HAVE_CONFIG_H;__ARMEL__;WEBRTC_WIN;WEBRTC_APM_DEBUG_DUMP=0;NOMINMAX;_CRT_SECURE_NO_WARNINGS;_SILENCE_CXX17_RESULT_OF_DEPRECATION_WARNING;_USE_MATH_DEFINES;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  652. <PrecompiledHeaderOutputFile />
  653. <ExceptionHandling>false</ExceptionHandling>
  654. <LanguageStandard>stdcpp17</LanguageStandard>
  655. </ClCompile>
  656. <Lib>
  657. <OutputFile>..\..\lib\$(ProjectName)-$(TargetCPU)-$(Platform)-vc$(VSVer)-$(Configuration).lib</OutputFile>
  658. </Lib>
  659. </ItemDefinitionGroup>
  660. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug-Static|ARM'">
  661. <ClCompile>
  662. <AdditionalOptions>/wd4305 /wd4456 /wd4530 /wd4100 /wd4244 /wd4715 /wd4127 /wd4005 %(AdditionalOptions)</AdditionalOptions>
  663. <AdditionalIncludeDirectories>.;../../webrtc_aec3/src;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  664. <PreprocessorDefinitions>_LIB;_WINDOWS;HAVE_CONFIG_H;__ARMEL__;WEBRTC_WIN;WEBRTC_APM_DEBUG_DUMP=0;NOMINMAX;_CRT_SECURE_NO_WARNINGS;_SILENCE_CXX17_RESULT_OF_DEPRECATION_WARNING;_USE_MATH_DEFINES;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  665. <PrecompiledHeaderOutputFile />
  666. <ExceptionHandling>false</ExceptionHandling>
  667. <LanguageStandard>stdcpp17</LanguageStandard>
  668. </ClCompile>
  669. <Lib>
  670. <OutputFile>..\..\lib\$(ProjectName)-$(TargetCPU)-$(Platform)-vc$(VSVer)-$(Configuration).lib</OutputFile>
  671. </Lib>
  672. </ItemDefinitionGroup>
  673. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release-Dynamic|ARM'">
  674. <ClCompile>
  675. <AdditionalOptions>/wd4305 /wd4456 /wd4530 /wd4100 /wd4244 /wd4715 /wd4127 /wd4005 %(AdditionalOptions)</AdditionalOptions>
  676. <AdditionalIncludeDirectories>.;../../webrtc_aec3/src;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  677. <PreprocessorDefinitions>_LIB;_WINDOWS;HAVE_CONFIG_H;__ARMEL__;WEBRTC_WIN;WEBRTC_APM_DEBUG_DUMP=0;NOMINMAX;_CRT_SECURE_NO_WARNINGS;_SILENCE_CXX17_RESULT_OF_DEPRECATION_WARNING;_USE_MATH_DEFINES;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  678. <PrecompiledHeaderOutputFile />
  679. <ExceptionHandling>false</ExceptionHandling>
  680. <LanguageStandard>stdcpp17</LanguageStandard>
  681. </ClCompile>
  682. <Lib>
  683. <OutputFile>..\..\lib\$(ProjectName)-$(TargetCPU)-$(Platform)-vc$(VSVer)-$(Configuration).lib</OutputFile>
  684. </Lib>
  685. </ItemDefinitionGroup>
  686. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug-Dynamic|ARM'">
  687. <ClCompile>
  688. <AdditionalOptions>/wd4305 /wd4456 /wd4530 /wd4100 /wd4244 /wd4715 /wd4127 /wd4005 %(AdditionalOptions)</AdditionalOptions>
  689. <AdditionalIncludeDirectories>.;../../webrtc_aec3/src;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  690. <PreprocessorDefinitions>_LIB;_WINDOWS;HAVE_CONFIG_H;__ARMEL__;WEBRTC_WIN;WEBRTC_APM_DEBUG_DUMP=0;NOMINMAX;_CRT_SECURE_NO_WARNINGS;_SILENCE_CXX17_RESULT_OF_DEPRECATION_WARNING;_USE_MATH_DEFINES;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  691. <PrecompiledHeaderOutputFile />
  692. <ExceptionHandling>false</ExceptionHandling>
  693. <LanguageStandard>stdcpp17</LanguageStandard>
  694. </ClCompile>
  695. <Lib>
  696. <OutputFile>..\..\lib\$(ProjectName)-$(TargetCPU)-$(Platform)-vc$(VSVer)-$(Configuration).lib</OutputFile>
  697. </Lib>
  698. </ItemDefinitionGroup>
  699. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release-Static|ARM'">
  700. <ClCompile>
  701. <AdditionalOptions>/wd4305 /wd4456 /wd4530 /wd4100 /wd4244 /wd4715 /wd4127 /wd4005 %(AdditionalOptions)</AdditionalOptions>
  702. <AdditionalIncludeDirectories>.;../../webrtc_aec3/src;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  703. <PreprocessorDefinitions>_LIB;_WINDOWS;HAVE_CONFIG_H;__ARMEL__;WEBRTC_WIN;WEBRTC_APM_DEBUG_DUMP=0;NOMINMAX;_CRT_SECURE_NO_WARNINGS;_SILENCE_CXX17_RESULT_OF_DEPRECATION_WARNING;_USE_MATH_DEFINES;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  704. <PrecompiledHeaderOutputFile />
  705. <ExceptionHandling>false</ExceptionHandling>
  706. <LanguageStandard>stdcpp17</LanguageStandard>
  707. </ClCompile>
  708. <Lib>
  709. <OutputFile>..\..\lib\$(ProjectName)-$(TargetCPU)-$(Platform)-vc$(VSVer)-$(Configuration).lib</OutputFile>
  710. </Lib>
  711. </ItemDefinitionGroup>
  712. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  713. <Midl>
  714. <TargetEnvironment>X64</TargetEnvironment>
  715. </Midl>
  716. <ClCompile>
  717. <AdditionalOptions>/wd4305 /wd4456 /wd4530 /wd4100 /wd4244 /wd4715 /wd4127 /wd4005 %(AdditionalOptions)</AdditionalOptions>
  718. <AdditionalIncludeDirectories>.;../../webrtc_aec3/src;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  719. <PreprocessorDefinitions>_LIB;_WINDOWS;HAVE_CONFIG_H;WEBRTC_WIN;WEBRTC_APM_DEBUG_DUMP=0;NOMINMAX;_CRT_SECURE_NO_WARNINGS;_SILENCE_CXX17_RESULT_OF_DEPRECATION_WARNING;_USE_MATH_DEFINES;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  720. <PrecompiledHeaderOutputFile />
  721. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  722. <ExceptionHandling>false</ExceptionHandling>
  723. <LanguageStandard>stdcpp17</LanguageStandard>
  724. </ClCompile>
  725. <Lib>
  726. <OutputFile>..\..\lib\$(ProjectName)-$(TargetCPU)-$(Platform)-vc$(VSVer)-$(Configuration).lib</OutputFile>
  727. </Lib>
  728. </ItemDefinitionGroup>
  729. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'">
  730. <Midl />
  731. <ClCompile>
  732. <AdditionalOptions>/wd4305 /wd4456 /wd4530 /wd4100 /wd4244 /wd4715 /wd4127 /wd4005 %(AdditionalOptions)</AdditionalOptions>
  733. <AdditionalIncludeDirectories>.;../../webrtc_aec3/src;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  734. <PreprocessorDefinitions>_LIB;_WINDOWS;HAVE_CONFIG_H;WEBRTC_WIN;WEBRTC_APM_DEBUG_DUMP=0;NOMINMAX;_CRT_SECURE_NO_WARNINGS;_SILENCE_CXX17_RESULT_OF_DEPRECATION_WARNING;_USE_MATH_DEFINES;WEBRTC_HAS_NEON;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  735. <PrecompiledHeaderOutputFile>
  736. </PrecompiledHeaderOutputFile>
  737. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  738. <ExceptionHandling>false</ExceptionHandling>
  739. <LanguageStandard>stdcpp17</LanguageStandard>
  740. </ClCompile>
  741. <Lib>
  742. <OutputFile>..\..\lib\$(ProjectName)-$(TargetCPU)-$(Platform)-vc$(VSVer)-$(Configuration).lib</OutputFile>
  743. </Lib>
  744. </ItemDefinitionGroup>
  745. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  746. <Midl>
  747. <TargetEnvironment>X64</TargetEnvironment>
  748. </Midl>
  749. <ClCompile>
  750. <AdditionalOptions>/wd4305 /wd4456 /wd4530 /wd4100 /wd4244 /wd4715 /wd4127 /wd4005 %(AdditionalOptions)</AdditionalOptions>
  751. <AdditionalIncludeDirectories>.;../../webrtc_aec3/src;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  752. <PreprocessorDefinitions>_LIB;_WINDOWS;HAVE_CONFIG_H;WEBRTC_WIN;WEBRTC_APM_DEBUG_DUMP=0;NOMINMAX;_CRT_SECURE_NO_WARNINGS;_SILENCE_CXX17_RESULT_OF_DEPRECATION_WARNING;_USE_MATH_DEFINES;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  753. <PrecompiledHeaderOutputFile />
  754. <ExceptionHandling>false</ExceptionHandling>
  755. <LanguageStandard>stdcpp17</LanguageStandard>
  756. </ClCompile>
  757. <Lib>
  758. <OutputFile>..\..\lib\$(ProjectName)-$(TargetCPU)-$(Platform)-vc$(VSVer)-$(Configuration).lib</OutputFile>
  759. </Lib>
  760. </ItemDefinitionGroup>
  761. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'">
  762. <Midl />
  763. <ClCompile>
  764. <AdditionalOptions>/wd4305 /wd4456 /wd4530 /wd4100 /wd4244 /wd4715 /wd4127 /wd4005 %(AdditionalOptions)</AdditionalOptions>
  765. <AdditionalIncludeDirectories>.;../../webrtc_aec3/src;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  766. <PreprocessorDefinitions>_LIB;_WINDOWS;HAVE_CONFIG_H;WEBRTC_WIN;WEBRTC_APM_DEBUG_DUMP=0;NOMINMAX;_CRT_SECURE_NO_WARNINGS;_SILENCE_CXX17_RESULT_OF_DEPRECATION_WARNING;_USE_MATH_DEFINES;WEBRTC_HAS_NEON;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  767. <PrecompiledHeaderOutputFile>
  768. </PrecompiledHeaderOutputFile>
  769. <ExceptionHandling>false</ExceptionHandling>
  770. <LanguageStandard>stdcpp17</LanguageStandard>
  771. </ClCompile>
  772. <Lib>
  773. <OutputFile>..\..\lib\$(ProjectName)-$(TargetCPU)-$(Platform)-vc$(VSVer)-$(Configuration).lib</OutputFile>
  774. </Lib>
  775. </ItemDefinitionGroup>
  776. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug-Static|x64'">
  777. <Midl>
  778. <TargetEnvironment>X64</TargetEnvironment>
  779. </Midl>
  780. <ClCompile>
  781. <AdditionalOptions>/wd4305 /wd4456 /wd4530 /wd4100 /wd4244 /wd4715 /wd4127 /wd4005 %(AdditionalOptions)</AdditionalOptions>
  782. <AdditionalIncludeDirectories>.;../../webrtc_aec3/src;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  783. <PreprocessorDefinitions>_LIB;_WINDOWS;HAVE_CONFIG_H;WEBRTC_WIN;WEBRTC_APM_DEBUG_DUMP=0;NOMINMAX;_CRT_SECURE_NO_WARNINGS;_SILENCE_CXX17_RESULT_OF_DEPRECATION_WARNING;_USE_MATH_DEFINES;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  784. <PrecompiledHeaderOutputFile />
  785. <ExceptionHandling>false</ExceptionHandling>
  786. <LanguageStandard>stdcpp17</LanguageStandard>
  787. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  788. </ClCompile>
  789. <Lib>
  790. <OutputFile>..\..\lib\$(ProjectName)-$(TargetCPU)-$(Platform)-vc$(VSVer)-$(Configuration).lib</OutputFile>
  791. </Lib>
  792. </ItemDefinitionGroup>
  793. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug-Static|ARM64'">
  794. <Midl />
  795. <ClCompile>
  796. <AdditionalOptions>/wd4305 /wd4456 /wd4530 /wd4100 /wd4244 /wd4715 /wd4127 /wd4005 %(AdditionalOptions)</AdditionalOptions>
  797. <AdditionalIncludeDirectories>.;../../webrtc_aec3/src;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  798. <PreprocessorDefinitions>_LIB;_WINDOWS;HAVE_CONFIG_H;WEBRTC_WIN;WEBRTC_APM_DEBUG_DUMP=0;NOMINMAX;_CRT_SECURE_NO_WARNINGS;_SILENCE_CXX17_RESULT_OF_DEPRECATION_WARNING;_USE_MATH_DEFINES;WEBRTC_HAS_NEON;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  799. <PrecompiledHeaderOutputFile>
  800. </PrecompiledHeaderOutputFile>
  801. <ExceptionHandling>false</ExceptionHandling>
  802. <LanguageStandard>stdcpp17</LanguageStandard>
  803. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  804. </ClCompile>
  805. <Lib>
  806. <OutputFile>..\..\lib\$(ProjectName)-$(TargetCPU)-$(Platform)-vc$(VSVer)-$(Configuration).lib</OutputFile>
  807. </Lib>
  808. </ItemDefinitionGroup>
  809. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release-Dynamic|x64'">
  810. <Midl>
  811. <TargetEnvironment>X64</TargetEnvironment>
  812. </Midl>
  813. <ClCompile>
  814. <AdditionalOptions>/wd4305 /wd4456 /wd4530 /wd4100 /wd4244 /wd4715 /wd4127 /wd4005 %(AdditionalOptions)</AdditionalOptions>
  815. <AdditionalIncludeDirectories>.;../../webrtc_aec3/src;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  816. <PreprocessorDefinitions>_LIB;_WINDOWS;HAVE_CONFIG_H;WEBRTC_WIN;WEBRTC_APM_DEBUG_DUMP=0;NOMINMAX;_CRT_SECURE_NO_WARNINGS;_SILENCE_CXX17_RESULT_OF_DEPRECATION_WARNING;_USE_MATH_DEFINES;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  817. <PrecompiledHeaderOutputFile />
  818. <ExceptionHandling>false</ExceptionHandling>
  819. <LanguageStandard>stdcpp17</LanguageStandard>
  820. </ClCompile>
  821. <Lib>
  822. <OutputFile>..\..\lib\$(ProjectName)-$(TargetCPU)-$(Platform)-vc$(VSVer)-$(Configuration).lib</OutputFile>
  823. </Lib>
  824. </ItemDefinitionGroup>
  825. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release-Dynamic|ARM64'">
  826. <Midl />
  827. <ClCompile>
  828. <AdditionalOptions>/wd4305 /wd4456 /wd4530 /wd4100 /wd4244 /wd4715 /wd4127 /wd4005 %(AdditionalOptions)</AdditionalOptions>
  829. <AdditionalIncludeDirectories>.;../../webrtc_aec3/src;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  830. <PreprocessorDefinitions>_LIB;_WINDOWS;HAVE_CONFIG_H;WEBRTC_WIN;WEBRTC_APM_DEBUG_DUMP=0;NOMINMAX;_CRT_SECURE_NO_WARNINGS;_SILENCE_CXX17_RESULT_OF_DEPRECATION_WARNING;_USE_MATH_DEFINES;WEBRTC_HAS_NEON;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  831. <PrecompiledHeaderOutputFile>
  832. </PrecompiledHeaderOutputFile>
  833. <ExceptionHandling>false</ExceptionHandling>
  834. <LanguageStandard>stdcpp17</LanguageStandard>
  835. </ClCompile>
  836. <Lib>
  837. <OutputFile>..\..\lib\$(ProjectName)-$(TargetCPU)-$(Platform)-vc$(VSVer)-$(Configuration).lib</OutputFile>
  838. </Lib>
  839. </ItemDefinitionGroup>
  840. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug-Dynamic|x64'">
  841. <Midl>
  842. <TargetEnvironment>X64</TargetEnvironment>
  843. </Midl>
  844. <ClCompile>
  845. <AdditionalOptions>/wd4305 /wd4456 /wd4530 /wd4100 /wd4244 /wd4715 /wd4127 /wd4005 %(AdditionalOptions)</AdditionalOptions>
  846. <AdditionalIncludeDirectories>.;../../webrtc_aec3/src;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  847. <PreprocessorDefinitions>_LIB;_WINDOWS;HAVE_CONFIG_H;WEBRTC_WIN;WEBRTC_APM_DEBUG_DUMP=0;NOMINMAX;_CRT_SECURE_NO_WARNINGS;_SILENCE_CXX17_RESULT_OF_DEPRECATION_WARNING;_USE_MATH_DEFINES;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  848. <PrecompiledHeaderOutputFile />
  849. <ExceptionHandling>false</ExceptionHandling>
  850. <LanguageStandard>stdcpp17</LanguageStandard>
  851. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  852. </ClCompile>
  853. <Lib>
  854. <OutputFile>..\..\lib\$(ProjectName)-$(TargetCPU)-$(Platform)-vc$(VSVer)-$(Configuration).lib</OutputFile>
  855. </Lib>
  856. </ItemDefinitionGroup>
  857. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug-Dynamic|ARM64'">
  858. <Midl />
  859. <ClCompile>
  860. <AdditionalOptions>/wd4305 /wd4456 /wd4530 /wd4100 /wd4244 /wd4715 /wd4127 /wd4005 %(AdditionalOptions)</AdditionalOptions>
  861. <AdditionalIncludeDirectories>.;../../webrtc_aec3/src;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  862. <PreprocessorDefinitions>_LIB;_WINDOWS;HAVE_CONFIG_H;WEBRTC_WIN;WEBRTC_APM_DEBUG_DUMP=0;NOMINMAX;_CRT_SECURE_NO_WARNINGS;_SILENCE_CXX17_RESULT_OF_DEPRECATION_WARNING;_USE_MATH_DEFINES;WEBRTC_HAS_NEON;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  863. <PrecompiledHeaderOutputFile>
  864. </PrecompiledHeaderOutputFile>
  865. <ExceptionHandling>false</ExceptionHandling>
  866. <LanguageStandard>stdcpp17</LanguageStandard>
  867. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  868. </ClCompile>
  869. <Lib>
  870. <OutputFile>..\..\lib\$(ProjectName)-$(TargetCPU)-$(Platform)-vc$(VSVer)-$(Configuration).lib</OutputFile>
  871. </Lib>
  872. </ItemDefinitionGroup>
  873. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release-Static|x64'">
  874. <Midl>
  875. <TargetEnvironment>X64</TargetEnvironment>
  876. </Midl>
  877. <ClCompile>
  878. <AdditionalOptions>/wd4305 /wd4456 /wd4530 /wd4100 /wd4244 /wd4715 /wd4127 /wd4005 %(AdditionalOptions)</AdditionalOptions>
  879. <AdditionalIncludeDirectories>.;../../webrtc_aec3/src;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  880. <PreprocessorDefinitions>_LIB;_WINDOWS;HAVE_CONFIG_H;WEBRTC_WIN;WEBRTC_APM_DEBUG_DUMP=0;NOMINMAX;_CRT_SECURE_NO_WARNINGS;_SILENCE_CXX17_RESULT_OF_DEPRECATION_WARNING;_USE_MATH_DEFINES;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  881. <PrecompiledHeaderOutputFile />
  882. <ExceptionHandling>false</ExceptionHandling>
  883. <LanguageStandard>stdcpp17</LanguageStandard>
  884. </ClCompile>
  885. <Lib>
  886. <OutputFile>..\..\lib\$(ProjectName)-$(TargetCPU)-$(Platform)-vc$(VSVer)-$(Configuration).lib</OutputFile>
  887. </Lib>
  888. </ItemDefinitionGroup>
  889. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release-Static|ARM64'">
  890. <Midl />
  891. <ClCompile>
  892. <AdditionalOptions>/wd4305 /wd4456 /wd4530 /wd4100 /wd4244 /wd4715 /wd4127 /wd4005 %(AdditionalOptions)</AdditionalOptions>
  893. <AdditionalIncludeDirectories>.;../../webrtc_aec3/src;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  894. <PreprocessorDefinitions>_LIB;_WINDOWS;HAVE_CONFIG_H;WEBRTC_WIN;WEBRTC_APM_DEBUG_DUMP=0;NOMINMAX;_CRT_SECURE_NO_WARNINGS;_SILENCE_CXX17_RESULT_OF_DEPRECATION_WARNING;_USE_MATH_DEFINES;WEBRTC_HAS_NEON;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  895. <PrecompiledHeaderOutputFile>
  896. </PrecompiledHeaderOutputFile>
  897. <ExceptionHandling>false</ExceptionHandling>
  898. <LanguageStandard>stdcpp17</LanguageStandard>
  899. </ClCompile>
  900. <Lib>
  901. <OutputFile>..\..\lib\$(ProjectName)-$(TargetCPU)-$(Platform)-vc$(VSVer)-$(Configuration).lib</OutputFile>
  902. </Lib>
  903. </ItemDefinitionGroup>
  904. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  905. <ImportGroup Label="ExtensionTargets">
  906. </ImportGroup>
  907. </Project>