libavfilter.vcxproj 84.4 KB
Newer Older
M
Matt Oliver 已提交
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27
<?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="DebugDLL|Win32">
      <Configuration>DebugDLL</Configuration>
      <Platform>Win32</Platform>
    </ProjectConfiguration>
    <ProjectConfiguration Include="DebugDLL|x64">
      <Configuration>DebugDLL</Configuration>
      <Platform>x64</Platform>
    </ProjectConfiguration>
    <ProjectConfiguration Include="Debug|Win32">
      <Configuration>Debug</Configuration>
      <Platform>Win32</Platform>
    </ProjectConfiguration>
    <ProjectConfiguration Include="Debug|x64">
      <Configuration>Debug</Configuration>
      <Platform>x64</Platform>
    </ProjectConfiguration>
    <ProjectConfiguration Include="ReleaseDLL|Win32">
      <Configuration>ReleaseDLL</Configuration>
      <Platform>Win32</Platform>
    </ProjectConfiguration>
    <ProjectConfiguration Include="ReleaseDLL|x64">
      <Configuration>ReleaseDLL</Configuration>
      <Platform>x64</Platform>
    </ProjectConfiguration>
28 29
    <ProjectConfiguration Include="ReleaseDLLStaticDeps|Win32">
      <Configuration>ReleaseDLLStaticDeps</Configuration>
30 31
      <Platform>Win32</Platform>
    </ProjectConfiguration>
32 33
    <ProjectConfiguration Include="ReleaseDLLStaticDeps|x64">
      <Configuration>ReleaseDLLStaticDeps</Configuration>
34 35
      <Platform>x64</Platform>
    </ProjectConfiguration>
36 37
    <ProjectConfiguration Include="ReleaseDLLStaticDeps|Win32">
      <Configuration>ReleaseDLLStaticDeps</Configuration>
38 39
      <Platform>Win32</Platform>
    </ProjectConfiguration>
40 41
    <ProjectConfiguration Include="ReleaseDLLStaticDeps|x64">
      <Configuration>ReleaseDLLStaticDeps</Configuration>
42 43
      <Platform>x64</Platform>
    </ProjectConfiguration>
M
Matt Oliver 已提交
44 45 46 47 48 49 50 51 52
    <ProjectConfiguration Include="Release|Win32">
      <Configuration>Release</Configuration>
      <Platform>Win32</Platform>
    </ProjectConfiguration>
    <ProjectConfiguration Include="Release|x64">
      <Configuration>Release</Configuration>
      <Platform>x64</Platform>
    </ProjectConfiguration>
  </ItemGroup>
53 54 55 56 57 58 59 60 61
  <ItemGroup>
    <None Include=".\libavfilter.def" />
  </ItemGroup>
  <ItemGroup>
    <ResourceCompile Include="..\libavfilter\avfilterres.rc">
      <ExcludedFromBuild Condition="'$(Configuration)'=='Release'">true</ExcludedFromBuild>
      <ExcludedFromBuild Condition="'$(Configuration)'=='Debug'">true</ExcludedFromBuild>
    </ResourceCompile>
  </ItemGroup>
62
  <ItemGroup>
63
    <NASM Include="..\libavfilter\x86\scene_sad.asm" />
64
    <NASM Include="..\libavfilter\x86\af_afir.asm" />
65
    <NASM Include="..\libavfilter\x86\af_anlmdn.asm" />
66 67 68
    <NASM Include="..\libavfilter\x86\vf_blend.asm" />
    <NASM Include="..\libavfilter\x86\vf_bwdif.asm" />
    <NASM Include="..\libavfilter\x86\colorspacedsp.asm" />
69
    <NASM Include="..\libavfilter\x86\vf_convolution.asm" />
70
    <NASM Include="..\libavfilter\x86\vf_framerate.asm" />
71
    <NASM Include="..\libavfilter\x86\vf_fspp.asm" />
72
    <NASM Include="..\libavfilter\x86\vf_gblur.asm" />
73 74 75 76 77 78 79
    <NASM Include="..\libavfilter\x86\vf_gradfun.asm" />
    <NASM Include="..\libavfilter\x86\vf_hflip.asm" />
    <NASM Include="..\libavfilter\x86\vf_hqdn3d.asm" />
    <NASM Include="..\libavfilter\x86\vf_idet.asm" />
    <NASM Include="..\libavfilter\x86\vf_interlace.asm" />
    <NASM Include="..\libavfilter\x86\vf_limiter.asm" />
    <NASM Include="..\libavfilter\x86\vf_maskedmerge.asm" />
80
    <NASM Include="..\libavfilter\x86\vf_overlay.asm" />
81 82 83 84 85 86 87 88 89 90 91 92 93
    <NASM Include="..\libavfilter\x86\vf_pp7.asm" />
    <NASM Include="..\libavfilter\x86\vf_psnr.asm" />
    <NASM Include="..\libavfilter\x86\vf_pullup.asm" />
    <NASM Include="..\libavfilter\x86\vf_removegrain.asm" />
    <NASM Include="..\libavfilter\x86\avf_showcqt.asm" />
    <NASM Include="..\libavfilter\x86\vf_ssim.asm" />
    <NASM Include="..\libavfilter\x86\vf_stereo3d.asm" />
    <NASM Include="..\libavfilter\x86\vf_threshold.asm" />
    <NASM Include="..\libavfilter\x86\af_volume.asm" />
    <NASM Include="..\libavfilter\x86\vf_w3fdif.asm" />
    <NASM Include="..\libavfilter\x86\vf_yadif.asm" />
    <NASM Include="..\libavfilter\x86\yadif-16.asm" />
    <NASM Include="..\libavfilter\x86\yadif-10.asm" />
94
  </ItemGroup>
M
Matt Oliver 已提交
95
  <ItemGroup>
96 97 98 99 100 101 102 103 104
    <ClCompile Include="..\libavfilter\allfilters.c" />
    <ClCompile Include="..\libavfilter\audio.c" />
    <ClCompile Include="..\libavfilter\avfilter.c" />
    <ClCompile Include="..\libavfilter\avfiltergraph.c" />
    <ClCompile Include="..\libavfilter\buffersink.c" />
    <ClCompile Include="..\libavfilter\buffersrc.c" />
    <ClCompile Include="..\libavfilter\drawutils.c" />
    <ClCompile Include="..\libavfilter\fifo.c" />
    <ClCompile Include="..\libavfilter\formats.c" />
105
    <ClCompile Include="..\libavfilter\framepool.c" />
106
    <ClCompile Include="..\libavfilter\framequeue.c" />
107 108 109 110
    <ClCompile Include="..\libavfilter\graphdump.c" />
    <ClCompile Include="..\libavfilter\graphparser.c" />
    <ClCompile Include="..\libavfilter\transform.c" />
    <ClCompile Include="..\libavfilter\video.c" />
111
    <ClCompile Include="..\libavfilter\pthread.c" />
112
    <ClCompile Include="..\libavfilter\qsvvpp.c" />
113
    <ClCompile Include="..\libavfilter\f_bench.c" />
114
    <ClCompile Include="..\libavfilter\af_sidechaincompress.c" />
115
    <ClCompile Include="..\libavfilter\af_acontrast.c" />
116
    <ClCompile Include="..\libavfilter\af_acopy.c" />
117
    <ClCompile Include="..\libavfilter\af_afade.c" />
118
    <ClCompile Include="..\libavfilter\af_acrossover.c" />
119
    <ClCompile Include="..\libavfilter\af_acrusher.c" />
120
    <ClCompile Include="..\libavfilter\f_cue.c" />
121
    <ClCompile Include="..\libavfilter\af_adeclick.c" />
122
    <ClCompile Include="..\libavfilter\af_adelay.c" />
123
    <ClCompile Include="..\libavfilter\af_aderivative.c" />
124
    <ClCompile Include="..\libavfilter\af_aecho.c" />
125
    <ClCompile Include="..\libavfilter\af_aemphasis.c" />
126
    <ClCompile Include="..\libavfilter\aeval.c" />
127
    <ClCompile Include="..\libavfilter\af_afftdn.c" />
128
    <ClCompile Include="..\libavfilter\af_afftfilt.c" />
129 130
    <ClCompile Include="..\libavfilter\af_aformat.c" />
    <ClCompile Include="..\libavfilter\af_agate.c" />
131
    <ClCompile Include="..\libavfilter\af_aiir.c" />
132 133 134
    <ClCompile Include="..\libavfilter\f_interleave.c" />
    <ClCompile Include="..\libavfilter\af_alimiter.c" />
    <ClCompile Include="..\libavfilter\af_biquads.c" />
135
    <ClCompile Include="..\libavfilter\f_loop.c" />
136
    <ClCompile Include="..\libavfilter\af_amerge.c" />
137
    <ClCompile Include="..\libavfilter\f_metadata.c" />
138
    <ClCompile Include="..\libavfilter\af_amix.c" />
139
    <ClCompile Include="..\libavfilter\af_amultiply.c" />
140
    <ClCompile Include="..\libavfilter\af_anequalizer.c" />
141 142 143 144 145
    <ClCompile Include="..\libavfilter\af_anull.c" />
    <ClCompile Include="..\libavfilter\af_apad.c" />
    <ClCompile Include="..\libavfilter\f_perms.c" />
    <ClCompile Include="..\libavfilter\af_aphaser.c" />
    <ClCompile Include="..\libavfilter\generate_wave_table.c" />
146
    <ClCompile Include="..\libavfilter\af_apulsator.c" />
147
    <ClCompile Include="..\libavfilter\f_realtime.c" />
148 149 150 151 152 153 154 155 156
    <ClCompile Include="..\libavfilter\af_aresample.c" />
    <ClCompile Include="..\libavfilter\f_reverse.c" />
    <ClCompile Include="..\libavfilter\f_select.c" />
    <ClCompile Include="..\libavfilter\f_sendcmd.c" />
    <ClCompile Include="..\libavfilter\af_asetnsamples.c" />
    <ClCompile Include="..\libavfilter\setpts.c" />
    <ClCompile Include="..\libavfilter\af_asetrate.c" />
    <ClCompile Include="..\libavfilter\settb.c" />
    <ClCompile Include="..\libavfilter\af_ashowinfo.c" />
157
    <ClCompile Include="..\libavfilter\f_sidedata.c" />
158
    <ClCompile Include="..\libavfilter\af_asoftclip.c" />
159 160
    <ClCompile Include="..\libavfilter\split.c" />
    <ClCompile Include="..\libavfilter\af_astats.c" />
161
    <ClCompile Include="..\libavfilter\f_streamselect.c" />
162
    <ClCompile Include="..\libavfilter\framesync.c" />
163 164 165 166 167 168
    <ClCompile Include="..\libavfilter\af_atempo.c" />
    <ClCompile Include="..\libavfilter\trim.c" />
    <ClCompile Include="..\libavfilter\af_channelmap.c" />
    <ClCompile Include="..\libavfilter\af_channelsplit.c" />
    <ClCompile Include="..\libavfilter\af_chorus.c" />
    <ClCompile Include="..\libavfilter\af_compand.c" />
169
    <ClCompile Include="..\libavfilter\af_compensationdelay.c" />
170
    <ClCompile Include="..\libavfilter\af_crossfeed.c" />
171
    <ClCompile Include="..\libavfilter\af_crystalizer.c" />
172
    <ClCompile Include="..\libavfilter\af_dcshift.c" />
173
    <ClCompile Include="..\libavfilter\af_deesser.c" />
174
    <ClCompile Include="..\libavfilter\af_drmeter.c" />
175 176 177 178
    <ClCompile Include="..\libavfilter\af_dynaudnorm.c" />
    <ClCompile Include="..\libavfilter\af_earwax.c" />
    <ClCompile Include="..\libavfilter\f_ebur128.c" />
    <ClCompile Include="..\libavfilter\af_extrastereo.c" />
179
    <ClCompile Include="..\libavfilter\af_firequalizer.c" />
180
    <ClCompile Include="..\libavfilter\af_flanger.c" />
181
    <ClCompile Include="..\libavfilter\af_haas.c" />
182
    <ClCompile Include="..\libavfilter\af_hdcd.c" />
183
    <ClCompile Include="..\libavfilter\af_headphone.c" />
184
    <ClCompile Include="..\libavfilter\af_join.c" />
185 186
    <ClCompile Include="..\libavfilter\af_loudnorm.c" />
    <ClCompile Include="..\libavfilter\ebur128.c" />
187
    <ClCompile Include="..\libavfilter\af_mcompand.c" />
188 189 190 191 192 193
    <ClCompile Include="..\libavfilter\af_pan.c" />
    <ClCompile Include="..\libavfilter\af_replaygain.c" />
    <ClCompile Include="..\libavfilter\af_silencedetect.c" />
    <ClCompile Include="..\libavfilter\af_silenceremove.c" />
    <ClCompile Include="..\libavfilter\af_stereotools.c" />
    <ClCompile Include="..\libavfilter\af_stereowiden.c" />
194
    <ClCompile Include="..\libavfilter\af_superequalizer.c" />
195
    <ClCompile Include="..\libavfilter\af_surround.c" />
196
    <ClCompile Include="..\libavfilter\af_tremolo.c" />
197
    <ClCompile Include="..\libavfilter\af_vibrato.c" />
198
    <ClCompile Include="..\libavfilter\af_volumedetect.c" />
199
    <ClCompile Include="..\libavfilter\asrc_anoisesrc.c" />
200
    <ClCompile Include="..\libavfilter\asrc_anullsrc.c" />
201
    <ClCompile Include="..\libavfilter\asrc_hilbert.c" />
202
    <ClCompile Include="..\libavfilter\asrc_sinc.c" />
203 204
    <ClCompile Include="..\libavfilter\asrc_sine.c" />
    <ClCompile Include="..\libavfilter\asink_anullsink.c" />
205
    <ClCompile Include="..\libavfilter\vf_addroi.c" />
206 207
    <ClCompile Include="..\libavfilter\vf_extractplanes.c" />
    <ClCompile Include="..\libavfilter\vf_alphamerge.c" />
208
    <ClCompile Include="..\libavfilter\vf_amplify.c" />
209
    <ClCompile Include="..\libavfilter\vf_subtitles.c" />
210
    <ClCompile Include="..\libavfilter\vf_atadenoise.c" />
211
    <ClCompile Include="..\libavfilter\vf_avgblur.c" />
212 213
    <ClCompile Include="..\libavfilter\bbox.c" />
    <ClCompile Include="..\libavfilter\vf_bbox.c" />
214
    <ClCompile Include="..\libavfilter\vf_bitplanenoise.c" />
215 216
    <ClCompile Include="..\libavfilter\vf_blackdetect.c" />
    <ClCompile Include="..\libavfilter\vf_blackframe.c" />
217
    <ClCompile Include="..\libavfilter\vf_bm3d.c" />
218
    <ClCompile Include="..\libavfilter\vf_boxblur.c" />
219
    <ClCompile Include="..\libavfilter\boxblur.c" />
220
    <ClCompile Include="..\libavfilter\yadif_common.c" />
221
    <ClCompile Include="..\libavfilter\vf_chromakey.c" />
222
    <ClCompile Include="..\libavfilter\vf_chromashift.c" />
223
    <ClCompile Include="..\libavfilter\vf_ciescope.c" />
224 225 226 227 228 229
    <ClCompile Include="..\libavfilter\vf_codecview.c" />
    <ClCompile Include="..\libavfilter\vf_colorbalance.c" />
    <ClCompile Include="..\libavfilter\vf_colorchannelmixer.c" />
    <ClCompile Include="..\libavfilter\vf_colorkey.c" />
    <ClCompile Include="..\libavfilter\vf_colorlevels.c" />
    <ClCompile Include="..\libavfilter\vf_colormatrix.c" />
230
    <ClCompile Include="..\libavfilter\vf_colorspace.c" />
231
    <ClCompile Include="..\libavfilter\colorspace.c" />
232
    <ClCompile Include="..\libavfilter\vf_convolve.c" />
233 234 235 236 237 238
    <ClCompile Include="..\libavfilter\vf_copy.c" />
    <ClCompile Include="..\libavfilter\vf_cover_rect.c" />
    <ClCompile Include="..\libavfilter\lavfutils.c" />
    <ClCompile Include="..\libavfilter\vf_crop.c" />
    <ClCompile Include="..\libavfilter\vf_cropdetect.c" />
    <ClCompile Include="..\libavfilter\vf_curves.c" />
M
Matt Oliver 已提交
239
    <ClCompile Include="..\libavfilter\vf_datascope.c" />
240 241
    <ClCompile Include="..\libavfilter\vf_dctdnoiz.c" />
    <ClCompile Include="..\libavfilter\vf_deband.c" />
242
    <ClCompile Include="..\libavfilter\vf_deblock.c" />
243
    <ClCompile Include="..\libavfilter\vf_decimate.c" />
244
    <ClCompile Include="..\libavfilter\vf_derain.c" />
245
    <ClCompile Include="..\libavfilter\vf_dedot.c" />
246
    <ClCompile Include="..\libavfilter\vf_neighbor.c" />
247
    <ClCompile Include="..\libavfilter\vf_deflicker.c" />
248
    <ClCompile Include="..\libavfilter\vf_deinterlace_qsv.c" />
249 250 251
    <ClCompile Include="..\libavfilter\vf_dejudder.c" />
    <ClCompile Include="..\libavfilter\vf_delogo.c" />
    <ClCompile Include="..\libavfilter\vf_deshake.c" />
252
    <ClCompile Include="..\libavfilter\vf_despill.c" />
253 254
    <ClCompile Include="..\libavfilter\vf_detelecine.c" />
    <ClCompile Include="..\libavfilter\vf_displace.c" />
255
    <ClCompile Include="..\libavfilter\vf_weave.c" />
256 257 258 259
    <ClCompile Include="..\libavfilter\vf_drawbox.c" />
    <ClCompile Include="..\libavfilter\f_drawgraph.c" />
    <ClCompile Include="..\libavfilter\vf_drawtext.c" />
    <ClCompile Include="..\libavfilter\vf_edgedetect.c" />
260
    <ClCompile Include="..\libavfilter\vf_elbg.c" />
261
    <ClCompile Include="..\libavfilter\vf_entropy.c" />
262 263
    <ClCompile Include="..\libavfilter\vf_eq.c" />
    <ClCompile Include="..\libavfilter\vf_fade.c" />
264
    <ClCompile Include="..\libavfilter\vf_fftdnoiz.c" />
265 266
    <ClCompile Include="..\libavfilter\vf_fftfilt.c" />
    <ClCompile Include="..\libavfilter\vf_field.c" />
267
    <ClCompile Include="..\libavfilter\vf_fieldhint.c" />
268 269
    <ClCompile Include="..\libavfilter\vf_fieldmatch.c" />
    <ClCompile Include="..\libavfilter\vf_fieldorder.c" />
270
    <ClCompile Include="..\libavfilter\vf_fillborders.c" />
271
    <ClCompile Include="..\libavfilter\vf_find_rect.c" />
272
    <ClCompile Include="..\libavfilter\vf_floodfill.c" />
273 274 275 276
    <ClCompile Include="..\libavfilter\vf_format.c" />
    <ClCompile Include="..\libavfilter\vf_fps.c" />
    <ClCompile Include="..\libavfilter\vf_framepack.c" />
    <ClCompile Include="..\libavfilter\vf_framestep.c" />
277
    <ClCompile Include="..\libavfilter\vf_freezedetect.c" />
278
    <ClCompile Include="..\libavfilter\vf_geq.c" />
279
    <ClCompile Include="..\libavfilter\f_graphmonitor.c" />
280
    <ClCompile Include="..\libavfilter\vf_colorconstancy.c" />
281 282 283 284 285 286
    <ClCompile Include="..\libavfilter\vf_lut3d.c" />
    <ClCompile Include="..\libavfilter\vf_histeq.c" />
    <ClCompile Include="..\libavfilter\vf_histogram.c" />
    <ClCompile Include="..\libavfilter\vf_hqx.c" />
    <ClCompile Include="..\libavfilter\vf_stack.c" />
    <ClCompile Include="..\libavfilter\vf_hue.c" />
287
    <ClCompile Include="..\libavfilter\vf_hwdownload.c" />
288
    <ClCompile Include="..\libavfilter\vf_hwmap.c" />
289
    <ClCompile Include="..\libavfilter\vf_hwupload_cuda.c" />
290
    <ClCompile Include="..\libavfilter\vf_hwupload.c" />
291
    <ClCompile Include="..\libavfilter\vf_hysteresis.c" />
292
    <ClCompile Include="..\libavfilter\vf_il.c" />
293
    <ClCompile Include="..\libavfilter\vf_tinterlace.c" />
294
    <ClCompile Include="..\libavfilter\vf_kerndeint.c" />
295
    <ClCompile Include="..\libavfilter\vf_lagfun.c" />
296
    <ClCompile Include="..\libavfilter\vf_lenscorrection.c" />
297
    <ClCompile Include="..\libavfilter\vf_lumakey.c" />
298
    <ClCompile Include="..\libavfilter\vf_lut.c" />
299 300
    <ClCompile Include="..\libavfilter\vf_lut2.c" />
    <ClCompile Include="..\libavfilter\vf_maskedclamp.c" />
301
    <ClCompile Include="..\libavfilter\vf_maskfun.c" />
302 303
    <ClCompile Include="..\libavfilter\vf_mcdeint.c" />
    <ClCompile Include="..\libavfilter\vf_mergeplanes.c" />
304 305
    <ClCompile Include="..\libavfilter\vf_mestimate.c" />
    <ClCompile Include="..\libavfilter\motion_estimation.c" />
306
    <ClCompile Include="..\libavfilter\vf_midequalizer.c" />
307
    <ClCompile Include="..\libavfilter\vf_minterpolate.c" />
308
    <ClCompile Include="..\libavfilter\vf_mix.c" />
309
    <ClCompile Include="..\libavfilter\vf_mpdecimate.c" />
310
    <ClCompile Include="..\libavfilter\vf_nlmeans.c" />
311
    <ClCompile Include="..\libavfilter\vf_nnedi.c" />
312
    <ClCompile Include="..\libavfilter\vf_noise.c" />
313
    <ClCompile Include="..\libavfilter\vf_normalize.c" />
314
    <ClCompile Include="..\libavfilter\vf_null.c" />
315
    <ClCompile Include="..\libavfilter\vf_overlay_qsv.c" />
316 317 318 319 320 321 322 323
    <ClCompile Include="..\libavfilter\vf_owdenoise.c" />
    <ClCompile Include="..\libavfilter\vf_pad.c" />
    <ClCompile Include="..\libavfilter\vf_palettegen.c" />
    <ClCompile Include="..\libavfilter\vf_paletteuse.c" />
    <ClCompile Include="..\libavfilter\vf_perspective.c" />
    <ClCompile Include="..\libavfilter\vf_phase.c" />
    <ClCompile Include="..\libavfilter\vf_pixdesctest.c" />
    <ClCompile Include="..\libavfilter\vf_pp.c" />
324
    <ClCompile Include="..\libavfilter\vf_premultiply.c" />
325
    <ClCompile Include="..\libavfilter\vf_pseudocolor.c" />
326 327
    <ClCompile Include="..\libavfilter\vf_qp.c" />
    <ClCompile Include="..\libavfilter\vf_random.c" />
328
    <ClCompile Include="..\libavfilter\vf_readeia608.c" />
329 330
    <ClCompile Include="..\libavfilter\vf_readvitc.c" />
    <ClCompile Include="..\libavfilter\vf_remap.c" />
331 332 333 334 335 336
    <ClCompile Include="..\libavfilter\lswsutils.c" />
    <ClCompile Include="..\libavfilter\vf_removelogo.c" />
    <ClCompile Include="..\libavfilter\vf_repeatfields.c" />
    <ClCompile Include="..\libavfilter\vf_rotate.c" />
    <ClCompile Include="..\libavfilter\vf_sab.c" />
    <ClCompile Include="..\libavfilter\vf_scale.c" />
337
    <ClCompile Include="..\libavfilter\scale.c" />
338
    <ClCompile Include="..\libavfilter\vf_scale_qsv.c" />
339
    <ClCompile Include="..\libavfilter\vf_selectivecolor.c" />
340
    <ClCompile Include="..\libavfilter\vf_separatefields.c" />
341
    <ClCompile Include="..\libavfilter\vf_aspect.c" />
342
    <ClCompile Include="..\libavfilter\vf_setparams.c" />
343 344 345 346 347
    <ClCompile Include="..\libavfilter\vf_showinfo.c" />
    <ClCompile Include="..\libavfilter\vf_showpalette.c" />
    <ClCompile Include="..\libavfilter\vf_shuffleframes.c" />
    <ClCompile Include="..\libavfilter\vf_shuffleplanes.c" />
    <ClCompile Include="..\libavfilter\vf_signalstats.c" />
348
    <ClCompile Include="..\libavfilter\vf_signature.c" />
349 350
    <ClCompile Include="..\libavfilter\vf_smartblur.c" />
    <ClCompile Include="..\libavfilter\vf_spp.c" />
351
    <ClCompile Include="..\libavfilter\vf_sr.c" />
352
    <ClCompile Include="..\libavfilter\vf_super2xsai.c" />
353
    <ClCompile Include="..\libavfilter\vf_swaprect.c" />
354 355 356 357
    <ClCompile Include="..\libavfilter\vf_swapuv.c" />
    <ClCompile Include="..\libavfilter\vf_telecine.c" />
    <ClCompile Include="..\libavfilter\vf_thumbnail.c" />
    <ClCompile Include="..\libavfilter\vf_tile.c" />
358
    <ClCompile Include="..\libavfilter\vf_tonemap.c" />
359
    <ClCompile Include="..\libavfilter\vf_tpad.c" />
360 361 362
    <ClCompile Include="..\libavfilter\vf_transpose.c" />
    <ClCompile Include="..\libavfilter\vf_unsharp.c" />
    <ClCompile Include="..\libavfilter\vf_uspp.c" />
363
    <ClCompile Include="..\libavfilter\vf_vaguedenoiser.c" />
364 365
    <ClCompile Include="..\libavfilter\vf_vectorscope.c" />
    <ClCompile Include="..\libavfilter\vf_vflip.c" />
366
    <ClCompile Include="..\libavfilter\vf_vfrdet.c" />
367
    <ClCompile Include="..\libavfilter\vf_vibrance.c" />
368
    <ClCompile Include="..\libavfilter\vf_vignette.c" />
369
    <ClCompile Include="..\libavfilter\vf_vmafmotion.c" />
370
    <ClCompile Include="..\libavfilter\vf_vpp_qsv.c" />
371 372
    <ClCompile Include="..\libavfilter\vf_waveform.c" />
    <ClCompile Include="..\libavfilter\vf_xbr.c" />
373
    <ClCompile Include="..\libavfilter\vf_xmedian.c" />
374 375 376 377 378 379
    <ClCompile Include="..\libavfilter\vf_zoompan.c" />
    <ClCompile Include="..\libavfilter\vsrc_testsrc.c" />
    <ClCompile Include="..\libavfilter\vsrc_cellauto.c" />
    <ClCompile Include="..\libavfilter\vsrc_life.c" />
    <ClCompile Include="..\libavfilter\vsrc_mandelbrot.c" />
    <ClCompile Include="..\libavfilter\vsrc_mptestsrc.c" />
380
    <ClCompile Include="..\libavfilter\vsink_nullsink.c" />
381
    <ClCompile Include="..\libavfilter\avf_abitscope.c" />
382
    <ClCompile Include="..\libavfilter\avf_ahistogram.c" />
383 384 385 386
    <ClCompile Include="..\libavfilter\avf_aphasemeter.c" />
    <ClCompile Include="..\libavfilter\avf_avectorscope.c" />
    <ClCompile Include="..\libavfilter\avf_concat.c" />
    <ClCompile Include="..\libavfilter\avf_showfreqs.c" />
387
    <ClCompile Include="..\libavfilter\avf_showspatial.c" />
388 389 390
    <ClCompile Include="..\libavfilter\avf_showspectrum.c" />
    <ClCompile Include="..\libavfilter\avf_showvolume.c" />
    <ClCompile Include="..\libavfilter\avf_showwaves.c" />
391
    <ClCompile Include="..\libavfilter\vaf_spectrumsynth.c" />
392
    <ClCompile Include="..\libavfilter\src_movie.c" />
393 394 395
    <ClCompile Include="..\libavfilter\dnn\dnn_interface.c" />
    <ClCompile Include="..\libavfilter\dnn\dnn_backend_native.c" />
    <ClCompile Include="..\libavfilter\dnn\dnn_backend_native_layer_pad.c" />
396
    <ClCompile Include="..\libavfilter\x86\scene_sad_init.c" />
397
    <ClCompile Include="..\libavfilter\x86\af_afir_init.c" />
398
    <ClCompile Include="..\libavfilter\x86\af_anlmdn_init.c" />
399
    <ClCompile Include="..\libavfilter\x86\vf_blend_init.c" />
400
    <ClCompile Include="..\libavfilter\x86\vf_bwdif_init.c" />
401
    <ClCompile Include="..\libavfilter\x86\colorspacedsp_init.c" />
402
    <ClCompile Include="..\libavfilter\x86\vf_convolution_init.c" />
403
    <ClCompile Include="..\libavfilter\x86\vf_fspp_init.c" />
404
    <ClCompile Include="..\libavfilter\x86\vf_gblur_init.c" />
405
    <ClCompile Include="..\libavfilter\x86\vf_gradfun_init.c" />
406
    <ClCompile Include="..\libavfilter\x86\vf_framerate_init.c" />
407
    <ClCompile Include="..\libavfilter\x86\vf_hflip_init.c" />
408 409
    <ClCompile Include="..\libavfilter\x86\vf_hqdn3d_init.c" />
    <ClCompile Include="..\libavfilter\x86\vf_idet_init.c" />
410
    <ClCompile Include="..\libavfilter\x86\vf_tinterlace_init.c" />
411
    <ClCompile Include="..\libavfilter\x86\vf_limiter_init.c" />
412
    <ClCompile Include="..\libavfilter\x86\vf_maskedmerge_init.c" />
413
    <ClCompile Include="..\libavfilter\x86\vf_overlay_init.c" />
414 415 416 417
    <ClCompile Include="..\libavfilter\x86\vf_pp7_init.c" />
    <ClCompile Include="..\libavfilter\x86\vf_psnr_init.c" />
    <ClCompile Include="..\libavfilter\x86\vf_pullup_init.c" />
    <ClCompile Include="..\libavfilter\x86\vf_removegrain_init.c" />
418
    <ClCompile Include="..\libavfilter\x86\avf_showcqt_init.c" />
419 420
    <ClCompile Include="..\libavfilter\x86\vf_ssim_init.c" />
    <ClCompile Include="..\libavfilter\x86\vf_stereo3d_init.c" />
421
    <ClCompile Include="..\libavfilter\x86\vf_threshold_init.c" />
422 423 424
    <ClCompile Include="..\libavfilter\x86\af_volume_init.c" />
    <ClCompile Include="..\libavfilter\x86\vf_w3fdif_init.c" />
    <ClCompile Include="..\libavfilter\x86\vf_yadif_init.c" />
425
    <ClCompile Include="libavfilter\log2_tab_wrap.c" />
426
    <ClCompile Include="libavfilter\dce_defs.c" />
427 428 429
    <ClCompile Include="..\libavfilter\scene_sad.c">
      <ObjectFileName>$(IntDir)\libavfilter_scene_sad.obj</ObjectFileName>
    </ClCompile>
430 431 432
    <ClCompile Include="..\libavfilter\af_afir.c">
      <ObjectFileName>$(IntDir)\libavfilter_af_afir.obj</ObjectFileName>
    </ClCompile>
433 434 435
    <ClCompile Include="..\libavfilter\af_anlmdn.c">
      <ObjectFileName>$(IntDir)\libavfilter_af_anlmdn.obj</ObjectFileName>
    </ClCompile>
436 437 438 439 440 441 442 443 444 445 446 447
    <ClCompile Include="..\libavfilter\af_volume.c">
      <ObjectFileName>$(IntDir)\libavfilter_af_volume.obj</ObjectFileName>
    </ClCompile>
    <ClCompile Include="..\libavfilter\vf_blend.c">
      <ObjectFileName>$(IntDir)\libavfilter_vf_blend.obj</ObjectFileName>
    </ClCompile>
    <ClCompile Include="..\libavfilter\vf_bwdif.c">
      <ObjectFileName>$(IntDir)\libavfilter_vf_bwdif.obj</ObjectFileName>
    </ClCompile>
    <ClCompile Include="..\libavfilter\colorspacedsp.c">
      <ObjectFileName>$(IntDir)\libavfilter_colorspacedsp.obj</ObjectFileName>
    </ClCompile>
448 449 450
    <ClCompile Include="..\libavfilter\vf_convolution.c">
      <ObjectFileName>$(IntDir)\libavfilter_vf_convolution.obj</ObjectFileName>
    </ClCompile>
451 452 453
    <ClCompile Include="..\libavfilter\vf_framerate.c">
      <ObjectFileName>$(IntDir)\libavfilter_vf_framerate.obj</ObjectFileName>
    </ClCompile>
454 455 456
    <ClCompile Include="..\libavfilter\vf_fspp.c">
      <ObjectFileName>$(IntDir)\libavfilter_vf_fspp.obj</ObjectFileName>
    </ClCompile>
457 458 459
    <ClCompile Include="..\libavfilter\vf_gblur.c">
      <ObjectFileName>$(IntDir)\libavfilter_vf_gblur.obj</ObjectFileName>
    </ClCompile>
460 461 462
    <ClCompile Include="..\libavfilter\vf_gradfun.c">
      <ObjectFileName>$(IntDir)\libavfilter_vf_gradfun.obj</ObjectFileName>
    </ClCompile>
463 464 465
    <ClCompile Include="..\libavfilter\vf_hflip.c">
      <ObjectFileName>$(IntDir)\libavfilter_vf_hflip.obj</ObjectFileName>
    </ClCompile>
466 467 468 469 470 471
    <ClCompile Include="..\libavfilter\vf_hqdn3d.c">
      <ObjectFileName>$(IntDir)\libavfilter_vf_hqdn3d.obj</ObjectFileName>
    </ClCompile>
    <ClCompile Include="..\libavfilter\vf_idet.c">
      <ObjectFileName>$(IntDir)\libavfilter_vf_idet.obj</ObjectFileName>
    </ClCompile>
472 473 474
    <ClCompile Include="..\libavfilter\vf_limiter.c">
      <ObjectFileName>$(IntDir)\libavfilter_vf_limiter.obj</ObjectFileName>
    </ClCompile>
475 476 477
    <ClCompile Include="..\libavfilter\vf_maskedmerge.c">
      <ObjectFileName>$(IntDir)\libavfilter_vf_maskedmerge.obj</ObjectFileName>
    </ClCompile>
478 479 480
    <ClCompile Include="..\libavfilter\vf_overlay.c">
      <ObjectFileName>$(IntDir)\libavfilter_vf_overlay.obj</ObjectFileName>
    </ClCompile>
481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498
    <ClCompile Include="..\libavfilter\vf_pp7.c">
      <ObjectFileName>$(IntDir)\libavfilter_vf_pp7.obj</ObjectFileName>
    </ClCompile>
    <ClCompile Include="..\libavfilter\vf_psnr.c">
      <ObjectFileName>$(IntDir)\libavfilter_vf_psnr.obj</ObjectFileName>
    </ClCompile>
    <ClCompile Include="..\libavfilter\vf_pullup.c">
      <ObjectFileName>$(IntDir)\libavfilter_vf_pullup.obj</ObjectFileName>
    </ClCompile>
    <ClCompile Include="..\libavfilter\vf_removegrain.c">
      <ObjectFileName>$(IntDir)\libavfilter_vf_removegrain.obj</ObjectFileName>
    </ClCompile>
    <ClCompile Include="..\libavfilter\vf_ssim.c">
      <ObjectFileName>$(IntDir)\libavfilter_vf_ssim.obj</ObjectFileName>
    </ClCompile>
    <ClCompile Include="..\libavfilter\vf_stereo3d.c">
      <ObjectFileName>$(IntDir)\libavfilter_vf_stereo3d.obj</ObjectFileName>
    </ClCompile>
499 500 501
    <ClCompile Include="..\libavfilter\vf_threshold.c">
      <ObjectFileName>$(IntDir)\libavfilter_vf_threshold.obj</ObjectFileName>
    </ClCompile>
502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519
    <ClCompile Include="..\libavfilter\vf_w3fdif.c">
      <ObjectFileName>$(IntDir)\libavfilter_vf_w3fdif.obj</ObjectFileName>
    </ClCompile>
    <ClCompile Include="..\libavfilter\vf_yadif.c">
      <ObjectFileName>$(IntDir)\libavfilter_vf_yadif.obj</ObjectFileName>
    </ClCompile>
    <ClCompile Include="..\libavfilter\avf_showcqt.c">
      <ObjectFileName>$(IntDir)\libavfilter_avf_showcqt.obj</ObjectFileName>
    </ClCompile>
    <ClCompile Include="..\libavfilter\x86\vf_eq.c">
      <ObjectFileName>$(IntDir)\libavfilter_x86_vf_eq.obj</ObjectFileName>
    </ClCompile>
    <ClCompile Include="..\libavfilter\x86\vf_noise.c">
      <ObjectFileName>$(IntDir)\libavfilter_x86_vf_noise.obj</ObjectFileName>
    </ClCompile>
    <ClCompile Include="..\libavfilter\x86\vf_spp.c">
      <ObjectFileName>$(IntDir)\libavfilter_x86_vf_spp.obj</ObjectFileName>
    </ClCompile>
M
Matt Oliver 已提交
520 521 522 523 524 525 526 527
  </ItemGroup>
  <ItemGroup>
    <ClInclude Include="..\libavfilter\avfilter.h" />
    <ClInclude Include="..\libavfilter\buffersink.h" />
    <ClInclude Include="..\libavfilter\buffersrc.h" />
    <ClInclude Include="..\libavfilter\version.h" />
  </ItemGroup>
  <PropertyGroup Label="Globals">
528
    <ProjectGuid>{BC2E1028-66CD-41A0-AF90-EEBD8CC52787}</ProjectGuid>
M
Matt Oliver 已提交
529
    <RootNamespace>libavfilter</RootNamespace>
530
    <WindowsTargetPlatformVersion Condition="'$(WindowsTargetPlatformVersion)' != ''">$(WindowsTargetPlatformVersion)</WindowsTargetPlatformVersion>
M
Matt Oliver 已提交
531 532 533 534 535
  </PropertyGroup>
  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
    <ConfigurationType>StaticLibrary</ConfigurationType>
    <UseDebugLibraries>true</UseDebugLibraries>
536 537
    <PlatformToolset Condition="'$(VisualStudioVersion)'=='12.0'">v120</PlatformToolset>
    <PlatformToolset Condition="'$(VisualStudioVersion)'=='14.0'">v140</PlatformToolset>
538
    <PlatformToolset Condition="'$(VisualStudioVersion)'=='15.0'">v141</PlatformToolset>
539 540
    <PlatformToolset Condition="'$(VisualStudioVersion)'=='16.0'">v142</PlatformToolset>
    <CharacterSet>Unicode</CharacterSet>
M
Matt Oliver 已提交
541 542 543 544
  </PropertyGroup>
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
    <ConfigurationType>StaticLibrary</ConfigurationType>
    <UseDebugLibraries>true</UseDebugLibraries>
545 546
    <PlatformToolset Condition="'$(VisualStudioVersion)'=='12.0'">v120</PlatformToolset>
    <PlatformToolset Condition="'$(VisualStudioVersion)'=='14.0'">v140</PlatformToolset>
547
    <PlatformToolset Condition="'$(VisualStudioVersion)'=='15.0'">v141</PlatformToolset>
548 549
    <PlatformToolset Condition="'$(VisualStudioVersion)'=='16.0'">v142</PlatformToolset>
    <CharacterSet>Unicode</CharacterSet>
M
Matt Oliver 已提交
550 551 552 553
  </PropertyGroup>
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DebugDLL|Win32'" Label="Configuration">
    <ConfigurationType>DynamicLibrary</ConfigurationType>
    <UseDebugLibraries>true</UseDebugLibraries>
554 555
    <PlatformToolset Condition="'$(VisualStudioVersion)'=='12.0'">v120</PlatformToolset>
    <PlatformToolset Condition="'$(VisualStudioVersion)'=='14.0'">v140</PlatformToolset>
556
    <PlatformToolset Condition="'$(VisualStudioVersion)'=='15.0'">v141</PlatformToolset>
557 558
    <PlatformToolset Condition="'$(VisualStudioVersion)'=='16.0'">v142</PlatformToolset>
    <CharacterSet>Unicode</CharacterSet>
M
Matt Oliver 已提交
559 560 561 562
  </PropertyGroup>
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DebugDLL|x64'" Label="Configuration">
    <ConfigurationType>DynamicLibrary</ConfigurationType>
    <UseDebugLibraries>true</UseDebugLibraries>
563 564
    <PlatformToolset Condition="'$(VisualStudioVersion)'=='12.0'">v120</PlatformToolset>
    <PlatformToolset Condition="'$(VisualStudioVersion)'=='14.0'">v140</PlatformToolset>
565
    <PlatformToolset Condition="'$(VisualStudioVersion)'=='15.0'">v141</PlatformToolset>
566 567
    <PlatformToolset Condition="'$(VisualStudioVersion)'=='16.0'">v142</PlatformToolset>
    <CharacterSet>Unicode</CharacterSet>
568
  </PropertyGroup>
M
Matt Oliver 已提交
569 570 571
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
    <ConfigurationType>StaticLibrary</ConfigurationType>
    <UseDebugLibraries>false</UseDebugLibraries>
572 573
    <PlatformToolset Condition="'$(VisualStudioVersion)'=='12.0'">v120</PlatformToolset>
    <PlatformToolset Condition="'$(VisualStudioVersion)'=='14.0'">v140</PlatformToolset>
574
    <PlatformToolset Condition="'$(VisualStudioVersion)'=='15.0'">v141</PlatformToolset>
575 576
    <PlatformToolset Condition="'$(VisualStudioVersion)'=='16.0'">v142</PlatformToolset>
    <CharacterSet>Unicode</CharacterSet>
M
Matt Oliver 已提交
577 578 579 580
  </PropertyGroup>
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
    <ConfigurationType>StaticLibrary</ConfigurationType>
    <UseDebugLibraries>false</UseDebugLibraries>
581 582
    <PlatformToolset Condition="'$(VisualStudioVersion)'=='12.0'">v120</PlatformToolset>
    <PlatformToolset Condition="'$(VisualStudioVersion)'=='14.0'">v140</PlatformToolset>
583
    <PlatformToolset Condition="'$(VisualStudioVersion)'=='15.0'">v141</PlatformToolset>
584 585
    <PlatformToolset Condition="'$(VisualStudioVersion)'=='16.0'">v142</PlatformToolset>
    <CharacterSet>Unicode</CharacterSet>
M
Matt Oliver 已提交
586 587 588 589
  </PropertyGroup>
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseDLL|Win32'" Label="Configuration">
    <ConfigurationType>DynamicLibrary</ConfigurationType>
    <UseDebugLibraries>false</UseDebugLibraries>
590 591
    <PlatformToolset Condition="'$(VisualStudioVersion)'=='12.0'">v120</PlatformToolset>
    <PlatformToolset Condition="'$(VisualStudioVersion)'=='14.0'">v140</PlatformToolset>
592
    <PlatformToolset Condition="'$(VisualStudioVersion)'=='15.0'">v141</PlatformToolset>
593 594
    <PlatformToolset Condition="'$(VisualStudioVersion)'=='16.0'">v142</PlatformToolset>
    <CharacterSet>Unicode</CharacterSet>
M
Matt Oliver 已提交
595 596 597 598
  </PropertyGroup>
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseDLL|x64'" Label="Configuration">
    <ConfigurationType>DynamicLibrary</ConfigurationType>
    <UseDebugLibraries>false</UseDebugLibraries>
599 600
    <PlatformToolset Condition="'$(VisualStudioVersion)'=='12.0'">v120</PlatformToolset>
    <PlatformToolset Condition="'$(VisualStudioVersion)'=='14.0'">v140</PlatformToolset>
601
    <PlatformToolset Condition="'$(VisualStudioVersion)'=='15.0'">v141</PlatformToolset>
602 603
    <PlatformToolset Condition="'$(VisualStudioVersion)'=='16.0'">v142</PlatformToolset>
    <CharacterSet>Unicode</CharacterSet>
M
Matt Oliver 已提交
604
  </PropertyGroup>
605
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseDLLStaticDeps|Win32'" Label="Configuration">
606 607
    <ConfigurationType>DynamicLibrary</ConfigurationType>
    <UseDebugLibraries>false</UseDebugLibraries>
608 609
    <PlatformToolset Condition="'$(VisualStudioVersion)'=='12.0'">v120</PlatformToolset>
    <PlatformToolset Condition="'$(VisualStudioVersion)'=='14.0'">v140</PlatformToolset>
610
    <PlatformToolset Condition="'$(VisualStudioVersion)'=='15.0'">v141</PlatformToolset>
611 612
    <PlatformToolset Condition="'$(VisualStudioVersion)'=='16.0'">v142</PlatformToolset>
    <CharacterSet>Unicode</CharacterSet>
613
  </PropertyGroup>
614
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseDLLStaticDeps|x64'" Label="Configuration">
615 616
    <ConfigurationType>DynamicLibrary</ConfigurationType>
    <UseDebugLibraries>false</UseDebugLibraries>
617 618
    <PlatformToolset Condition="'$(VisualStudioVersion)'=='12.0'">v120</PlatformToolset>
    <PlatformToolset Condition="'$(VisualStudioVersion)'=='14.0'">v140</PlatformToolset>
619
    <PlatformToolset Condition="'$(VisualStudioVersion)'=='15.0'">v141</PlatformToolset>
620 621
    <PlatformToolset Condition="'$(VisualStudioVersion)'=='16.0'">v142</PlatformToolset>
    <CharacterSet>Unicode</CharacterSet>
622
  </PropertyGroup>
M
Matt Oliver 已提交
623 624
  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
  <ImportGroup Label="ExtensionSettings">
625
    <Import Project="$(VCTargetsPath)\BuildCustomizations\nasm.props" />
M
Matt Oliver 已提交
626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650
  </ImportGroup>
  <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  </ImportGroup>
  <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">
    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  </ImportGroup>
  <ImportGroup Condition="'$(Configuration)|$(Platform)'=='DebugDLL|Win32'" Label="PropertySheets">
    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  </ImportGroup>
  <ImportGroup Condition="'$(Configuration)|$(Platform)'=='DebugDLL|x64'" Label="PropertySheets">
    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  </ImportGroup>
  <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  </ImportGroup>
  <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">
    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  </ImportGroup>
  <ImportGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseDLL|Win32'" Label="PropertySheets">
    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  </ImportGroup>
  <ImportGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseDLL|x64'" Label="PropertySheets">
    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  </ImportGroup>
651
  <ImportGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseDLLStaticDeps|Win32'" Label="PropertySheets">
652 653
    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  </ImportGroup>
654
  <ImportGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseDLLStaticDeps|x64'" Label="PropertySheets">
655 656
    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  </ImportGroup>
M
Matt Oliver 已提交
657 658
  <PropertyGroup Label="UserMacros" />
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DebugDLL|Win32'">
659
    <TargetName>avfilterd</TargetName>
660
    <IntDir>$(SolutionDir)obj\$(Configuration)\$(Platform)\$(ProjectName)\</IntDir>
661
    <OutDir>$(ProjectDir)..\..\..\msvc\</OutDir>
662
    <MSBuildWarningsAsMessages>MSB8012</MSBuildWarningsAsMessages>
M
Matt Oliver 已提交
663 664
  </PropertyGroup>
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DebugDLL|x64'">
665 666
    <TargetName>avfilterd</TargetName>
    <OutDir>$(ProjectDir)..\..\..\msvc\</OutDir>
667
    <IntDir>$(SolutionDir)obj\$(Configuration)\$(Platform)\$(ProjectName)\</IntDir>
668
    <MSBuildWarningsAsMessages>MSB8012</MSBuildWarningsAsMessages>
M
Matt Oliver 已提交
669 670
  </PropertyGroup>
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseDLL|Win32'">
671
    <TargetName>avfilter</TargetName>
672
    <IntDir>$(SolutionDir)obj\$(Configuration)\$(Platform)\$(ProjectName)\</IntDir>
673
    <OutDir>$(ProjectDir)..\..\..\msvc\</OutDir>
674
    <MSBuildWarningsAsMessages>MSB8012</MSBuildWarningsAsMessages>
M
Matt Oliver 已提交
675 676
  </PropertyGroup>
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseDLL|x64'">
677 678
    <TargetName>avfilter</TargetName>
    <OutDir>$(ProjectDir)..\..\..\msvc\</OutDir>
679
    <IntDir>$(SolutionDir)obj\$(Configuration)\$(Platform)\$(ProjectName)\</IntDir>
680
    <MSBuildWarningsAsMessages>MSB8012</MSBuildWarningsAsMessages>
M
Matt Oliver 已提交
681
  </PropertyGroup>
682
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseDLLStaticDeps|Win32'">
683
    <TargetName>avfilter</TargetName>
684
    <IntDir>$(SolutionDir)obj\$(Configuration)\$(Platform)\$(ProjectName)\</IntDir>
685
    <OutDir>$(ProjectDir)..\..\..\msvc\</OutDir>
686
    <MSBuildWarningsAsMessages>MSB8012</MSBuildWarningsAsMessages>
687
  </PropertyGroup>
688
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseDLLStaticDeps|x64'">
689 690
    <TargetName>avfilter</TargetName>
    <OutDir>$(ProjectDir)..\..\..\msvc\</OutDir>
691
    <IntDir>$(SolutionDir)obj\$(Configuration)\$(Platform)\$(ProjectName)\</IntDir>
692
    <MSBuildWarningsAsMessages>MSB8012</MSBuildWarningsAsMessages>
693
  </PropertyGroup>
M
Matt Oliver 已提交
694 695
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
    <TargetName>libavfilterd</TargetName>
696
    <IntDir>$(SolutionDir)obj\$(Configuration)\$(Platform)\$(ProjectName)\</IntDir>
697
    <OutDir>$(ProjectDir)..\..\..\msvc\</OutDir>
698
    <MSBuildWarningsAsMessages>MSB8012</MSBuildWarningsAsMessages>
M
Matt Oliver 已提交
699 700 701
  </PropertyGroup>
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
    <TargetName>libavfilterd</TargetName>
702
    <OutDir>$(ProjectDir)..\..\..\msvc\</OutDir>
703
    <IntDir>$(SolutionDir)obj\$(Configuration)\$(Platform)\$(ProjectName)\</IntDir>
704
    <MSBuildWarningsAsMessages>MSB8012</MSBuildWarningsAsMessages>
M
Matt Oliver 已提交
705 706 707
  </PropertyGroup>
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
    <TargetName>libavfilter</TargetName>
708
    <IntDir>$(SolutionDir)obj\$(Configuration)\$(Platform)\$(ProjectName)\</IntDir>
709
    <OutDir>$(ProjectDir)..\..\..\msvc\</OutDir>
710
    <MSBuildWarningsAsMessages>MSB8012</MSBuildWarningsAsMessages>
M
Matt Oliver 已提交
711 712 713
  </PropertyGroup>
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
    <TargetName>libavfilter</TargetName>
714
    <OutDir>$(ProjectDir)..\..\..\msvc\</OutDir>
715
    <IntDir>$(SolutionDir)obj\$(Configuration)\$(Platform)\$(ProjectName)\</IntDir>
716
    <MSBuildWarningsAsMessages>MSB8012</MSBuildWarningsAsMessages>
M
Matt Oliver 已提交
717 718 719 720
  </PropertyGroup>
  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
    <ClCompile>
      <WarningLevel>Level3</WarningLevel>
721
      <PreprocessorDefinitions>WIN32;_WINDOWS;HAVE_AV_CONFIG_H;_USE_MATH_DEFINES;_CRT_SECURE_NO_WARNINGS;_WIN32_WINNT=0x0600;_LIB;_DEBUG;DEBUG;BUILDING_avfilter;%(PreprocessorDefinitions)</PreprocessorDefinitions>
M
Matt Oliver 已提交
722
      <MultiProcessorCompilation>true</MultiProcessorCompilation>
723
      <AdditionalIncludeDirectories>$(OutDir)\include\freetype2;$(ProjectDir)\..\..\prebuilt\include\freetype2;$(OutDir)\include\fribidi;$(ProjectDir)\..\..\prebuilt\include\fribidi;.\;..\;$(OutDir)\include;$(ProjectDir)\..\..\prebuilt\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
M
Matt Oliver 已提交
724
      <C99Support>true</C99Support>
725
      <EnableAnsiAliasing Condition="'$(PlatformToolset)'!='Intel C++ Compiler XE 13.0'">true</EnableAnsiAliasing>
726
      <ForcedIncludeFiles>compat.h;%(ForcedIncludeFiles)</ForcedIncludeFiles>
727
      <BasicRuntimeChecks>Default</BasicRuntimeChecks>
728
      <OmitFramePointers>false</OmitFramePointers>
729
      <AdditionalOptions Condition="$([System.String]::Copy($(PlatformToolset)).Contains('Intel'))">/Qvec- /Qsimd- %(AdditionalOptions)</AdditionalOptions>
730
      <AdditionalOptions Condition="'$(AdditionalOptions)' == '' and '$(VisualStudioVersion)' != '12.0'">/utf-8 %(AdditionalOptions)</AdditionalOptions>
731
      <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
732
      <FloatingPointModel>Precise</FloatingPointModel>
733
      <ProgramDataBaseFileName>$(OutDir)\lib\x86\$(TargetName).pdb</ProgramDataBaseFileName>
734
      <MinimalRebuild>false</MinimalRebuild>
735
      <DisableSpecificWarnings>4244;4267;4018;4146;4028;4996;4090;4114;4308;4305;4005;4101;4554;4307;4273;4133;4544;4334;4293;4047;4703;%(DisableSpecificWarnings)</DisableSpecificWarnings>
M
Matt Oliver 已提交
736 737 738 739
    </ClCompile>
    <Lib>
      <TargetMachine>MachineX86</TargetMachine>
      <SubSystem>Windows</SubSystem>
740
      <OutputFile>$(OutDir)\lib\x86\$(TargetName)$(TargetExt)</OutputFile>
741
      <AdditionalDependencies>libassd.lib;libfontconfigd.lib;libfreetyped.lib;libfribidid.lib;libmfxd.lib;%(AdditionalDependencies)</AdditionalDependencies>
742
      <AdditionalLibraryDirectories>$(OutDir)\lib\x86\;$(ProjectDir)\..\..\prebuilt\lib\x86\;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
743
      <AdditionalOptions>/IGNORE:4006,4221,4049,4217,4197,4099,4264 %(AdditionalOptions)</AdditionalOptions>
M
Matt Oliver 已提交
744 745
    </Lib>
    <PostBuildEvent>
746 747 748 749 750 751 752 753
      <Command>mkdir "$(OutDir)"\include
mkdir "$(OutDir)"\include\libavfilter
copy ..\libavfilter\avfilter.h "$(OutDir)"\include\libavfilter
copy ..\libavfilter\buffersink.h "$(OutDir)"\include\libavfilter
copy ..\libavfilter\buffersrc.h "$(OutDir)"\include\libavfilter
copy ..\libavfilter\version.h "$(OutDir)"\include\libavfilter
mkdir "$(OutDir)"\licenses
copy ..\COPYING.GPLv3 "$(OutDir)"\licenses\ffmpeg.txt</Command>
M
Matt Oliver 已提交
754 755 756 757 758 759 760 761 762 763 764
    </PostBuildEvent>
    <PreBuildEvent>
      <Command>if exist ..\config.h (
del ..\config.h
)
if exist ..\version.h (
del ..\version.h
)
if exist ..\config.asm (
del ..\config.asm
)
765 766 767 768 769
if exist ..\libavutil\avconfig.h (
del ..\libavutil\avconfig.h
)
if exist ..\libavutil\ffversion.h (
del ..\libavutil\ffversion.h
M
Matt Oliver 已提交
770
)
771 772
if exist "$(OutDir)"\include\libavfilter (
rd /s /q "$(OutDir)"\include\libavfilter
M
Matt Oliver 已提交
773 774 775 776
cd ../
cd $(ProjectDir)
)</Command>
    </PreBuildEvent>
777 778
    <NASM>
      <IncludePaths>$(ProjectDir);$(ProjectDir)\..\;$(ProjectDir)\..\\$(ProjectName)\x86;%(IncludePaths)</IncludePaths>
779
      <PreIncludeFiles>config.asm;%(PreIncludeFiles)</PreIncludeFiles>
780 781
      <GenerateDebugInformation>false</GenerateDebugInformation>
    </NASM>
M
Matt Oliver 已提交
782
    <ResourceCompile>
783
      <AdditionalIncludeDirectories>$(OutDir)\include\freetype2;$(ProjectDir)\..\..\prebuilt\include\freetype2;$(OutDir)\include\fribidi;$(ProjectDir)\..\..\prebuilt\include\fribidi;.\;..\;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
784
      <PreprocessorDefinitions>_MSC_VER;BUILDING_avfilter;%(PreprocessorDefinitions)</PreprocessorDefinitions>
M
Matt Oliver 已提交
785 786 787 788 789
    </ResourceCompile>
  </ItemDefinitionGroup>
  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
    <ClCompile>
      <WarningLevel>Level3</WarningLevel>
790
      <PreprocessorDefinitions>WIN32;_WINDOWS;HAVE_AV_CONFIG_H;_USE_MATH_DEFINES;_CRT_SECURE_NO_WARNINGS;_WIN32_WINNT=0x0600;_LIB;_DEBUG;DEBUG;BUILDING_avfilter;%(PreprocessorDefinitions)</PreprocessorDefinitions>
M
Matt Oliver 已提交
791
      <MultiProcessorCompilation>true</MultiProcessorCompilation>
792
      <AdditionalIncludeDirectories>$(OutDir)\include\freetype2;$(ProjectDir)\..\..\prebuilt\include\freetype2;$(OutDir)\include\fribidi;$(ProjectDir)\..\..\prebuilt\include\fribidi;.\;..\;$(OutDir)\include;$(ProjectDir)\..\..\prebuilt\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
M
Matt Oliver 已提交
793
      <C99Support>true</C99Support>
794
      <EnableAnsiAliasing Condition="'$(PlatformToolset)'!='Intel C++ Compiler XE 13.0'">true</EnableAnsiAliasing>
795
      <ForcedIncludeFiles>compat.h;%(ForcedIncludeFiles)</ForcedIncludeFiles>
796
      <BasicRuntimeChecks>Default</BasicRuntimeChecks>
797
      <AdditionalOptions Condition="$([System.String]::Copy($(PlatformToolset)).Contains('Intel'))">/Qvec- /Qsimd- %(AdditionalOptions)</AdditionalOptions>
798
      <AdditionalOptions Condition="'$(AdditionalOptions)' == '' and '$(VisualStudioVersion)' != '12.0'">/utf-8 %(AdditionalOptions)</AdditionalOptions>
799
      <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
800
      <FloatingPointModel>Precise</FloatingPointModel>
801
      <ProgramDataBaseFileName>$(OutDir)\lib\x64\$(TargetName).pdb</ProgramDataBaseFileName>
802
      <MinimalRebuild>false</MinimalRebuild>
803
      <DisableSpecificWarnings>4244;4267;4018;4146;4028;4996;4090;4114;4308;4305;4005;4101;4554;4307;4273;4133;4544;4334;4293;4047;4703;%(DisableSpecificWarnings)</DisableSpecificWarnings>
M
Matt Oliver 已提交
804 805 806 807
    </ClCompile>
    <Lib>
      <TargetMachine>MachineX64</TargetMachine>
      <SubSystem>Windows</SubSystem>
808
      <OutputFile>$(OutDir)\lib\x64\$(TargetName)$(TargetExt)</OutputFile>
809
      <AdditionalDependencies>libassd.lib;libfontconfigd.lib;libfreetyped.lib;libfribidid.lib;libmfxd.lib;%(AdditionalDependencies)</AdditionalDependencies>
810
      <AdditionalLibraryDirectories>$(OutDir)\lib\x64\;$(ProjectDir)\..\..\prebuilt\lib\x64\;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
811
      <AdditionalOptions>/IGNORE:4006,4221,4049,4217,4197,4099,4264 %(AdditionalOptions)</AdditionalOptions>
M
Matt Oliver 已提交
812 813
    </Lib>
    <PostBuildEvent>
814 815 816 817 818 819 820 821
      <Command>mkdir "$(OutDir)"\include
mkdir "$(OutDir)"\include\libavfilter
copy ..\libavfilter\avfilter.h "$(OutDir)"\include\libavfilter
copy ..\libavfilter\buffersink.h "$(OutDir)"\include\libavfilter
copy ..\libavfilter\buffersrc.h "$(OutDir)"\include\libavfilter
copy ..\libavfilter\version.h "$(OutDir)"\include\libavfilter
mkdir "$(OutDir)"\licenses
copy ..\COPYING.GPLv3 "$(OutDir)"\licenses\ffmpeg.txt</Command>
M
Matt Oliver 已提交
822 823 824 825 826 827 828 829 830 831 832
    </PostBuildEvent>
    <PreBuildEvent>
      <Command>if exist ..\config.h (
del ..\config.h
)
if exist ..\version.h (
del ..\version.h
)
if exist ..\config.asm (
del ..\config.asm
)
833 834 835 836 837
if exist ..\libavutil\avconfig.h (
del ..\libavutil\avconfig.h
)
if exist ..\libavutil\ffversion.h (
del ..\libavutil\ffversion.h
M
Matt Oliver 已提交
838
)
839 840
if exist "$(OutDir)"\include\libavfilter (
rd /s /q "$(OutDir)"\include\libavfilter
M
Matt Oliver 已提交
841 842 843 844
cd ../
cd $(ProjectDir)
)</Command>
    </PreBuildEvent>
845 846
    <NASM>
      <IncludePaths>$(ProjectDir);$(ProjectDir)\..\;$(ProjectDir)\..\\$(ProjectName)\x86;%(IncludePaths)</IncludePaths>
847
      <PreIncludeFiles>config.asm;%(PreIncludeFiles)</PreIncludeFiles>
848 849
      <GenerateDebugInformation>false</GenerateDebugInformation>
    </NASM>
M
Matt Oliver 已提交
850
    <ResourceCompile>
851
      <AdditionalIncludeDirectories>$(OutDir)\include\freetype2;$(ProjectDir)\..\..\prebuilt\include\freetype2;$(OutDir)\include\fribidi;$(ProjectDir)\..\..\prebuilt\include\fribidi;.\;..\;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
852
      <PreprocessorDefinitions>_MSC_VER;BUILDING_avfilter;%(PreprocessorDefinitions)</PreprocessorDefinitions>
M
Matt Oliver 已提交
853 854 855 856 857
    </ResourceCompile>
  </ItemDefinitionGroup>
  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='DebugDLL|Win32'">
    <ClCompile>
      <WarningLevel>Level3</WarningLevel>
858
      <PreprocessorDefinitions>WIN32;_WINDOWS;HAVE_AV_CONFIG_H;_USE_MATH_DEFINES;_CRT_SECURE_NO_WARNINGS;_WIN32_WINNT=0x0600;_DEBUG;DEBUG;BUILDING_avfilter;%(PreprocessorDefinitions)</PreprocessorDefinitions>
M
Matt Oliver 已提交
859
      <MultiProcessorCompilation>true</MultiProcessorCompilation>
860
      <AdditionalIncludeDirectories>$(OutDir)\include\freetype2;$(ProjectDir)\..\..\prebuilt\include\freetype2;$(OutDir)\include\fribidi;$(ProjectDir)\..\..\prebuilt\include\fribidi;.\;..\;$(OutDir)\include;$(ProjectDir)\..\..\prebuilt\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
M
Matt Oliver 已提交
861
      <C99Support>true</C99Support>
862
      <EnableAnsiAliasing Condition="'$(PlatformToolset)'!='Intel C++ Compiler XE 13.0'">true</EnableAnsiAliasing>
863
      <ForcedIncludeFiles>compat.h;%(ForcedIncludeFiles)</ForcedIncludeFiles>
864
      <BasicRuntimeChecks>Default</BasicRuntimeChecks>
865
      <OmitFramePointers>false</OmitFramePointers>
866
      <AdditionalOptions Condition="$([System.String]::Copy($(PlatformToolset)).Contains('Intel'))">/Qvec- /Qsimd- %(AdditionalOptions)</AdditionalOptions>
867
      <AdditionalOptions Condition="'$(AdditionalOptions)' == '' and '$(VisualStudioVersion)' != '12.0'">/utf-8 %(AdditionalOptions)</AdditionalOptions>
868
      <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
869
      <FloatingPointModel>Precise</FloatingPointModel>
870
      <ProgramDataBaseFileName>$(IntDir)$(TargetName).pdb</ProgramDataBaseFileName>
871
      <MinimalRebuild>false</MinimalRebuild>
872
      <DisableSpecificWarnings>4244;4267;4018;4146;4028;4996;4090;4114;4308;4305;4005;4101;4554;4307;4273;4133;4544;4334;4293;4047;4703;%(DisableSpecificWarnings)</DisableSpecificWarnings>
M
Matt Oliver 已提交
873 874 875
    </ClCompile>
    <Link>
      <SubSystem>Windows</SubSystem>
876
      <OutputFile>$(OutDir)\bin\x86\$(TargetName)$(TargetExt)</OutputFile>
877 878
      <ImportLibrary>$(OutDir)\lib\x86\$(TargetName).lib</ImportLibrary>
      <ProgramDatabaseFile>$(OutDir)\lib\x86\$(TargetName).pdb</ProgramDatabaseFile>
879
      <ModuleDefinitionFile>.\libavfilter.def</ModuleDefinitionFile>
880
      <ProfileGuidedDatabase>$(IntDir)\$(TargetName).pgd</ProfileGuidedDatabase>
881
      <AdditionalDependencies>avutild.lib;avcodecd.lib;avformatd.lib;swresampled.lib;postprocd.lib;swscaled.lib;assd.lib;fontconfigd.lib;freetyped.lib;fribidid.lib;mfxd.lib;%(AdditionalDependencies)</AdditionalDependencies>
882
      <AdditionalLibraryDirectories>$(OutDir)\lib\x86\;$(ProjectDir)\..\..\prebuilt\lib\x86\;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
883
      <LargeAddressAware>true</LargeAddressAware>
884
      <GenerateDebugInformation>true</GenerateDebugInformation>
885
      <AdditionalOptions>/IGNORE:4006,4221,4049,4217,4197,4099,4264 %(AdditionalOptions)</AdditionalOptions>
886
      <MinimumRequiredVersion>6.0</MinimumRequiredVersion>
M
Matt Oliver 已提交
887 888
    </Link>
    <PostBuildEvent>
889 890 891 892 893 894 895 896
      <Command>mkdir "$(OutDir)"\include
mkdir "$(OutDir)"\include\libavfilter
copy ..\libavfilter\avfilter.h "$(OutDir)"\include\libavfilter
copy ..\libavfilter\buffersink.h "$(OutDir)"\include\libavfilter
copy ..\libavfilter\buffersrc.h "$(OutDir)"\include\libavfilter
copy ..\libavfilter\version.h "$(OutDir)"\include\libavfilter
mkdir "$(OutDir)"\licenses
copy ..\COPYING.GPLv3 "$(OutDir)"\licenses\ffmpeg.txt</Command>
M
Matt Oliver 已提交
897 898 899 900 901 902 903 904 905 906 907
    </PostBuildEvent>
    <PreBuildEvent>
      <Command>if exist ..\config.h (
del ..\config.h
)
if exist ..\version.h (
del ..\version.h
)
if exist ..\config.asm (
del ..\config.asm
)
908 909 910 911 912
if exist ..\libavutil\avconfig.h (
del ..\libavutil\avconfig.h
)
if exist ..\libavutil\ffversion.h (
del ..\libavutil\ffversion.h
M
Matt Oliver 已提交
913
)
914 915
if exist "$(OutDir)"\include\libavfilter (
rd /s /q "$(OutDir)"\include\libavfilter
M
Matt Oliver 已提交
916 917 918 919
cd ../
cd $(ProjectDir)
)</Command>
    </PreBuildEvent>
920 921
    <NASM>
      <IncludePaths>$(ProjectDir);$(ProjectDir)\..\;$(ProjectDir)\..\\$(ProjectName)\x86;%(IncludePaths)</IncludePaths>
922
      <PreIncludeFiles>config.asm;%(PreIncludeFiles)</PreIncludeFiles>
923 924
      <GenerateDebugInformation>false</GenerateDebugInformation>
    </NASM>
M
Matt Oliver 已提交
925
    <ResourceCompile>
926
      <AdditionalIncludeDirectories>$(OutDir)\include\freetype2;$(ProjectDir)\..\..\prebuilt\include\freetype2;$(OutDir)\include\fribidi;$(ProjectDir)\..\..\prebuilt\include\fribidi;.\;..\;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
927
      <PreprocessorDefinitions>_MSC_VER;BUILDING_avfilter;%(PreprocessorDefinitions)</PreprocessorDefinitions>
M
Matt Oliver 已提交
928 929 930 931 932
    </ResourceCompile>
  </ItemDefinitionGroup>
  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='DebugDLL|x64'">
    <ClCompile>
      <WarningLevel>Level3</WarningLevel>
933
      <PreprocessorDefinitions>WIN32;_WINDOWS;HAVE_AV_CONFIG_H;_USE_MATH_DEFINES;_CRT_SECURE_NO_WARNINGS;_WIN32_WINNT=0x0600;_DEBUG;DEBUG;BUILDING_avfilter;%(PreprocessorDefinitions)</PreprocessorDefinitions>
M
Matt Oliver 已提交
934
      <MultiProcessorCompilation>true</MultiProcessorCompilation>
935
      <AdditionalIncludeDirectories>$(OutDir)\include\freetype2;$(ProjectDir)\..\..\prebuilt\include\freetype2;$(OutDir)\include\fribidi;$(ProjectDir)\..\..\prebuilt\include\fribidi;.\;..\;$(OutDir)\include;$(ProjectDir)\..\..\prebuilt\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
M
Matt Oliver 已提交
936
      <C99Support>true</C99Support>
937
      <EnableAnsiAliasing Condition="'$(PlatformToolset)'!='Intel C++ Compiler XE 13.0'">true</EnableAnsiAliasing>
938
      <ForcedIncludeFiles>compat.h;%(ForcedIncludeFiles)</ForcedIncludeFiles>
939
      <BasicRuntimeChecks>Default</BasicRuntimeChecks>
940
      <AdditionalOptions Condition="$([System.String]::Copy($(PlatformToolset)).Contains('Intel'))">/Qvec- /Qsimd- %(AdditionalOptions)</AdditionalOptions>
941
      <AdditionalOptions Condition="'$(AdditionalOptions)' == '' and '$(VisualStudioVersion)' != '12.0'">/utf-8 %(AdditionalOptions)</AdditionalOptions>
942
      <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
943
      <FloatingPointModel>Precise</FloatingPointModel>
944
      <ProgramDataBaseFileName>$(IntDir)$(TargetName).pdb</ProgramDataBaseFileName>
945
      <MinimalRebuild>false</MinimalRebuild>
946
      <DisableSpecificWarnings>4244;4267;4018;4146;4028;4996;4090;4114;4308;4305;4005;4101;4554;4307;4273;4133;4544;4334;4293;4047;4703;%(DisableSpecificWarnings)</DisableSpecificWarnings>
M
Matt Oliver 已提交
947 948 949
    </ClCompile>
    <Link>
      <SubSystem>Windows</SubSystem>
950
      <OutputFile>$(OutDir)\bin\x64\$(TargetName)$(TargetExt)</OutputFile>
951 952
      <ImportLibrary>$(OutDir)\lib\x64\$(TargetName).lib</ImportLibrary>
      <ProgramDatabaseFile>$(OutDir)\lib\x64\$(TargetName).pdb</ProgramDatabaseFile>
953
      <ModuleDefinitionFile>.\libavfilter.def</ModuleDefinitionFile>
954
      <ProfileGuidedDatabase>$(IntDir)\$(TargetName).pgd</ProfileGuidedDatabase>
955
      <AdditionalDependencies>avutild.lib;avcodecd.lib;avformatd.lib;swresampled.lib;postprocd.lib;swscaled.lib;assd.lib;fontconfigd.lib;freetyped.lib;fribidid.lib;mfxd.lib;%(AdditionalDependencies)</AdditionalDependencies>
956
      <AdditionalLibraryDirectories>$(OutDir)\lib\x64\;$(ProjectDir)\..\..\prebuilt\lib\x64\;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
957
      <GenerateDebugInformation>true</GenerateDebugInformation>
958
      <AdditionalOptions>/IGNORE:4006,4221,4049,4217,4197,4099,4264 %(AdditionalOptions)</AdditionalOptions>
959
      <MinimumRequiredVersion>6.0</MinimumRequiredVersion>
M
Matt Oliver 已提交
960 961
    </Link>
    <PostBuildEvent>
962 963 964 965 966 967 968 969
      <Command>mkdir "$(OutDir)"\include
mkdir "$(OutDir)"\include\libavfilter
copy ..\libavfilter\avfilter.h "$(OutDir)"\include\libavfilter
copy ..\libavfilter\buffersink.h "$(OutDir)"\include\libavfilter
copy ..\libavfilter\buffersrc.h "$(OutDir)"\include\libavfilter
copy ..\libavfilter\version.h "$(OutDir)"\include\libavfilter
mkdir "$(OutDir)"\licenses
copy ..\COPYING.GPLv3 "$(OutDir)"\licenses\ffmpeg.txt</Command>
M
Matt Oliver 已提交
970 971 972 973 974 975 976 977 978 979 980
    </PostBuildEvent>
    <PreBuildEvent>
      <Command>if exist ..\config.h (
del ..\config.h
)
if exist ..\version.h (
del ..\version.h
)
if exist ..\config.asm (
del ..\config.asm
)
981 982 983 984 985
if exist ..\libavutil\avconfig.h (
del ..\libavutil\avconfig.h
)
if exist ..\libavutil\ffversion.h (
del ..\libavutil\ffversion.h
M
Matt Oliver 已提交
986
)
987 988
if exist "$(OutDir)"\include\libavfilter (
rd /s /q "$(OutDir)"\include\libavfilter
M
Matt Oliver 已提交
989 990 991 992
cd ../
cd $(ProjectDir)
)</Command>
    </PreBuildEvent>
993 994
    <NASM>
      <IncludePaths>$(ProjectDir);$(ProjectDir)\..\;$(ProjectDir)\..\\$(ProjectName)\x86;%(IncludePaths)</IncludePaths>
995
      <PreIncludeFiles>config.asm;%(PreIncludeFiles)</PreIncludeFiles>
996 997
      <GenerateDebugInformation>false</GenerateDebugInformation>
    </NASM>
M
Matt Oliver 已提交
998
    <ResourceCompile>
999
      <AdditionalIncludeDirectories>$(OutDir)\include\freetype2;$(ProjectDir)\..\..\prebuilt\include\freetype2;$(OutDir)\include\fribidi;$(ProjectDir)\..\..\prebuilt\include\fribidi;.\;..\;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
1000
      <PreprocessorDefinitions>_MSC_VER;BUILDING_avfilter;%(PreprocessorDefinitions)</PreprocessorDefinitions>
M
Matt Oliver 已提交
1001 1002 1003 1004 1005 1006 1007
    </ResourceCompile>
  </ItemDefinitionGroup>
  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
    <ClCompile>
      <WarningLevel>Level3</WarningLevel>
      <FunctionLevelLinking>true</FunctionLevelLinking>
      <IntrinsicFunctions>true</IntrinsicFunctions>
1008
      <PreprocessorDefinitions>WIN32;_WINDOWS;HAVE_AV_CONFIG_H;_USE_MATH_DEFINES;_CRT_SECURE_NO_WARNINGS;_WIN32_WINNT=0x0600;_LIB;NDEBUG;BUILDING_avfilter;%(PreprocessorDefinitions)</PreprocessorDefinitions>
M
Matt Oliver 已提交
1009 1010 1011 1012 1013 1014 1015 1016
      <StringPooling>true</StringPooling>
      <BufferSecurityCheck>false</BufferSecurityCheck>
      <FloatingPointExceptions>false</FloatingPointExceptions>
      <MultiProcessorCompilation>true</MultiProcessorCompilation>
      <InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion>
      <FavorSizeOrSpeed>Speed</FavorSizeOrSpeed>
      <OmitFramePointers>true</OmitFramePointers>
      <EnableFiberSafeOptimizations>true</EnableFiberSafeOptimizations>
1017
      <AdditionalIncludeDirectories>$(OutDir)\include\freetype2;$(ProjectDir)\..\..\prebuilt\include\freetype2;$(OutDir)\include\fribidi;$(ProjectDir)\..\..\prebuilt\include\fribidi;.\;..\;$(OutDir)\include;$(ProjectDir)\..\..\prebuilt\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
M
Matt Oliver 已提交
1018
      <C99Support>true</C99Support>
1019
      <EnableAnsiAliasing Condition="'$(PlatformToolset)'!='Intel C++ Compiler XE 13.0'">true</EnableAnsiAliasing>
1020
      <ForcedIncludeFiles>compat.h;%(ForcedIncludeFiles)</ForcedIncludeFiles>
1021
      <FloatingPointModel>Precise</FloatingPointModel>
1022
      <AdditionalOptions Condition="$([System.String]::Copy($(PlatformToolset)).Contains('Intel'))">/Qvec- /Qsimd- %(AdditionalOptions)</AdditionalOptions>
1023
      <AdditionalOptions Condition="'$(AdditionalOptions)' == '' and '$(VisualStudioVersion)' != '12.0'">/utf-8 %(AdditionalOptions)</AdditionalOptions>
1024
      <ProgramDataBaseFileName>$(OutDir)\lib\x86\$(TargetName).pdb</ProgramDataBaseFileName>
1025
      <DisableSpecificWarnings>4244;4267;4018;4146;4028;4996;4090;4114;4308;4305;4005;4101;4554;4307;4273;4133;4544;4334;4293;4047;4703;%(DisableSpecificWarnings)</DisableSpecificWarnings>
M
Matt Oliver 已提交
1026 1027 1028 1029
    </ClCompile>
    <Lib>
      <TargetMachine>MachineX86</TargetMachine>
      <SubSystem>Windows</SubSystem>
1030
      <OutputFile>$(OutDir)\lib\x86\$(TargetName)$(TargetExt)</OutputFile>
1031
      <AdditionalDependencies>libass.lib;libfontconfig.lib;libfreetype.lib;libfribidi.lib;libmfx.lib;%(AdditionalDependencies)</AdditionalDependencies>
1032
      <AdditionalLibraryDirectories>$(OutDir)\lib\x86\;$(ProjectDir)\..\..\prebuilt\lib\x86\;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
1033
      <AdditionalOptions>/IGNORE:4006,4221,4049,4217,4197,4099,4264 %(AdditionalOptions)</AdditionalOptions>
M
Matt Oliver 已提交
1034 1035
    </Lib>
    <PostBuildEvent>
1036 1037 1038 1039 1040 1041 1042 1043
      <Command>mkdir "$(OutDir)"\include
mkdir "$(OutDir)"\include\libavfilter
copy ..\libavfilter\avfilter.h "$(OutDir)"\include\libavfilter
copy ..\libavfilter\buffersink.h "$(OutDir)"\include\libavfilter
copy ..\libavfilter\buffersrc.h "$(OutDir)"\include\libavfilter
copy ..\libavfilter\version.h "$(OutDir)"\include\libavfilter
mkdir "$(OutDir)"\licenses
copy ..\COPYING.GPLv3 "$(OutDir)"\licenses\ffmpeg.txt</Command>
M
Matt Oliver 已提交
1044 1045 1046 1047 1048 1049 1050 1051 1052 1053 1054
    </PostBuildEvent>
    <PreBuildEvent>
      <Command>if exist ..\config.h (
del ..\config.h
)
if exist ..\version.h (
del ..\version.h
)
if exist ..\config.asm (
del ..\config.asm
)
1055 1056 1057 1058 1059
if exist ..\libavutil\avconfig.h (
del ..\libavutil\avconfig.h
)
if exist ..\libavutil\ffversion.h (
del ..\libavutil\ffversion.h
M
Matt Oliver 已提交
1060
)
1061 1062
if exist "$(OutDir)"\include\libavfilter (
rd /s /q "$(OutDir)"\include\libavfilter
M
Matt Oliver 已提交
1063 1064 1065 1066
cd ../
cd $(ProjectDir)
)</Command>
    </PreBuildEvent>
1067 1068
    <NASM>
      <IncludePaths>$(ProjectDir);$(ProjectDir)\..\;$(ProjectDir)\..\\$(ProjectName)\x86;%(IncludePaths)</IncludePaths>
1069
      <PreIncludeFiles>config.asm;%(PreIncludeFiles)</PreIncludeFiles>
1070 1071
      <GenerateDebugInformation>false</GenerateDebugInformation>
    </NASM>
M
Matt Oliver 已提交
1072
    <ResourceCompile>
1073
      <AdditionalIncludeDirectories>$(OutDir)\include\freetype2;$(ProjectDir)\..\..\prebuilt\include\freetype2;$(OutDir)\include\fribidi;$(ProjectDir)\..\..\prebuilt\include\fribidi;.\;..\;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
1074
      <PreprocessorDefinitions>_MSC_VER;BUILDING_avfilter;%(PreprocessorDefinitions)</PreprocessorDefinitions>
M
Matt Oliver 已提交
1075 1076 1077 1078 1079 1080 1081
    </ResourceCompile>
  </ItemDefinitionGroup>
  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
    <ClCompile>
      <WarningLevel>Level3</WarningLevel>
      <FunctionLevelLinking>true</FunctionLevelLinking>
      <IntrinsicFunctions>true</IntrinsicFunctions>
1082
      <PreprocessorDefinitions>WIN32;_WINDOWS;HAVE_AV_CONFIG_H;_USE_MATH_DEFINES;_CRT_SECURE_NO_WARNINGS;_WIN32_WINNT=0x0600;_LIB;NDEBUG;BUILDING_avfilter;%(PreprocessorDefinitions)</PreprocessorDefinitions>
M
Matt Oliver 已提交
1083 1084 1085 1086 1087 1088
      <StringPooling>true</StringPooling>
      <MultiProcessorCompilation>true</MultiProcessorCompilation>
      <InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion>
      <FavorSizeOrSpeed>Speed</FavorSizeOrSpeed>
      <OmitFramePointers>true</OmitFramePointers>
      <EnableFiberSafeOptimizations>true</EnableFiberSafeOptimizations>
1089
      <AdditionalIncludeDirectories>$(OutDir)\include\freetype2;$(ProjectDir)\..\..\prebuilt\include\freetype2;$(OutDir)\include\fribidi;$(ProjectDir)\..\..\prebuilt\include\fribidi;.\;..\;$(OutDir)\include;$(ProjectDir)\..\..\prebuilt\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
M
Matt Oliver 已提交
1090
      <C99Support>true</C99Support>
1091
      <EnableAnsiAliasing Condition="'$(PlatformToolset)'!='Intel C++ Compiler XE 13.0'">true</EnableAnsiAliasing>
1092
      <ForcedIncludeFiles>compat.h;%(ForcedIncludeFiles)</ForcedIncludeFiles>
1093
      <FloatingPointModel>Precise</FloatingPointModel>
1094
      <AdditionalOptions Condition="$([System.String]::Copy($(PlatformToolset)).Contains('Intel'))">/Qvec- /Qsimd- %(AdditionalOptions)</AdditionalOptions>
1095
      <AdditionalOptions Condition="'$(AdditionalOptions)' == '' and '$(VisualStudioVersion)' != '12.0'">/utf-8 %(AdditionalOptions)</AdditionalOptions>
1096
      <ProgramDataBaseFileName>$(OutDir)\lib\x64\$(TargetName).pdb</ProgramDataBaseFileName>
1097
      <DisableSpecificWarnings>4244;4267;4018;4146;4028;4996;4090;4114;4308;4305;4005;4101;4554;4307;4273;4133;4544;4334;4293;4047;4703;%(DisableSpecificWarnings)</DisableSpecificWarnings>
M
Matt Oliver 已提交
1098 1099 1100 1101
    </ClCompile>
    <Lib>
      <TargetMachine>MachineX64</TargetMachine>
      <SubSystem>Windows</SubSystem>
1102
      <OutputFile>$(OutDir)\lib\x64\$(TargetName)$(TargetExt)</OutputFile>
1103
      <AdditionalDependencies>libass.lib;libfontconfig.lib;libfreetype.lib;libfribidi.lib;libmfx.lib;%(AdditionalDependencies)</AdditionalDependencies>
1104
      <AdditionalLibraryDirectories>$(OutDir)\lib\x64\;$(ProjectDir)\..\..\prebuilt\lib\x64\;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
1105
      <AdditionalOptions>/IGNORE:4006,4221,4049,4217,4197,4099,4264 %(AdditionalOptions)</AdditionalOptions>
M
Matt Oliver 已提交
1106 1107
    </Lib>
    <PostBuildEvent>
1108 1109 1110 1111 1112 1113 1114 1115
      <Command>mkdir "$(OutDir)"\include
mkdir "$(OutDir)"\include\libavfilter
copy ..\libavfilter\avfilter.h "$(OutDir)"\include\libavfilter
copy ..\libavfilter\buffersink.h "$(OutDir)"\include\libavfilter
copy ..\libavfilter\buffersrc.h "$(OutDir)"\include\libavfilter
copy ..\libavfilter\version.h "$(OutDir)"\include\libavfilter
mkdir "$(OutDir)"\licenses
copy ..\COPYING.GPLv3 "$(OutDir)"\licenses\ffmpeg.txt</Command>
M
Matt Oliver 已提交
1116 1117 1118 1119 1120 1121 1122 1123 1124 1125 1126
    </PostBuildEvent>
    <PreBuildEvent>
      <Command>if exist ..\config.h (
del ..\config.h
)
if exist ..\version.h (
del ..\version.h
)
if exist ..\config.asm (
del ..\config.asm
)
1127 1128 1129 1130 1131
if exist ..\libavutil\avconfig.h (
del ..\libavutil\avconfig.h
)
if exist ..\libavutil\ffversion.h (
del ..\libavutil\ffversion.h
M
Matt Oliver 已提交
1132
)
1133 1134
if exist "$(OutDir)"\include\libavfilter (
rd /s /q "$(OutDir)"\include\libavfilter
M
Matt Oliver 已提交
1135 1136 1137 1138
cd ../
cd $(ProjectDir)
)</Command>
    </PreBuildEvent>
1139 1140
    <NASM>
      <IncludePaths>$(ProjectDir);$(ProjectDir)\..\;$(ProjectDir)\..\\$(ProjectName)\x86;%(IncludePaths)</IncludePaths>
1141
      <PreIncludeFiles>config.asm;%(PreIncludeFiles)</PreIncludeFiles>
1142 1143
      <GenerateDebugInformation>false</GenerateDebugInformation>
    </NASM>
M
Matt Oliver 已提交
1144
    <ResourceCompile>
1145
      <AdditionalIncludeDirectories>$(OutDir)\include\freetype2;$(ProjectDir)\..\..\prebuilt\include\freetype2;$(OutDir)\include\fribidi;$(ProjectDir)\..\..\prebuilt\include\fribidi;.\;..\;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
1146
      <PreprocessorDefinitions>_MSC_VER;BUILDING_avfilter;%(PreprocessorDefinitions)</PreprocessorDefinitions>
M
Matt Oliver 已提交
1147 1148 1149 1150 1151 1152 1153
    </ResourceCompile>
  </ItemDefinitionGroup>
  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseDLL|Win32'">
    <ClCompile>
      <WarningLevel>Level3</WarningLevel>
      <FunctionLevelLinking>true</FunctionLevelLinking>
      <IntrinsicFunctions>true</IntrinsicFunctions>
1154
      <PreprocessorDefinitions>WIN32;_WINDOWS;HAVE_AV_CONFIG_H;_USE_MATH_DEFINES;_CRT_SECURE_NO_WARNINGS;_WIN32_WINNT=0x0600;NDEBUG;BUILDING_avfilter;%(PreprocessorDefinitions)</PreprocessorDefinitions>
M
Matt Oliver 已提交
1155 1156 1157 1158 1159 1160
      <StringPooling>true</StringPooling>
      <MultiProcessorCompilation>true</MultiProcessorCompilation>
      <InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion>
      <FavorSizeOrSpeed>Speed</FavorSizeOrSpeed>
      <OmitFramePointers>true</OmitFramePointers>
      <EnableFiberSafeOptimizations>true</EnableFiberSafeOptimizations>
1161
      <AdditionalIncludeDirectories>$(OutDir)\include\freetype2;$(ProjectDir)\..\..\prebuilt\include\freetype2;$(OutDir)\include\fribidi;$(ProjectDir)\..\..\prebuilt\include\fribidi;.\;..\;$(OutDir)\include;$(ProjectDir)\..\..\prebuilt\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
M
Matt Oliver 已提交
1162
      <C99Support>true</C99Support>
1163
      <EnableAnsiAliasing Condition="'$(PlatformToolset)'!='Intel C++ Compiler XE 13.0'">true</EnableAnsiAliasing>
1164
      <ForcedIncludeFiles>compat.h;%(ForcedIncludeFiles)</ForcedIncludeFiles>
1165
      <FloatingPointModel>Precise</FloatingPointModel>
1166
      <AdditionalOptions Condition="$([System.String]::Copy($(PlatformToolset)).Contains('Intel'))">/Qvec- /Qsimd- %(AdditionalOptions)</AdditionalOptions>
1167
      <AdditionalOptions Condition="'$(AdditionalOptions)' == '' and '$(VisualStudioVersion)' != '12.0'">/utf-8 %(AdditionalOptions)</AdditionalOptions>
1168
      <ProgramDataBaseFileName>$(IntDir)$(TargetName).pdb</ProgramDataBaseFileName>
1169
      <DisableSpecificWarnings>4244;4267;4018;4146;4028;4996;4090;4114;4308;4305;4005;4101;4554;4307;4273;4133;4544;4334;4293;4047;4703;%(DisableSpecificWarnings)</DisableSpecificWarnings>
M
Matt Oliver 已提交
1170 1171 1172 1173 1174
    </ClCompile>
    <Link>
      <EnableCOMDATFolding>true</EnableCOMDATFolding>
      <OptimizeReferences>true</OptimizeReferences>
      <SubSystem>Windows</SubSystem>
1175
      <OutputFile>$(OutDir)\bin\x86\$(TargetName)$(TargetExt)</OutputFile>
1176 1177
      <ImportLibrary>$(OutDir)\lib\x86\$(TargetName).lib</ImportLibrary>
      <ProgramDatabaseFile>$(OutDir)\lib\x86\$(TargetName).pdb</ProgramDatabaseFile>
1178
      <ModuleDefinitionFile>.\libavfilter.def</ModuleDefinitionFile>
1179
      <ProfileGuidedDatabase>$(IntDir)\$(TargetName).pgd</ProfileGuidedDatabase>
1180
      <AdditionalDependencies>avutil.lib;avcodec.lib;avformat.lib;swresample.lib;postproc.lib;swscale.lib;ass.lib;fontconfig.lib;freetype.lib;fribidi.lib;mfx.lib;%(AdditionalDependencies)</AdditionalDependencies>
1181
      <AdditionalLibraryDirectories>$(OutDir)\lib\x86\;$(ProjectDir)\..\..\prebuilt\lib\x86\;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
1182
      <LargeAddressAware>true</LargeAddressAware>
1183 1184
      <AdditionalOptions>/IGNORE:4006,4221,4049,4217,4197,4099,4264 %(AdditionalOptions)</AdditionalOptions>
      <MinimumRequiredVersion>6.0</MinimumRequiredVersion>
1185
      <GenerateDebugInformation>true</GenerateDebugInformation>
M
Matt Oliver 已提交
1186 1187
    </Link>
    <PostBuildEvent>
1188 1189 1190 1191 1192 1193 1194 1195
      <Command>mkdir "$(OutDir)"\include
mkdir "$(OutDir)"\include\libavfilter
copy ..\libavfilter\avfilter.h "$(OutDir)"\include\libavfilter
copy ..\libavfilter\buffersink.h "$(OutDir)"\include\libavfilter
copy ..\libavfilter\buffersrc.h "$(OutDir)"\include\libavfilter
copy ..\libavfilter\version.h "$(OutDir)"\include\libavfilter
mkdir "$(OutDir)"\licenses
copy ..\COPYING.GPLv3 "$(OutDir)"\licenses\ffmpeg.txt</Command>
M
Matt Oliver 已提交
1196 1197 1198 1199 1200 1201 1202 1203 1204 1205 1206
    </PostBuildEvent>
    <PreBuildEvent>
      <Command>if exist ..\config.h (
del ..\config.h
)
if exist ..\version.h (
del ..\version.h
)
if exist ..\config.asm (
del ..\config.asm
)
1207 1208 1209 1210 1211
if exist ..\libavutil\avconfig.h (
del ..\libavutil\avconfig.h
)
if exist ..\libavutil\ffversion.h (
del ..\libavutil\ffversion.h
M
Matt Oliver 已提交
1212
)
1213 1214
if exist "$(OutDir)"\include\libavfilter (
rd /s /q "$(OutDir)"\include\libavfilter
M
Matt Oliver 已提交
1215 1216 1217 1218
cd ../
cd $(ProjectDir)
)</Command>
    </PreBuildEvent>
1219 1220
    <NASM>
      <IncludePaths>$(ProjectDir);$(ProjectDir)\..\;$(ProjectDir)\..\\$(ProjectName)\x86;%(IncludePaths)</IncludePaths>
1221
      <PreIncludeFiles>config.asm;%(PreIncludeFiles)</PreIncludeFiles>
1222 1223
      <GenerateDebugInformation>false</GenerateDebugInformation>
    </NASM>
M
Matt Oliver 已提交
1224
    <ResourceCompile>
1225
      <AdditionalIncludeDirectories>$(OutDir)\include\freetype2;$(ProjectDir)\..\..\prebuilt\include\freetype2;$(OutDir)\include\fribidi;$(ProjectDir)\..\..\prebuilt\include\fribidi;.\;..\;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
1226
      <PreprocessorDefinitions>_MSC_VER;BUILDING_avfilter;%(PreprocessorDefinitions)</PreprocessorDefinitions>
M
Matt Oliver 已提交
1227 1228 1229 1230 1231 1232 1233
    </ResourceCompile>
  </ItemDefinitionGroup>
  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseDLL|x64'">
    <ClCompile>
      <WarningLevel>Level3</WarningLevel>
      <FunctionLevelLinking>true</FunctionLevelLinking>
      <IntrinsicFunctions>true</IntrinsicFunctions>
1234
      <PreprocessorDefinitions>WIN32;_WINDOWS;HAVE_AV_CONFIG_H;_USE_MATH_DEFINES;_CRT_SECURE_NO_WARNINGS;_WIN32_WINNT=0x0600;NDEBUG;BUILDING_avfilter;%(PreprocessorDefinitions)</PreprocessorDefinitions>
M
Matt Oliver 已提交
1235 1236 1237 1238 1239 1240
      <StringPooling>true</StringPooling>
      <MultiProcessorCompilation>true</MultiProcessorCompilation>
      <InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion>
      <FavorSizeOrSpeed>Speed</FavorSizeOrSpeed>
      <OmitFramePointers>true</OmitFramePointers>
      <EnableFiberSafeOptimizations>true</EnableFiberSafeOptimizations>
1241
      <AdditionalIncludeDirectories>$(OutDir)\include\freetype2;$(ProjectDir)\..\..\prebuilt\include\freetype2;$(OutDir)\include\fribidi;$(ProjectDir)\..\..\prebuilt\include\fribidi;.\;..\;$(OutDir)\include;$(ProjectDir)\..\..\prebuilt\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
M
Matt Oliver 已提交
1242
      <C99Support>true</C99Support>
1243
      <EnableAnsiAliasing Condition="'$(PlatformToolset)'!='Intel C++ Compiler XE 13.0'">true</EnableAnsiAliasing>
1244
      <ForcedIncludeFiles>compat.h;%(ForcedIncludeFiles)</ForcedIncludeFiles>
1245
      <FloatingPointModel>Precise</FloatingPointModel>
1246
      <AdditionalOptions Condition="$([System.String]::Copy($(PlatformToolset)).Contains('Intel'))">/Qvec- /Qsimd- %(AdditionalOptions)</AdditionalOptions>
1247
      <AdditionalOptions Condition="'$(AdditionalOptions)' == '' and '$(VisualStudioVersion)' != '12.0'">/utf-8 %(AdditionalOptions)</AdditionalOptions>
1248
      <ProgramDataBaseFileName>$(IntDir)$(TargetName).pdb</ProgramDataBaseFileName>
1249
      <DisableSpecificWarnings>4244;4267;4018;4146;4028;4996;4090;4114;4308;4305;4005;4101;4554;4307;4273;4133;4544;4334;4293;4047;4703;%(DisableSpecificWarnings)</DisableSpecificWarnings>
M
Matt Oliver 已提交
1250 1251 1252 1253 1254
    </ClCompile>
    <Link>
      <EnableCOMDATFolding>true</EnableCOMDATFolding>
      <OptimizeReferences>true</OptimizeReferences>
      <SubSystem>Windows</SubSystem>
1255
      <OutputFile>$(OutDir)\bin\x64\$(TargetName)$(TargetExt)</OutputFile>
1256 1257
      <ImportLibrary>$(OutDir)\lib\x64\$(TargetName).lib</ImportLibrary>
      <ProgramDatabaseFile>$(OutDir)\lib\x64\$(TargetName).pdb</ProgramDatabaseFile>
1258
      <ModuleDefinitionFile>.\libavfilter.def</ModuleDefinitionFile>
1259
      <ProfileGuidedDatabase>$(IntDir)\$(TargetName).pgd</ProfileGuidedDatabase>
1260
      <AdditionalDependencies>avutil.lib;avcodec.lib;avformat.lib;swresample.lib;postproc.lib;swscale.lib;ass.lib;fontconfig.lib;freetype.lib;fribidi.lib;mfx.lib;%(AdditionalDependencies)</AdditionalDependencies>
1261
      <AdditionalLibraryDirectories>$(OutDir)\lib\x64\;$(ProjectDir)\..\..\prebuilt\lib\x64\;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
1262 1263
      <AdditionalOptions>/IGNORE:4006,4221,4049,4217,4197,4099,4264 %(AdditionalOptions)</AdditionalOptions>
      <MinimumRequiredVersion>6.0</MinimumRequiredVersion>
1264
      <GenerateDebugInformation>true</GenerateDebugInformation>
1265 1266
    </Link>
    <PostBuildEvent>
1267 1268 1269 1270 1271 1272 1273 1274
      <Command>mkdir "$(OutDir)"\include
mkdir "$(OutDir)"\include\libavfilter
copy ..\libavfilter\avfilter.h "$(OutDir)"\include\libavfilter
copy ..\libavfilter\buffersink.h "$(OutDir)"\include\libavfilter
copy ..\libavfilter\buffersrc.h "$(OutDir)"\include\libavfilter
copy ..\libavfilter\version.h "$(OutDir)"\include\libavfilter
mkdir "$(OutDir)"\licenses
copy ..\COPYING.GPLv3 "$(OutDir)"\licenses\ffmpeg.txt</Command>
1275 1276 1277 1278 1279 1280 1281 1282 1283 1284 1285
    </PostBuildEvent>
    <PreBuildEvent>
      <Command>if exist ..\config.h (
del ..\config.h
)
if exist ..\version.h (
del ..\version.h
)
if exist ..\config.asm (
del ..\config.asm
)
1286 1287 1288 1289 1290
if exist ..\libavutil\avconfig.h (
del ..\libavutil\avconfig.h
)
if exist ..\libavutil\ffversion.h (
del ..\libavutil\ffversion.h
1291
)
1292 1293
if exist "$(OutDir)"\include\libavfilter (
rd /s /q "$(OutDir)"\include\libavfilter
1294 1295 1296 1297
cd ../
cd $(ProjectDir)
)</Command>
    </PreBuildEvent>
1298 1299
    <NASM>
      <IncludePaths>$(ProjectDir);$(ProjectDir)\..\;$(ProjectDir)\..\\$(ProjectName)\x86;%(IncludePaths)</IncludePaths>
1300
      <PreIncludeFiles>config.asm;%(PreIncludeFiles)</PreIncludeFiles>
1301 1302
      <GenerateDebugInformation>false</GenerateDebugInformation>
    </NASM>
1303
    <ResourceCompile>
1304
      <AdditionalIncludeDirectories>$(OutDir)\include\freetype2;$(ProjectDir)\..\..\prebuilt\include\freetype2;$(OutDir)\include\fribidi;$(ProjectDir)\..\..\prebuilt\include\fribidi;.\;..\;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
1305
      <PreprocessorDefinitions>_MSC_VER;BUILDING_avfilter;%(PreprocessorDefinitions)</PreprocessorDefinitions>
1306 1307
    </ResourceCompile>
  </ItemDefinitionGroup>
1308
  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseDLLStaticDeps|Win32'">
1309 1310 1311 1312
    <ClCompile>
      <WarningLevel>Level3</WarningLevel>
      <FunctionLevelLinking>true</FunctionLevelLinking>
      <IntrinsicFunctions>true</IntrinsicFunctions>
1313
      <PreprocessorDefinitions>WIN32;_WINDOWS;HAVE_AV_CONFIG_H;_USE_MATH_DEFINES;_CRT_SECURE_NO_WARNINGS;_WIN32_WINNT=0x0600;NDEBUG;BUILDING_avfilter;%(PreprocessorDefinitions)</PreprocessorDefinitions>
1314 1315 1316 1317 1318 1319
      <StringPooling>true</StringPooling>
      <MultiProcessorCompilation>true</MultiProcessorCompilation>
      <InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion>
      <FavorSizeOrSpeed>Speed</FavorSizeOrSpeed>
      <OmitFramePointers>true</OmitFramePointers>
      <EnableFiberSafeOptimizations>true</EnableFiberSafeOptimizations>
1320
      <AdditionalIncludeDirectories>$(OutDir)\include\freetype2;$(ProjectDir)\..\..\prebuilt\include\freetype2;$(OutDir)\include\fribidi;$(ProjectDir)\..\..\prebuilt\include\fribidi;.\;..\;$(OutDir)\include;$(ProjectDir)\..\..\prebuilt\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
1321
      <C99Support>true</C99Support>
1322
      <EnableAnsiAliasing Condition="'$(PlatformToolset)'!='Intel C++ Compiler XE 13.0'">true</EnableAnsiAliasing>
1323
      <ForcedIncludeFiles>compat.h;%(ForcedIncludeFiles)</ForcedIncludeFiles>
1324
      <FloatingPointModel>Precise</FloatingPointModel>
1325
      <AdditionalOptions Condition="$([System.String]::Copy($(PlatformToolset)).Contains('Intel'))">/Qvec- /Qsimd- %(AdditionalOptions)</AdditionalOptions>
1326
      <AdditionalOptions Condition="'$(AdditionalOptions)' == '' and '$(VisualStudioVersion)' != '12.0'">/utf-8 %(AdditionalOptions)</AdditionalOptions>
1327
      <ProgramDataBaseFileName>$(IntDir)$(TargetName).pdb</ProgramDataBaseFileName>
1328
      <DisableSpecificWarnings>4244;4267;4018;4146;4028;4996;4090;4114;4308;4305;4005;4101;4554;4307;4273;4133;4544;4334;4293;4047;4703;%(DisableSpecificWarnings)</DisableSpecificWarnings>
1329 1330 1331 1332 1333
    </ClCompile>
    <Link>
      <EnableCOMDATFolding>true</EnableCOMDATFolding>
      <OptimizeReferences>true</OptimizeReferences>
      <SubSystem>Windows</SubSystem>
1334
      <OutputFile>$(OutDir)\bin\x86\$(TargetName)$(TargetExt)</OutputFile>
1335 1336
      <ImportLibrary>$(OutDir)\lib\x86\$(TargetName).lib</ImportLibrary>
      <ProgramDatabaseFile>$(OutDir)\lib\x86\$(TargetName).pdb</ProgramDatabaseFile>
1337
      <ModuleDefinitionFile>.\libavfilter.def</ModuleDefinitionFile>
1338
      <ProfileGuidedDatabase>$(IntDir)\$(TargetName).pgd</ProfileGuidedDatabase>
1339
      <AdditionalDependencies>avutil.lib;avcodec.lib;avformat.lib;swresample.lib;postproc.lib;swscale.lib;libass.lib;libfontconfig.lib;libfreetype.lib;libfribidi.lib;libmfx.lib;%(AdditionalDependencies)</AdditionalDependencies>
1340
      <AdditionalLibraryDirectories>$(OutDir)\lib\x86\;$(ProjectDir)\..\..\prebuilt\lib\x86\;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
1341
      <LargeAddressAware>true</LargeAddressAware>
1342 1343
      <AdditionalOptions>/IGNORE:4006,4221,4049,4217,4197,4099,4264 %(AdditionalOptions)</AdditionalOptions>
      <MinimumRequiredVersion>6.0</MinimumRequiredVersion>
1344
      <GenerateDebugInformation>true</GenerateDebugInformation>
M
Matt Oliver 已提交
1345 1346
    </Link>
    <PostBuildEvent>
1347 1348 1349 1350 1351 1352 1353 1354
      <Command>mkdir "$(OutDir)"\include
mkdir "$(OutDir)"\include\libavfilter
copy ..\libavfilter\avfilter.h "$(OutDir)"\include\libavfilter
copy ..\libavfilter\buffersink.h "$(OutDir)"\include\libavfilter
copy ..\libavfilter\buffersrc.h "$(OutDir)"\include\libavfilter
copy ..\libavfilter\version.h "$(OutDir)"\include\libavfilter
mkdir "$(OutDir)"\licenses
copy ..\COPYING.GPLv3 "$(OutDir)"\licenses\ffmpeg.txt</Command>
1355 1356 1357 1358 1359 1360 1361 1362 1363 1364 1365
    </PostBuildEvent>
    <PreBuildEvent>
      <Command>if exist ..\config.h (
del ..\config.h
)
if exist ..\version.h (
del ..\version.h
)
if exist ..\config.asm (
del ..\config.asm
)
1366 1367 1368 1369 1370
if exist ..\libavutil\avconfig.h (
del ..\libavutil\avconfig.h
)
if exist ..\libavutil\ffversion.h (
del ..\libavutil\ffversion.h
1371
)
1372 1373
if exist "$(OutDir)"\include\libavfilter (
rd /s /q "$(OutDir)"\include\libavfilter
1374 1375 1376 1377
cd ../
cd $(ProjectDir)
)</Command>
    </PreBuildEvent>
1378 1379
    <NASM>
      <IncludePaths>$(ProjectDir);$(ProjectDir)\..\;$(ProjectDir)\..\\$(ProjectName)\x86;%(IncludePaths)</IncludePaths>
1380
      <PreIncludeFiles>config.asm;%(PreIncludeFiles)</PreIncludeFiles>
1381 1382
      <GenerateDebugInformation>false</GenerateDebugInformation>
    </NASM>
1383
    <ResourceCompile>
1384
      <AdditionalIncludeDirectories>$(OutDir)\include\freetype2;$(ProjectDir)\..\..\prebuilt\include\freetype2;$(OutDir)\include\fribidi;$(ProjectDir)\..\..\prebuilt\include\fribidi;.\;..\;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
1385
      <PreprocessorDefinitions>_MSC_VER;BUILDING_avfilter;%(PreprocessorDefinitions)</PreprocessorDefinitions>
1386 1387
    </ResourceCompile>
  </ItemDefinitionGroup>
1388
  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseDLLStaticDeps|x64'">
1389 1390 1391 1392
    <ClCompile>
      <WarningLevel>Level3</WarningLevel>
      <FunctionLevelLinking>true</FunctionLevelLinking>
      <IntrinsicFunctions>true</IntrinsicFunctions>
1393
      <PreprocessorDefinitions>WIN32;_WINDOWS;HAVE_AV_CONFIG_H;_USE_MATH_DEFINES;_CRT_SECURE_NO_WARNINGS;_WIN32_WINNT=0x0600;NDEBUG;BUILDING_avfilter;%(PreprocessorDefinitions)</PreprocessorDefinitions>
1394 1395 1396 1397 1398 1399
      <StringPooling>true</StringPooling>
      <MultiProcessorCompilation>true</MultiProcessorCompilation>
      <InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion>
      <FavorSizeOrSpeed>Speed</FavorSizeOrSpeed>
      <OmitFramePointers>true</OmitFramePointers>
      <EnableFiberSafeOptimizations>true</EnableFiberSafeOptimizations>
1400
      <AdditionalIncludeDirectories>$(OutDir)\include\freetype2;$(ProjectDir)\..\..\prebuilt\include\freetype2;$(OutDir)\include\fribidi;$(ProjectDir)\..\..\prebuilt\include\fribidi;.\;..\;$(OutDir)\include;$(ProjectDir)\..\..\prebuilt\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
1401
      <C99Support>true</C99Support>
1402
      <EnableAnsiAliasing Condition="'$(PlatformToolset)'!='Intel C++ Compiler XE 13.0'">true</EnableAnsiAliasing>
1403
      <ForcedIncludeFiles>compat.h;%(ForcedIncludeFiles)</ForcedIncludeFiles>
1404
      <FloatingPointModel>Precise</FloatingPointModel>
1405
      <AdditionalOptions Condition="$([System.String]::Copy($(PlatformToolset)).Contains('Intel'))">/Qvec- /Qsimd- %(AdditionalOptions)</AdditionalOptions>
1406
      <AdditionalOptions Condition="'$(AdditionalOptions)' == '' and '$(VisualStudioVersion)' != '12.0'">/utf-8 %(AdditionalOptions)</AdditionalOptions>
1407
      <ProgramDataBaseFileName>$(IntDir)$(TargetName).pdb</ProgramDataBaseFileName>
1408
      <DisableSpecificWarnings>4244;4267;4018;4146;4028;4996;4090;4114;4308;4305;4005;4101;4554;4307;4273;4133;4544;4334;4293;4047;4703;%(DisableSpecificWarnings)</DisableSpecificWarnings>
1409 1410 1411 1412 1413
    </ClCompile>
    <Link>
      <EnableCOMDATFolding>true</EnableCOMDATFolding>
      <OptimizeReferences>true</OptimizeReferences>
      <SubSystem>Windows</SubSystem>
1414
      <OutputFile>$(OutDir)\bin\x64\$(TargetName)$(TargetExt)</OutputFile>
1415 1416
      <ImportLibrary>$(OutDir)\lib\x64\$(TargetName).lib</ImportLibrary>
      <ProgramDatabaseFile>$(OutDir)\lib\x64\$(TargetName).pdb</ProgramDatabaseFile>
1417
      <ModuleDefinitionFile>.\libavfilter.def</ModuleDefinitionFile>
1418
      <ProfileGuidedDatabase>$(IntDir)\$(TargetName).pgd</ProfileGuidedDatabase>
1419
      <AdditionalDependencies>avutil.lib;avcodec.lib;avformat.lib;swresample.lib;postproc.lib;swscale.lib;libass.lib;libfontconfig.lib;libfreetype.lib;libfribidi.lib;libmfx.lib;%(AdditionalDependencies)</AdditionalDependencies>
1420
      <AdditionalLibraryDirectories>$(OutDir)\lib\x64\;$(ProjectDir)\..\..\prebuilt\lib\x64\;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
1421 1422
      <AdditionalOptions>/IGNORE:4006,4221,4049,4217,4197,4099,4264 %(AdditionalOptions)</AdditionalOptions>
      <MinimumRequiredVersion>6.0</MinimumRequiredVersion>
1423
      <GenerateDebugInformation>true</GenerateDebugInformation>
1424 1425
    </Link>
    <PostBuildEvent>
1426 1427 1428 1429 1430 1431 1432 1433
      <Command>mkdir "$(OutDir)"\include
mkdir "$(OutDir)"\include\libavfilter
copy ..\libavfilter\avfilter.h "$(OutDir)"\include\libavfilter
copy ..\libavfilter\buffersink.h "$(OutDir)"\include\libavfilter
copy ..\libavfilter\buffersrc.h "$(OutDir)"\include\libavfilter
copy ..\libavfilter\version.h "$(OutDir)"\include\libavfilter
mkdir "$(OutDir)"\licenses
copy ..\COPYING.GPLv3 "$(OutDir)"\licenses\ffmpeg.txt</Command>
1434 1435 1436 1437 1438 1439 1440 1441 1442 1443 1444
    </PostBuildEvent>
    <PreBuildEvent>
      <Command>if exist ..\config.h (
del ..\config.h
)
if exist ..\version.h (
del ..\version.h
)
if exist ..\config.asm (
del ..\config.asm
)
1445 1446 1447 1448 1449
if exist ..\libavutil\avconfig.h (
del ..\libavutil\avconfig.h
)
if exist ..\libavutil\ffversion.h (
del ..\libavutil\ffversion.h
1450
)
1451 1452
if exist "$(OutDir)"\include\libavfilter (
rd /s /q "$(OutDir)"\include\libavfilter
M
Matt Oliver 已提交
1453 1454 1455 1456
cd ../
cd $(ProjectDir)
)</Command>
    </PreBuildEvent>
1457 1458
    <NASM>
      <IncludePaths>$(ProjectDir);$(ProjectDir)\..\;$(ProjectDir)\..\\$(ProjectName)\x86;%(IncludePaths)</IncludePaths>
1459
      <PreIncludeFiles>config.asm;%(PreIncludeFiles)</PreIncludeFiles>
1460 1461
      <GenerateDebugInformation>false</GenerateDebugInformation>
    </NASM>
M
Matt Oliver 已提交
1462
    <ResourceCompile>
1463
      <AdditionalIncludeDirectories>$(OutDir)\include\freetype2;$(ProjectDir)\..\..\prebuilt\include\freetype2;$(OutDir)\include\fribidi;$(ProjectDir)\..\..\prebuilt\include\fribidi;.\;..\;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
1464
      <PreprocessorDefinitions>_MSC_VER;BUILDING_avfilter;%(PreprocessorDefinitions)</PreprocessorDefinitions>
M
Matt Oliver 已提交
1465 1466 1467 1468
    </ResourceCompile>
  </ItemDefinitionGroup>
  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  <ImportGroup Label="ExtensionTargets">
1469
    <Import Project="$(VCTargetsPath)\BuildCustomizations\nasm.targets" />
M
Matt Oliver 已提交
1470 1471
  </ImportGroup>
</Project>