1<?xml version="1.0" encoding="gb2312"?> 2<VisualStudioProject 3 ProjectType="Visual C++" 4 Version="9.00" 5 Name="WelsEncCore" 6 ProjectGUID="{59208004-1774-4816-AC24-31FF44C324B4}" 7 RootNamespace="WelsEncCore" 8 TargetFrameworkVersion="0" 9 > 10 <Platforms> 11 <Platform 12 Name="Win32" 13 /> 14 <Platform 15 Name="x64" 16 /> 17 </Platforms> 18 <ToolFiles> 19 <DefaultToolFile 20 FileName="masm.rules" 21 /> 22 </ToolFiles> 23 <Configurations> 24 <Configuration 25 Name="Debug|Win32" 26 OutputDirectory=".\..\..\..\..\bin\$(PlatformName)\$(ConfigurationName)" 27 IntermediateDirectory="$(PlatformName)\$(ConfigurationName)" 28 ConfigurationType="4" 29 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops" 30 UseOfMFC="0" 31 ATLMinimizesCRunTimeLibraryUsage="false" 32 CharacterSet="2" 33 > 34 <Tool 35 Name="VCPreBuildEventTool" 36 /> 37 <Tool 38 Name="VCCustomBuildTool" 39 /> 40 <Tool 41 Name="MASM" 42 /> 43 <Tool 44 Name="VCXMLDataGeneratorTool" 45 /> 46 <Tool 47 Name="VCWebServiceProxyGeneratorTool" 48 /> 49 <Tool 50 Name="VCMIDLTool" 51 /> 52 <Tool 53 Name="VCCLCompilerTool" 54 Optimization="0" 55 AdditionalIncludeDirectories="..\..\..\common\inc;..\..\..\encoder\core\inc,..\..\..\api\svc;..\..\..\processing\interface" 56 PreprocessorDefinitions="_DEBUG;_LIB;X86_ASM" 57 MinimalRebuild="true" 58 BasicRuntimeChecks="3" 59 RuntimeLibrary="1" 60 WarningLevel="3" 61 DebugInformationFormat="4" 62 /> 63 <Tool 64 Name="VCManagedResourceCompilerTool" 65 /> 66 <Tool 67 Name="VCResourceCompilerTool" 68 PreprocessorDefinitions="_DEBUG" 69 Culture="1033" 70 /> 71 <Tool 72 Name="VCPreLinkEventTool" 73 /> 74 <Tool 75 Name="VCLibrarianTool" 76 OutputFile="$(OutDir)\welsecore.lib" 77 /> 78 <Tool 79 Name="VCALinkTool" 80 /> 81 <Tool 82 Name="VCXDCMakeTool" 83 /> 84 <Tool 85 Name="VCBscMakeTool" 86 OutputFile="$(OutDir)\WelsEncCore.bsc" 87 /> 88 <Tool 89 Name="VCFxCopTool" 90 /> 91 <Tool 92 Name="VCPostBuildEventTool" 93 CommandLine="" 94 /> 95 </Configuration> 96 <Configuration 97 Name="Debug|x64" 98 OutputDirectory=".\..\..\..\..\bin\$(PlatformName)\$(ConfigurationName)" 99 IntermediateDirectory="$(PlatformName)\$(ConfigurationName)" 100 ConfigurationType="4" 101 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops" 102 UseOfMFC="0" 103 ATLMinimizesCRunTimeLibraryUsage="false" 104 CharacterSet="2" 105 > 106 <Tool 107 Name="VCPreBuildEventTool" 108 /> 109 <Tool 110 Name="VCCustomBuildTool" 111 /> 112 <Tool 113 Name="MASM" 114 /> 115 <Tool 116 Name="VCXMLDataGeneratorTool" 117 /> 118 <Tool 119 Name="VCWebServiceProxyGeneratorTool" 120 /> 121 <Tool 122 Name="VCMIDLTool" 123 TargetEnvironment="3" 124 /> 125 <Tool 126 Name="VCCLCompilerTool" 127 Optimization="0" 128 AdditionalIncludeDirectories="..\..\..\common\inc;..\..\..\encoder\core\inc,..\..\..\api\svc;..\..\..\processing\interface" 129 PreprocessorDefinitions="_DEBUG;_LIB;X86_ASM" 130 MinimalRebuild="true" 131 BasicRuntimeChecks="3" 132 RuntimeLibrary="1" 133 WarningLevel="3" 134 DebugInformationFormat="3" 135 /> 136 <Tool 137 Name="VCManagedResourceCompilerTool" 138 /> 139 <Tool 140 Name="VCResourceCompilerTool" 141 PreprocessorDefinitions="_DEBUG" 142 Culture="1033" 143 /> 144 <Tool 145 Name="VCPreLinkEventTool" 146 /> 147 <Tool 148 Name="VCLibrarianTool" 149 OutputFile="$(OutDir)\welsecore.lib" 150 /> 151 <Tool 152 Name="VCALinkTool" 153 /> 154 <Tool 155 Name="VCXDCMakeTool" 156 /> 157 <Tool 158 Name="VCBscMakeTool" 159 OutputFile="$(OutDir)\WelsEncCore.bsc" 160 /> 161 <Tool 162 Name="VCFxCopTool" 163 /> 164 <Tool 165 Name="VCPostBuildEventTool" 166 CommandLine="" 167 /> 168 </Configuration> 169 <Configuration 170 Name="Release|Win32" 171 OutputDirectory=".\..\..\..\..\bin\$(PlatformName)\$(ConfigurationName)" 172 IntermediateDirectory="$(PlatformName)\$(ConfigurationName)" 173 ConfigurationType="4" 174 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops" 175 UseOfMFC="0" 176 ATLMinimizesCRunTimeLibraryUsage="false" 177 CharacterSet="2" 178 WholeProgramOptimization="1" 179 > 180 <Tool 181 Name="VCPreBuildEventTool" 182 /> 183 <Tool 184 Name="VCCustomBuildTool" 185 /> 186 <Tool 187 Name="MASM" 188 /> 189 <Tool 190 Name="VCXMLDataGeneratorTool" 191 /> 192 <Tool 193 Name="VCWebServiceProxyGeneratorTool" 194 /> 195 <Tool 196 Name="VCMIDLTool" 197 /> 198 <Tool 199 Name="VCCLCompilerTool" 200 Optimization="3" 201 InlineFunctionExpansion="2" 202 FavorSizeOrSpeed="1" 203 AdditionalIncludeDirectories="..\..\..\common\inc;..\..\..\encoder\core\inc,..\..\..\api\svc;..\..\..\processing\interface" 204 PreprocessorDefinitions="NDEBUG;_LIB;X86_ASM" 205 StringPooling="true" 206 RuntimeLibrary="0" 207 EnableFunctionLevelLinking="true" 208 WarningLevel="3" 209 DebugInformationFormat="3" 210 /> 211 <Tool 212 Name="VCManagedResourceCompilerTool" 213 /> 214 <Tool 215 Name="VCResourceCompilerTool" 216 PreprocessorDefinitions="NDEBUG" 217 Culture="1033" 218 /> 219 <Tool 220 Name="VCPreLinkEventTool" 221 /> 222 <Tool 223 Name="VCLibrarianTool" 224 OutputFile="$(OutDir)\welsecore.lib" 225 /> 226 <Tool 227 Name="VCALinkTool" 228 /> 229 <Tool 230 Name="VCXDCMakeTool" 231 /> 232 <Tool 233 Name="VCBscMakeTool" 234 OutputFile="$(OutDir)\WelsEncCore.bsc" 235 /> 236 <Tool 237 Name="VCFxCopTool" 238 /> 239 <Tool 240 Name="VCPostBuildEventTool" 241 CommandLine="" 242 /> 243 </Configuration> 244 <Configuration 245 Name="Release|x64" 246 OutputDirectory=".\..\..\..\..\bin\$(PlatformName)\$(ConfigurationName)" 247 IntermediateDirectory="$(PlatformName)\$(ConfigurationName)" 248 ConfigurationType="4" 249 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops" 250 UseOfMFC="0" 251 ATLMinimizesCRunTimeLibraryUsage="false" 252 CharacterSet="2" 253 WholeProgramOptimization="1" 254 > 255 <Tool 256 Name="VCPreBuildEventTool" 257 /> 258 <Tool 259 Name="VCCustomBuildTool" 260 /> 261 <Tool 262 Name="MASM" 263 /> 264 <Tool 265 Name="VCXMLDataGeneratorTool" 266 /> 267 <Tool 268 Name="VCWebServiceProxyGeneratorTool" 269 /> 270 <Tool 271 Name="VCMIDLTool" 272 TargetEnvironment="3" 273 /> 274 <Tool 275 Name="VCCLCompilerTool" 276 Optimization="3" 277 InlineFunctionExpansion="2" 278 FavorSizeOrSpeed="1" 279 AdditionalIncludeDirectories="..\..\..\common\inc;..\..\..\encoder\core\inc,..\..\..\api\svc;..\..\..\processing\interface" 280 PreprocessorDefinitions="NDEBUG;_LIB;X86_ASM" 281 StringPooling="true" 282 RuntimeLibrary="0" 283 EnableFunctionLevelLinking="true" 284 WarningLevel="3" 285 DebugInformationFormat="3" 286 /> 287 <Tool 288 Name="VCManagedResourceCompilerTool" 289 /> 290 <Tool 291 Name="VCResourceCompilerTool" 292 PreprocessorDefinitions="NDEBUG" 293 Culture="1033" 294 /> 295 <Tool 296 Name="VCPreLinkEventTool" 297 /> 298 <Tool 299 Name="VCLibrarianTool" 300 OutputFile="$(OutDir)\welsecore.lib" 301 /> 302 <Tool 303 Name="VCALinkTool" 304 /> 305 <Tool 306 Name="VCXDCMakeTool" 307 /> 308 <Tool 309 Name="VCBscMakeTool" 310 OutputFile="$(OutDir)\WelsEncCore.bsc" 311 /> 312 <Tool 313 Name="VCFxCopTool" 314 /> 315 <Tool 316 Name="VCPostBuildEventTool" 317 CommandLine="" 318 /> 319 </Configuration> 320 </Configurations> 321 <References> 322 </References> 323 <Files> 324 <Filter 325 Name="Source Files" 326 Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat" 327 > 328 <File 329 RelativePath="..\..\..\encoder\core\src\au_set.cpp" 330 > 331 </File> 332 <File 333 RelativePath="..\..\..\common\src\common_tables.cpp" 334 > 335 </File> 336 <File 337 RelativePath="..\..\..\common\src\copy_mb.cpp" 338 > 339 </File> 340 <File 341 RelativePath="..\..\..\common\src\cpu.cpp" 342 > 343 </File> 344 <File 345 RelativePath="..\..\..\common\src\crt_util_safe_x.cpp" 346 > 347 </File> 348 <File 349 RelativePath="..\..\..\encoder\core\src\deblocking.cpp" 350 > 351 </File> 352 <File 353 RelativePath="..\..\..\common\src\deblocking_common.cpp" 354 > 355 </File> 356 <File 357 RelativePath="..\..\..\encoder\core\src\decode_mb_aux.cpp" 358 > 359 </File> 360 <File 361 RelativePath="..\..\..\encoder\core\src\encode_mb_aux.cpp" 362 > 363 </File> 364 <File 365 RelativePath="..\..\..\encoder\core\src\encoder.cpp" 366 > 367 </File> 368 <File 369 RelativePath="..\..\..\encoder\core\src\encoder_data_tables.cpp" 370 > 371 </File> 372 <File 373 RelativePath="..\..\..\encoder\core\src\encoder_ext.cpp" 374 > 375 </File> 376 <File 377 RelativePath="..\..\..\common\src\expand_pic.cpp" 378 > 379 </File> 380 <File 381 RelativePath="..\..\..\encoder\core\src\get_intra_predictor.cpp" 382 > 383 </File> 384 <File 385 RelativePath="..\..\..\common\src\intra_pred_common.cpp" 386 > 387 </File> 388 <File 389 RelativePath="..\..\..\common\src\mc.cpp" 390 > 391 </File> 392 <File 393 RelativePath="..\..\..\encoder\core\src\md.cpp" 394 > 395 </File> 396 <File 397 RelativePath="..\..\..\common\src\memory_align.cpp" 398 > 399 </File> 400 <File 401 RelativePath="..\..\..\encoder\core\src\mv_pred.cpp" 402 > 403 </File> 404 <File 405 RelativePath="..\..\..\encoder\core\src\nal_encap.cpp" 406 > 407 </File> 408 <File 409 RelativePath="..\..\..\encoder\core\src\paraset_strategy.cpp" 410 > 411 </File> 412 <File 413 RelativePath="..\..\..\encoder\core\src\picture_handle.cpp" 414 > 415 </File> 416 <File 417 RelativePath="..\..\..\encoder\core\src\ratectl.cpp" 418 > 419 </File> 420 <File 421 RelativePath="..\..\..\encoder\core\src\ref_list_mgr_svc.cpp" 422 > 423 </File> 424 <File 425 RelativePath="..\..\..\common\src\sad_common.cpp" 426 > 427 </File> 428 <File 429 RelativePath="..\..\..\encoder\core\src\sample.cpp" 430 > 431 </File> 432 <File 433 RelativePath="..\..\..\encoder\core\src\set_mb_syn_cabac.cpp" 434 > 435 </File> 436 <File 437 RelativePath="..\..\..\encoder\core\src\set_mb_syn_cavlc.cpp" 438 > 439 </File> 440 <File 441 RelativePath="..\..\..\encoder\core\src\slice_multi_threading.cpp" 442 > 443 </File> 444 <File 445 RelativePath="..\..\..\encoder\core\src\svc_base_layer_md.cpp" 446 > 447 </File> 448 <File 449 RelativePath="..\..\..\encoder\core\src\svc_enc_slice_segment.cpp" 450 > 451 </File> 452 <File 453 RelativePath="..\..\..\encoder\core\src\svc_encode_mb.cpp" 454 > 455 </File> 456 <File 457 RelativePath="..\..\..\encoder\core\src\svc_encode_slice.cpp" 458 > 459 </File> 460 <File 461 RelativePath="..\..\..\encoder\core\src\svc_mode_decision.cpp" 462 > 463 </File> 464 <File 465 RelativePath="..\..\..\encoder\core\src\svc_motion_estimate.cpp" 466 > 467 </File> 468 <File 469 RelativePath="..\..\..\encoder\core\src\svc_set_mb_syn_cabac.cpp" 470 > 471 </File> 472 <File 473 RelativePath="..\..\..\encoder\core\src\svc_set_mb_syn_cavlc.cpp" 474 > 475 </File> 476 <File 477 RelativePath="..\..\..\common\src\utils.cpp" 478 > 479 </File> 480 <File 481 RelativePath="..\..\..\encoder\core\src\wels_task_base.cpp" 482 > 483 </File> 484 <File 485 RelativePath="..\..\..\encoder\core\src\wels_task_encoder.cpp" 486 > 487 </File> 488 <File 489 RelativePath="..\..\..\encoder\core\src\wels_task_management.cpp" 490 > 491 </File> 492 <File 493 RelativePath="..\..\..\common\src\WelsTaskThread.cpp" 494 > 495 </File> 496 <File 497 RelativePath="..\..\..\common\src\WelsThread.cpp" 498 > 499 </File> 500 <File 501 RelativePath="..\..\..\common\src\WelsThreadLib.cpp" 502 > 503 </File> 504 <File 505 RelativePath="..\..\..\common\src\WelsThreadPool.cpp" 506 > 507 </File> 508 </Filter> 509 <Filter 510 Name="Header Files" 511 Filter="h;hpp;hxx;hm;inl" 512 > 513 <File 514 RelativePath="..\..\..\encoder\core\inc\as264_common.h" 515 > 516 </File> 517 <File 518 RelativePath="..\..\..\encoder\core\inc\au_set.h" 519 > 520 </File> 521 <File 522 RelativePath="..\..\..\common\inc\copy_mb.h" 523 > 524 </File> 525 <File 526 RelativePath="..\..\..\common\inc\cpu.h" 527 > 528 </File> 529 <File 530 RelativePath="..\..\..\common\inc\cpu_core.h" 531 > 532 </File> 533 <File 534 RelativePath="..\..\..\encoder\core\inc\deblocking.h" 535 > 536 </File> 537 <File 538 RelativePath="..\..\..\common\inc\deblocking_common.h" 539 > 540 </File> 541 <File 542 RelativePath="..\..\..\encoder\core\inc\decode_mb_aux.h" 543 > 544 </File> 545 <File 546 RelativePath="..\..\..\encoder\core\inc\dq_map.h" 547 > 548 </File> 549 <File 550 RelativePath="..\..\..\encoder\core\inc\encode_mb_aux.h" 551 > 552 </File> 553 <File 554 RelativePath="..\..\..\encoder\core\inc\encoder.h" 555 > 556 </File> 557 <File 558 RelativePath="..\..\..\encoder\core\inc\encoder_context.h" 559 > 560 </File> 561 <File 562 RelativePath="..\..\..\common\inc\expand_pic.h" 563 > 564 </File> 565 <File 566 RelativePath="..\..\..\encoder\core\inc\extern.h" 567 > 568 </File> 569 <File 570 RelativePath="..\..\..\encoder\core\inc\get_intra_predictor.h" 571 > 572 </File> 573 <File 574 RelativePath="..\..\..\common\inc\golomb_common.h" 575 > 576 </File> 577 <File 578 RelativePath="..\..\..\common\inc\ls_defines.h" 579 > 580 </File> 581 <File 582 RelativePath="..\..\..\common\inc\macros.h" 583 > 584 </File> 585 <File 586 RelativePath="..\..\..\encoder\core\inc\mb_cache.h" 587 > 588 </File> 589 <File 590 RelativePath="..\..\..\common\inc\mc.h" 591 > 592 </File> 593 <File 594 RelativePath="..\..\..\encoder\core\inc\md.h" 595 > 596 </File> 597 <File 598 RelativePath="..\..\..\common\inc\measure_time.h" 599 > 600 </File> 601 <File 602 RelativePath="..\..\..\common\inc\memory_align.h" 603 > 604 </File> 605 <File 606 RelativePath="..\..\..\encoder\core\inc\mt_defs.h" 607 > 608 </File> 609 <File 610 RelativePath="..\..\..\encoder\core\inc\mv_pred.h" 611 > 612 </File> 613 <File 614 RelativePath="..\..\..\encoder\core\inc\nal_encap.h" 615 > 616 </File> 617 <File 618 RelativePath="..\..\..\encoder\core\inc\param_svc.h" 619 > 620 </File> 621 <File 622 RelativePath="..\..\..\encoder\core\inc\parameter_sets.h" 623 > 624 </File> 625 <File 626 RelativePath="..\..\..\encoder\core\inc\paraset_strategy.h" 627 > 628 </File> 629 <File 630 RelativePath="..\..\..\encoder\core\inc\picture.h" 631 > 632 </File> 633 <File 634 RelativePath="..\..\..\encoder\core\inc\picture_handle.h" 635 > 636 </File> 637 <File 638 RelativePath="..\..\..\encoder\core\inc\rc.h" 639 > 640 </File> 641 <File 642 RelativePath="..\..\..\encoder\core\inc\ref_list_mgr_svc.h" 643 > 644 </File> 645 <File 646 RelativePath="..\..\..\common\inc\sad_common.h" 647 > 648 </File> 649 <File 650 RelativePath="..\..\..\encoder\core\inc\sample.h" 651 > 652 </File> 653 <File 654 RelativePath="..\..\..\encoder\core\inc\set_mb_syn_cabac.h" 655 > 656 </File> 657 <File 658 RelativePath="..\..\..\encoder\core\inc\set_mb_syn_cavlc.h" 659 > 660 </File> 661 <File 662 RelativePath="..\..\..\encoder\core\inc\slice.h" 663 > 664 </File> 665 <File 666 RelativePath="..\..\..\encoder\core\inc\slice_multi_threading.h" 667 > 668 </File> 669 <File 670 RelativePath="..\..\..\encoder\core\inc\stat.h" 671 > 672 </File> 673 <File 674 RelativePath="..\..\..\encoder\core\inc\svc_base_layer_md.h" 675 > 676 </File> 677 <File 678 RelativePath="..\..\..\encoder\core\inc\svc_enc_frame.h" 679 > 680 </File> 681 <File 682 RelativePath="..\..\..\encoder\core\inc\svc_enc_golomb.h" 683 > 684 </File> 685 <File 686 RelativePath="..\..\..\encoder\core\inc\svc_enc_macroblock.h" 687 > 688 </File> 689 <File 690 RelativePath="..\..\..\encoder\core\inc\svc_enc_slice_segment.h" 691 > 692 </File> 693 <File 694 RelativePath="..\..\..\encoder\core\inc\svc_encode_mb.h" 695 > 696 </File> 697 <File 698 RelativePath="..\..\..\encoder\core\inc\svc_encode_slice.h" 699 > 700 </File> 701 <File 702 RelativePath="..\..\..\encoder\core\inc\svc_mode_decision.h" 703 > 704 </File> 705 <File 706 RelativePath="..\..\..\encoder\core\inc\svc_motion_estimate.h" 707 > 708 </File> 709 <File 710 RelativePath="..\..\..\encoder\core\inc\svc_set_mb_syn.h" 711 > 712 </File> 713 <File 714 RelativePath="..\..\..\encoder\core\inc\svc_set_mb_syn_cavlc.h" 715 > 716 </File> 717 <File 718 RelativePath="..\..\..\common\inc\typedefs.h" 719 > 720 </File> 721 <File 722 RelativePath="..\..\..\common\inc\utils.h" 723 > 724 </File> 725 <File 726 RelativePath="..\..\..\encoder\core\inc\vlc_encoder.h" 727 > 728 </File> 729 <File 730 RelativePath="..\..\..\encoder\core\inc\wels_common_basis.h" 731 > 732 </File> 733 <File 734 RelativePath="..\..\..\common\inc\wels_common_defs.h" 735 > 736 </File> 737 <File 738 RelativePath="..\..\..\encoder\core\inc\wels_const.h" 739 > 740 </File> 741 <File 742 RelativePath="..\..\..\common\inc\wels_const_common.h" 743 > 744 </File> 745 <File 746 RelativePath="..\..\..\encoder\core\inc\wels_func_ptr_def.h" 747 > 748 </File> 749 <File 750 RelativePath="..\..\..\common\inc\WelsThreadLib.h" 751 > 752 </File> 753 </Filter> 754 <Filter 755 Name="asm" 756 Filter="*.asm;*.inc" 757 > 758 <File 759 RelativePath="..\..\..\encoder\core\x86\coeff.asm" 760 > 761 <FileConfiguration 762 Name="Debug|Win32" 763 > 764 <Tool 765 Name="VCCustomBuildTool" 766 CommandLine="nasm -I$(InputDir) -I$(InputDir)/../../../common/x86/ -f win32 -DPREFIX -DX86_32 -o $(IntDir)\$(InputName).obj $(InputPath)
" 767 Outputs="$(IntDir)\$(InputName).obj" 768 /> 769 </FileConfiguration> 770 <FileConfiguration 771 Name="Debug|x64" 772 > 773 <Tool 774 Name="VCCustomBuildTool" 775 CommandLine="nasm -I$(InputDir) -I$(InputDir)/../../../common/x86/ -f win64 -DWIN64 -o $(IntDir)\$(InputName).obj $(InputPath)
" 776 Outputs="$(IntDir)\$(InputName).obj" 777 /> 778 </FileConfiguration> 779 <FileConfiguration 780 Name="Release|Win32" 781 > 782 <Tool 783 Name="VCCustomBuildTool" 784 CommandLine="nasm -I$(InputDir) -I$(InputDir)/../../../common/x86/ -f win32 -DPREFIX -DX86_32 -o $(IntDir)\$(InputName).obj $(InputPath)
" 785 Outputs="$(IntDir)\$(InputName).obj" 786 /> 787 </FileConfiguration> 788 <FileConfiguration 789 Name="Release|x64" 790 > 791 <Tool 792 Name="VCCustomBuildTool" 793 CommandLine="nasm -I$(InputDir) -I$(InputDir)/../../../common/x86/ -f win64 -DWIN64 -o $(IntDir)\$(InputName).obj $(InputPath)
" 794 Outputs="$(IntDir)\$(InputName).obj" 795 /> 796 </FileConfiguration> 797 </File> 798 <File 799 RelativePath="..\..\..\common\x86\cpuid.asm" 800 > 801 <FileConfiguration 802 Name="Debug|Win32" 803 > 804 <Tool 805 Name="VCCustomBuildTool" 806 CommandLine="nasm -I$(InputDir) -I$(InputDir)/../../../common/x86/ -f win32 -DPREFIX -DX86_32 -o $(IntDir)\$(InputName).obj $(InputPath)
" 807 Outputs="$(IntDir)\$(InputName).obj" 808 /> 809 </FileConfiguration> 810 <FileConfiguration 811 Name="Debug|x64" 812 > 813 <Tool 814 Name="VCCustomBuildTool" 815 CommandLine="nasm -I$(InputDir) -I$(InputDir)/../../../common/x86/ -f win64 -DWIN64 -o $(IntDir)\$(InputName).obj $(InputPath)
" 816 Outputs="$(IntDir)\$(InputName).obj" 817 /> 818 </FileConfiguration> 819 <FileConfiguration 820 Name="Release|Win32" 821 > 822 <Tool 823 Name="VCCustomBuildTool" 824 CommandLine="nasm -I$(InputDir) -I$(InputDir)/../../../common/x86/ -f win32 -DPREFIX -DX86_32 -o $(IntDir)\$(InputName).obj $(InputPath)
" 825 Outputs="$(IntDir)\$(InputName).obj" 826 /> 827 </FileConfiguration> 828 <FileConfiguration 829 Name="Release|x64" 830 > 831 <Tool 832 Name="VCCustomBuildTool" 833 CommandLine="nasm -I$(InputDir) -I$(InputDir)/../../../common/x86/ -f win64 -DWIN64 -o $(IntDir)\$(InputName).obj $(InputPath)
" 834 Outputs="$(IntDir)\$(InputName).obj" 835 /> 836 </FileConfiguration> 837 </File> 838 <File 839 RelativePath="..\..\..\common\x86\dct.asm" 840 > 841 <FileConfiguration 842 Name="Debug|Win32" 843 > 844 <Tool 845 Name="VCCustomBuildTool" 846 CommandLine="nasm -I$(InputDir) -I$(InputDir)/../../../common/x86/ -f win32 -DPREFIX -DX86_32 -o $(IntDir)\$(InputName)_common.obj $(InputPath)
" 847 Outputs="$(IntDir)\$(InputName)_common.obj" 848 /> 849 </FileConfiguration> 850 <FileConfiguration 851 Name="Debug|x64" 852 > 853 <Tool 854 Name="VCCustomBuildTool" 855 CommandLine="nasm -I$(InputDir) -I$(InputDir)/../../../common/x86/ -f win64 -DWIN64 -o $(IntDir)\$(InputName)_common.obj $(InputPath)
" 856 Outputs="$(IntDir)\$(InputName)_common.obj" 857 /> 858 </FileConfiguration> 859 <FileConfiguration 860 Name="Release|Win32" 861 > 862 <Tool 863 Name="VCCustomBuildTool" 864 CommandLine="nasm -I$(InputDir) -I$(InputDir)/../../../common/x86/ -f win32 -DPREFIX -DX86_32 -o $(IntDir)\$(InputName)_common.obj $(InputPath)
" 865 Outputs="$(IntDir)\$(InputName)_common.obj" 866 /> 867 </FileConfiguration> 868 <FileConfiguration 869 Name="Release|x64" 870 > 871 <Tool 872 Name="VCCustomBuildTool" 873 CommandLine="nasm -I$(InputDir) -I$(InputDir)/../../../common/x86/ -f win64 -DWIN64 -o $(IntDir)\$(InputName)_common.obj $(InputPath)
" 874 Outputs="$(IntDir)\$(InputName)_common.obj" 875 /> 876 </FileConfiguration> 877 </File> 878 <File 879 RelativePath="..\..\..\encoder\core\x86\dct.asm" 880 > 881 <FileConfiguration 882 Name="Debug|Win32" 883 > 884 <Tool 885 Name="VCCustomBuildTool" 886 CommandLine="nasm -I$(InputDir) -I$(InputDir)/../../../common/x86/ -f win32 -DPREFIX -DX86_32 -o $(IntDir)\$(InputName).obj $(InputPath)
" 887 Outputs="$(IntDir)\$(InputName).obj" 888 /> 889 </FileConfiguration> 890 <FileConfiguration 891 Name="Debug|x64" 892 > 893 <Tool 894 Name="VCCustomBuildTool" 895 CommandLine="nasm -I$(InputDir) -I$(InputDir)/../../../common/x86/ -f win64 -DWIN64 -o $(IntDir)\$(InputName).obj $(InputPath)
" 896 Outputs="$(IntDir)\$(InputName).obj" 897 /> 898 </FileConfiguration> 899 <FileConfiguration 900 Name="Release|Win32" 901 > 902 <Tool 903 Name="VCCustomBuildTool" 904 CommandLine="nasm -I$(InputDir) -I$(InputDir)/../../../common/x86/ -f win32 -DPREFIX -DX86_32 -o $(IntDir)\$(InputName).obj $(InputPath)
" 905 Outputs="$(IntDir)\$(InputName).obj" 906 /> 907 </FileConfiguration> 908 <FileConfiguration 909 Name="Release|x64" 910 > 911 <Tool 912 Name="VCCustomBuildTool" 913 CommandLine="nasm -I$(InputDir) -I$(InputDir)/../../../common/x86/ -f win64 -DWIN64 -o $(IntDir)\$(InputName).obj $(InputPath)
" 914 Outputs="$(IntDir)\$(InputName).obj" 915 /> 916 </FileConfiguration> 917 </File> 918 <File 919 RelativePath="..\..\..\common\x86\deblock.asm" 920 > 921 <FileConfiguration 922 Name="Debug|Win32" 923 > 924 <Tool 925 Name="VCCustomBuildTool" 926 CommandLine="nasm -I$(InputDir) -I$(InputDir)/../../../common/x86/ -f win32 -DPREFIX -DX86_32 -o $(IntDir)\$(InputName).obj $(InputPath)
" 927 Outputs="$(IntDir)\$(InputName).obj" 928 /> 929 </FileConfiguration> 930 <FileConfiguration 931 Name="Debug|x64" 932 > 933 <Tool 934 Name="VCCustomBuildTool" 935 CommandLine="nasm -I$(InputDir) -I$(InputDir)/../../../common/x86/ -f win64 -DWIN64 -o $(IntDir)\$(InputName).obj $(InputPath)
" 936 Outputs="$(IntDir)\$(InputName).obj" 937 /> 938 </FileConfiguration> 939 <FileConfiguration 940 Name="Release|Win32" 941 > 942 <Tool 943 Name="VCCustomBuildTool" 944 CommandLine="nasm -I$(InputDir) -I$(InputDir)/../../../common/x86/ -f win32 -DPREFIX -DX86_32 -o $(IntDir)\$(InputName).obj $(InputPath)
" 945 Outputs="$(IntDir)\$(InputName).obj" 946 /> 947 </FileConfiguration> 948 <FileConfiguration 949 Name="Release|x64" 950 > 951 <Tool 952 Name="VCCustomBuildTool" 953 CommandLine="nasm -I$(InputDir) -I$(InputDir)/../../../common/x86/ -f win64 -DWIN64 -o $(IntDir)\$(InputName).obj $(InputPath)
" 954 Outputs="$(IntDir)\$(InputName).obj" 955 /> 956 </FileConfiguration> 957 </File> 958 <File 959 RelativePath="..\..\..\common\x86\expand_picture.asm" 960 > 961 <FileConfiguration 962 Name="Debug|Win32" 963 > 964 <Tool 965 Name="VCCustomBuildTool" 966 CommandLine="nasm -I$(InputDir) -I$(InputDir)/../../../common/x86/ -f win32 -DPREFIX -DX86_32 -o $(IntDir)\$(InputName).obj $(InputPath)
" 967 Outputs="$(IntDir)\$(InputName).obj" 968 /> 969 </FileConfiguration> 970 <FileConfiguration 971 Name="Debug|x64" 972 > 973 <Tool 974 Name="VCCustomBuildTool" 975 CommandLine="nasm -I$(InputDir) -I$(InputDir)/../../../common/x86/ -f win64 -DWIN64 -o $(IntDir)\$(InputName).obj $(InputPath)
" 976 Outputs="$(IntDir)\$(InputName).obj" 977 /> 978 </FileConfiguration> 979 <FileConfiguration 980 Name="Release|Win32" 981 > 982 <Tool 983 Name="VCCustomBuildTool" 984 CommandLine="nasm -I$(InputDir) -I$(InputDir)/../../../common/x86/ -f win32 -DPREFIX -DX86_32 -o $(IntDir)\$(InputName).obj $(InputPath)
" 985 Outputs="$(IntDir)\$(InputName).obj" 986 /> 987 </FileConfiguration> 988 <FileConfiguration 989 Name="Release|x64" 990 > 991 <Tool 992 Name="VCCustomBuildTool" 993 CommandLine="nasm -I$(InputDir) -I$(InputDir)/../../../common/x86/ -f win64 -DWIN64 -o $(IntDir)\$(InputName).obj $(InputPath)
" 994 Outputs="$(IntDir)\$(InputName).obj" 995 /> 996 </FileConfiguration> 997 </File> 998 <File 999 RelativePath="..\..\..\encoder\core\x86\intra_pred.asm" 1000 > 1001 <FileConfiguration 1002 Name="Debug|Win32" 1003 > 1004 <Tool 1005 Name="VCCustomBuildTool" 1006 CommandLine="nasm -I$(InputDir) -I$(InputDir)/../../../common/x86/ -f win32 -DPREFIX -DX86_32 -o $(IntDir)\$(InputName).obj $(InputPath)
" 1007 Outputs="$(IntDir)\$(InputName).obj" 1008 /> 1009 </FileConfiguration> 1010 <FileConfiguration 1011 Name="Debug|x64" 1012 > 1013 <Tool 1014 Name="VCCustomBuildTool" 1015 CommandLine="nasm -I$(InputDir) -I$(InputDir)/../../../common/x86/ -f win64 -DWIN64 -o $(IntDir)\$(InputName).obj $(InputPath)
" 1016 Outputs="$(IntDir)\$(InputName).obj" 1017 /> 1018 </FileConfiguration> 1019 <FileConfiguration 1020 Name="Release|Win32" 1021 > 1022 <Tool 1023 Name="VCCustomBuildTool" 1024 CommandLine="nasm -I$(InputDir) -I$(InputDir)/../../../common/x86/ -f win32 -DPREFIX -DX86_32 -o $(IntDir)\$(InputName).obj $(InputPath)
" 1025 Outputs="$(IntDir)\$(InputName).obj" 1026 /> 1027 </FileConfiguration> 1028 <FileConfiguration 1029 Name="Release|x64" 1030 > 1031 <Tool 1032 Name="VCCustomBuildTool" 1033 CommandLine="nasm -I$(InputDir) -I$(InputDir)/../../../common/x86/ -f win64 -DWIN64 -o $(IntDir)\$(InputName).obj $(InputPath)
" 1034 Outputs="$(IntDir)\$(InputName).obj" 1035 /> 1036 </FileConfiguration> 1037 </File> 1038 <File 1039 RelativePath="..\..\..\common\x86\intra_pred_com.asm" 1040 > 1041 <FileConfiguration 1042 Name="Debug|Win32" 1043 > 1044 <Tool 1045 Name="VCCustomBuildTool" 1046 CommandLine="nasm -I$(InputDir) -I$(InputDir)/../../../common/x86/ -f win32 -DPREFIX -DX86_32 -o $(IntDir)\$(InputName).obj $(InputPath)
" 1047 Outputs="$(IntDir)\$(InputName).obj" 1048 /> 1049 </FileConfiguration> 1050 <FileConfiguration 1051 Name="Debug|x64" 1052 > 1053 <Tool 1054 Name="VCCustomBuildTool" 1055 CommandLine="nasm -I$(InputDir) -I$(InputDir)/../../../common/x86/ -f win64 -DWIN64 -o $(IntDir)\$(InputName).obj $(InputPath)
" 1056 Outputs="$(IntDir)\$(InputName).obj" 1057 /> 1058 </FileConfiguration> 1059 <FileConfiguration 1060 Name="Release|Win32" 1061 > 1062 <Tool 1063 Name="VCCustomBuildTool" 1064 CommandLine="nasm -I$(InputDir) -I$(InputDir)/../../../common/x86/ -f win32 -DPREFIX -DX86_32 -o $(IntDir)\$(InputName).obj $(InputPath)
" 1065 Outputs="$(IntDir)\$(InputName).obj" 1066 /> 1067 </FileConfiguration> 1068 <FileConfiguration 1069 Name="Release|x64" 1070 > 1071 <Tool 1072 Name="VCCustomBuildTool" 1073 CommandLine="nasm -I$(InputDir) -I$(InputDir)/../../../common/x86/ -f win64 -DWIN64 -o $(IntDir)\$(InputName).obj $(InputPath)
" 1074 Outputs="$(IntDir)\$(InputName).obj" 1075 /> 1076 </FileConfiguration> 1077 </File> 1078 <File 1079 RelativePath="..\..\..\encoder\core\x86\matrix_transpose.asm" 1080 > 1081 <FileConfiguration 1082 Name="Debug|Win32" 1083 > 1084 <Tool 1085 Name="VCCustomBuildTool" 1086 CommandLine="nasm -I$(InputDir) -I$(InputDir)/../../../common/x86/ -f win32 -DPREFIX -DX86_32 -o $(IntDir)\$(InputName).obj $(InputPath)
" 1087 Outputs="$(IntDir)\$(InputName).obj" 1088 /> 1089 </FileConfiguration> 1090 <FileConfiguration 1091 Name="Debug|x64" 1092 > 1093 <Tool 1094 Name="VCCustomBuildTool" 1095 CommandLine="nasm -I$(InputDir) -I$(InputDir)/../../../common/x86/ -f win64 -DWIN64 -o $(IntDir)\$(InputName).obj $(InputPath)
" 1096 Outputs="$(IntDir)\$(InputName).obj" 1097 /> 1098 </FileConfiguration> 1099 <FileConfiguration 1100 Name="Release|Win32" 1101 > 1102 <Tool 1103 Name="VCCustomBuildTool" 1104 CommandLine="nasm -I$(InputDir) -I$(InputDir)/../../../common/x86/ -f win32 -DPREFIX -DX86_32 -o $(IntDir)\$(InputName).obj $(InputPath)
" 1105 Outputs="$(IntDir)\$(InputName).obj" 1106 /> 1107 </FileConfiguration> 1108 <FileConfiguration 1109 Name="Release|x64" 1110 > 1111 <Tool 1112 Name="VCCustomBuildTool" 1113 CommandLine="nasm -I$(InputDir) -I$(InputDir)/../../../common/x86/ -f win64 -DWIN64 -o $(IntDir)\$(InputName).obj $(InputPath)
" 1114 Outputs="$(IntDir)\$(InputName).obj" 1115 /> 1116 </FileConfiguration> 1117 </File> 1118 <File 1119 RelativePath="..\..\..\common\x86\mb_copy.asm" 1120 > 1121 <FileConfiguration 1122 Name="Debug|Win32" 1123 > 1124 <Tool 1125 Name="VCCustomBuildTool" 1126 CommandLine="nasm -I$(InputDir) -I$(InputDir)/../../../common/x86/ -f win32 -DPREFIX -DX86_32 -o $(IntDir)\$(InputName).obj $(InputPath)
" 1127 Outputs="$(IntDir)\$(InputName).obj" 1128 /> 1129 </FileConfiguration> 1130 <FileConfiguration 1131 Name="Debug|x64" 1132 > 1133 <Tool 1134 Name="VCCustomBuildTool" 1135 CommandLine="nasm -I$(InputDir) -I$(InputDir)/../../../common/x86/ -f win64 -DWIN64 -o $(IntDir)\$(InputName).obj $(InputPath)
" 1136 Outputs="$(IntDir)\$(InputName).obj" 1137 /> 1138 </FileConfiguration> 1139 <FileConfiguration 1140 Name="Release|Win32" 1141 > 1142 <Tool 1143 Name="VCCustomBuildTool" 1144 CommandLine="nasm -I$(InputDir) -I$(InputDir)/../../../common/x86/ -f win32 -DPREFIX -DX86_32 -o $(IntDir)\$(InputName).obj $(InputPath)
" 1145 Outputs="$(IntDir)\$(InputName).obj" 1146 /> 1147 </FileConfiguration> 1148 <FileConfiguration 1149 Name="Release|x64" 1150 > 1151 <Tool 1152 Name="VCCustomBuildTool" 1153 CommandLine="nasm -I$(InputDir) -I$(InputDir)/../../../common/x86/ -f win64 -DWIN64 -o $(IntDir)\$(InputName).obj $(InputPath)
" 1154 Outputs="$(IntDir)\$(InputName).obj" 1155 /> 1156 </FileConfiguration> 1157 </File> 1158 <File 1159 RelativePath="..\..\..\common\x86\mc_chroma.asm" 1160 > 1161 <FileConfiguration 1162 Name="Debug|Win32" 1163 > 1164 <Tool 1165 Name="VCCustomBuildTool" 1166 CommandLine="nasm -I$(InputDir) -I$(InputDir)/../../../common/x86/ -f win32 -DPREFIX -DX86_32 -o $(IntDir)\$(InputName).obj $(InputPath)
" 1167 Outputs="$(IntDir)\$(InputName).obj" 1168 /> 1169 </FileConfiguration> 1170 <FileConfiguration 1171 Name="Debug|x64" 1172 > 1173 <Tool 1174 Name="VCCustomBuildTool" 1175 CommandLine="nasm -I$(InputDir) -I$(InputDir)/../../../common/x86/ -f win64 -DWIN64 -o $(IntDir)\$(InputName).obj $(InputPath)
" 1176 Outputs="$(IntDir)\$(InputName).obj" 1177 /> 1178 </FileConfiguration> 1179 <FileConfiguration 1180 Name="Release|Win32" 1181 > 1182 <Tool 1183 Name="VCCustomBuildTool" 1184 CommandLine="nasm -I$(InputDir) -I$(InputDir)/../../../common/x86/ -f win32 -DPREFIX -DX86_32 -o $(IntDir)\$(InputName).obj $(InputPath)
" 1185 Outputs="$(IntDir)\$(InputName).obj" 1186 /> 1187 </FileConfiguration> 1188 <FileConfiguration 1189 Name="Release|x64" 1190 > 1191 <Tool 1192 Name="VCCustomBuildTool" 1193 CommandLine="nasm -I$(InputDir) -I$(InputDir)/../../../common/x86/ -f win64 -DWIN64 -o $(IntDir)\$(InputName).obj $(InputPath)
" 1194 Outputs="$(IntDir)\$(InputName).obj" 1195 /> 1196 </FileConfiguration> 1197 </File> 1198 <File 1199 RelativePath="..\..\..\common\x86\mc_luma.asm" 1200 > 1201 <FileConfiguration 1202 Name="Debug|Win32" 1203 > 1204 <Tool 1205 Name="VCCustomBuildTool" 1206 CommandLine="nasm -I$(InputDir) -I$(InputDir)/../../../common/x86/ -f win32 -DPREFIX -DX86_32 -o $(IntDir)\$(InputName).obj $(InputPath)
" 1207 Outputs="$(IntDir)\$(InputName).obj" 1208 /> 1209 </FileConfiguration> 1210 <FileConfiguration 1211 Name="Debug|x64" 1212 > 1213 <Tool 1214 Name="VCCustomBuildTool" 1215 CommandLine="nasm -I$(InputDir) -I$(InputDir)/../../../common/x86/ -f win64 -DWIN64 -o $(IntDir)\$(InputName).obj $(InputPath)
" 1216 Outputs="$(IntDir)\$(InputName).obj" 1217 /> 1218 </FileConfiguration> 1219 <FileConfiguration 1220 Name="Release|Win32" 1221 > 1222 <Tool 1223 Name="VCCustomBuildTool" 1224 CommandLine="nasm -I$(InputDir) -I$(InputDir)/../../../common/x86/ -f win32 -DPREFIX -DX86_32 -o $(IntDir)\$(InputName).obj $(InputPath)
" 1225 Outputs="$(IntDir)\$(InputName).obj" 1226 /> 1227 </FileConfiguration> 1228 <FileConfiguration 1229 Name="Release|x64" 1230 > 1231 <Tool 1232 Name="VCCustomBuildTool" 1233 CommandLine="nasm -I$(InputDir) -I$(InputDir)/../../../common/x86/ -f win64 -DWIN64 -o $(IntDir)\$(InputName).obj $(InputPath)
" 1234 Outputs="$(IntDir)\$(InputName).obj" 1235 /> 1236 </FileConfiguration> 1237 </File> 1238 <File 1239 RelativePath="..\..\..\encoder\core\x86\memzero.asm" 1240 > 1241 <FileConfiguration 1242 Name="Debug|Win32" 1243 > 1244 <Tool 1245 Name="VCCustomBuildTool" 1246 CommandLine="nasm -I$(InputDir) -I$(InputDir)/../../../common/x86/ -f win32 -DPREFIX -DX86_32 -o $(IntDir)\$(InputName).obj $(InputPath)
" 1247 Outputs="$(IntDir)\$(InputName).obj" 1248 /> 1249 </FileConfiguration> 1250 <FileConfiguration 1251 Name="Debug|x64" 1252 > 1253 <Tool 1254 Name="VCCustomBuildTool" 1255 CommandLine="nasm -I$(InputDir) -I$(InputDir)/../../../common/x86/ -f win64 -DWIN64 -o $(IntDir)\$(InputName).obj $(InputPath)
" 1256 Outputs="$(IntDir)\$(InputName).obj" 1257 /> 1258 </FileConfiguration> 1259 <FileConfiguration 1260 Name="Release|Win32" 1261 > 1262 <Tool 1263 Name="VCCustomBuildTool" 1264 CommandLine="nasm -I$(InputDir) -I$(InputDir)/../../../common/x86/ -f win32 -DPREFIX -DX86_32 -o $(IntDir)\$(InputName).obj $(InputPath)
" 1265 Outputs="$(IntDir)\$(InputName).obj" 1266 /> 1267 </FileConfiguration> 1268 <FileConfiguration 1269 Name="Release|x64" 1270 > 1271 <Tool 1272 Name="VCCustomBuildTool" 1273 CommandLine="nasm -I$(InputDir) -I$(InputDir)/../../../common/x86/ -f win64 -DWIN64 -o $(IntDir)\$(InputName).obj $(InputPath)
" 1274 Outputs="$(IntDir)\$(InputName).obj" 1275 /> 1276 </FileConfiguration> 1277 </File> 1278 <File 1279 RelativePath="..\..\..\encoder\core\x86\quant.asm" 1280 > 1281 <FileConfiguration 1282 Name="Debug|Win32" 1283 > 1284 <Tool 1285 Name="VCCustomBuildTool" 1286 CommandLine="nasm -I$(InputDir) -I$(InputDir)/../../../common/x86/ -f win32 -DPREFIX -DX86_32 -o $(IntDir)\$(InputName).obj $(InputPath)
" 1287 Outputs="$(IntDir)\$(InputName).obj" 1288 /> 1289 </FileConfiguration> 1290 <FileConfiguration 1291 Name="Debug|x64" 1292 > 1293 <Tool 1294 Name="VCCustomBuildTool" 1295 CommandLine="nasm -I$(InputDir) -I$(InputDir)/../../../common/x86/ -f win64 -DWIN64 -o $(IntDir)\$(InputName).obj $(InputPath)
" 1296 Outputs="$(IntDir)\$(InputName).obj" 1297 /> 1298 </FileConfiguration> 1299 <FileConfiguration 1300 Name="Release|Win32" 1301 > 1302 <Tool 1303 Name="VCCustomBuildTool" 1304 CommandLine="nasm -I$(InputDir) -I$(InputDir)/../../../common/x86/ -f win32 -DPREFIX -DX86_32 -o $(IntDir)\$(InputName).obj $(InputPath)
" 1305 Outputs="$(IntDir)\$(InputName).obj" 1306 /> 1307 </FileConfiguration> 1308 <FileConfiguration 1309 Name="Release|x64" 1310 > 1311 <Tool 1312 Name="VCCustomBuildTool" 1313 CommandLine="nasm -I$(InputDir) -I$(InputDir)/../../../common/x86/ -f win64 -DWIN64 -o $(IntDir)\$(InputName).obj $(InputPath)
" 1314 Outputs="$(IntDir)\$(InputName).obj" 1315 /> 1316 </FileConfiguration> 1317 </File> 1318 <File 1319 RelativePath="..\..\..\encoder\core\x86\sample_sc.asm" 1320 > 1321 <FileConfiguration 1322 Name="Debug|Win32" 1323 > 1324 <Tool 1325 Name="VCCustomBuildTool" 1326 CommandLine="nasm -I$(InputDir) -I$(InputDir)/../../../common/x86/ -f win32 -DPREFIX -DX86_32 -o $(IntDir)\$(InputName).obj $(InputPath)
" 1327 Outputs="$(IntDir)\$(InputName).obj" 1328 /> 1329 </FileConfiguration> 1330 <FileConfiguration 1331 Name="Debug|x64" 1332 > 1333 <Tool 1334 Name="VCCustomBuildTool" 1335 CommandLine="nasm -I$(InputDir) -I$(InputDir)/../../../common/x86/ -f win64 -DWIN64 -o $(IntDir)\$(InputName).obj $(InputPath)
" 1336 Outputs="$(IntDir)\$(InputName).obj" 1337 /> 1338 </FileConfiguration> 1339 <FileConfiguration 1340 Name="Release|Win32" 1341 > 1342 <Tool 1343 Name="VCCustomBuildTool" 1344 CommandLine="nasm -I$(InputDir) -I$(InputDir)/../../../common/x86/ -f win32 -DPREFIX -DX86_32 -o $(IntDir)\$(InputName).obj $(InputPath)
" 1345 Outputs="$(IntDir)\$(InputName).obj" 1346 /> 1347 </FileConfiguration> 1348 <FileConfiguration 1349 Name="Release|x64" 1350 > 1351 <Tool 1352 Name="VCCustomBuildTool" 1353 CommandLine="nasm -I$(InputDir) -I$(InputDir)/../../../common/x86/ -f win64 -DWIN64 -o $(IntDir)\$(InputName).obj $(InputPath)
" 1354 Outputs="$(IntDir)\$(InputName).obj" 1355 /> 1356 </FileConfiguration> 1357 </File> 1358 <File 1359 RelativePath="..\..\..\common\x86\satd_sad.asm" 1360 > 1361 <FileConfiguration 1362 Name="Debug|Win32" 1363 > 1364 <Tool 1365 Name="VCCustomBuildTool" 1366 CommandLine="nasm -I$(InputDir) -I$(InputDir)/../../../common/x86/ -f win32 -DPREFIX -DX86_32 -o $(IntDir)\$(InputName).obj $(InputPath)
" 1367 Outputs="$(IntDir)\$(InputName).obj" 1368 /> 1369 </FileConfiguration> 1370 <FileConfiguration 1371 Name="Debug|x64" 1372 > 1373 <Tool 1374 Name="VCCustomBuildTool" 1375 CommandLine="nasm -I$(InputDir) -I$(InputDir)/../../../common/x86/ -f win64 -DWIN64 -o $(IntDir)\$(InputName).obj $(InputPath)
" 1376 Outputs="$(IntDir)\$(InputName).obj" 1377 /> 1378 </FileConfiguration> 1379 <FileConfiguration 1380 Name="Release|Win32" 1381 > 1382 <Tool 1383 Name="VCCustomBuildTool" 1384 CommandLine="nasm -I$(InputDir) -I$(InputDir)/../../../common/x86/ -f win32 -DPREFIX -DX86_32 -o $(IntDir)\$(InputName).obj $(InputPath)
" 1385 Outputs="$(IntDir)\$(InputName).obj" 1386 /> 1387 </FileConfiguration> 1388 <FileConfiguration 1389 Name="Release|x64" 1390 > 1391 <Tool 1392 Name="VCCustomBuildTool" 1393 CommandLine="nasm -I$(InputDir) -I$(InputDir)/../../../common/x86/ -f win64 -DWIN64 -o $(IntDir)\$(InputName).obj $(InputPath)
" 1394 Outputs="$(IntDir)\$(InputName).obj" 1395 /> 1396 </FileConfiguration> 1397 </File> 1398 <File 1399 RelativePath="..\..\..\encoder\core\x86\score.asm" 1400 > 1401 <FileConfiguration 1402 Name="Debug|Win32" 1403 > 1404 <Tool 1405 Name="VCCustomBuildTool" 1406 CommandLine="nasm -I$(InputDir) -I$(InputDir)/../../../common/x86/ -f win32 -DPREFIX -DX86_32 -o $(IntDir)\$(InputName).obj $(InputPath)
" 1407 Outputs="$(IntDir)\$(InputName).obj" 1408 /> 1409 </FileConfiguration> 1410 <FileConfiguration 1411 Name="Debug|x64" 1412 > 1413 <Tool 1414 Name="VCCustomBuildTool" 1415 CommandLine="nasm -I$(InputDir) -I$(InputDir)/../../../common/x86/ -f win64 -DWIN64 -o $(IntDir)\$(InputName).obj $(InputPath)
" 1416 Outputs="$(IntDir)\$(InputName).obj" 1417 /> 1418 </FileConfiguration> 1419 <FileConfiguration 1420 Name="Release|Win32" 1421 > 1422 <Tool 1423 Name="VCCustomBuildTool" 1424 CommandLine="nasm -I$(InputDir) -I$(InputDir)/../../../common/x86/ -f win32 -DPREFIX -DX86_32 -o $(IntDir)\$(InputName).obj $(InputPath)
" 1425 Outputs="$(IntDir)\$(InputName).obj" 1426 /> 1427 </FileConfiguration> 1428 <FileConfiguration 1429 Name="Release|x64" 1430 > 1431 <Tool 1432 Name="VCCustomBuildTool" 1433 CommandLine="nasm -I$(InputDir) -I$(InputDir)/../../../common/x86/ -f win64 -DWIN64 -o $(IntDir)\$(InputName).obj $(InputPath)
" 1434 Outputs="$(IntDir)\$(InputName).obj" 1435 /> 1436 </FileConfiguration> 1437 </File> 1438 <File 1439 RelativePath="..\..\..\common\x86\vaa.asm" 1440 > 1441 <FileConfiguration 1442 Name="Debug|Win32" 1443 > 1444 <Tool 1445 Name="VCCustomBuildTool" 1446 CommandLine="nasm -I$(InputDir) -I$(InputDir)/../../../common/x86/ -f win32 -DPREFIX -DX86_32 -o $(IntDir)\$(InputName).obj $(InputPath)
" 1447 Outputs="$(IntDir)\$(InputName).obj" 1448 /> 1449 </FileConfiguration> 1450 <FileConfiguration 1451 Name="Debug|x64" 1452 > 1453 <Tool 1454 Name="VCCustomBuildTool" 1455 CommandLine="nasm -I$(InputDir) -I$(InputDir)/../../../common/x86/ -f win64 -DWIN64 -o $(IntDir)\$(InputName).obj $(InputPath)
" 1456 Outputs="$(IntDir)\$(InputName).obj" 1457 /> 1458 </FileConfiguration> 1459 <FileConfiguration 1460 Name="Release|Win32" 1461 > 1462 <Tool 1463 Name="VCCustomBuildTool" 1464 CommandLine="nasm -I$(InputDir) -I$(InputDir)/../../../common/x86/ -f win32 -DPREFIX -DX86_32 -o $(IntDir)\$(InputName).obj $(InputPath)
" 1465 Outputs="$(IntDir)\$(InputName).obj" 1466 /> 1467 </FileConfiguration> 1468 <FileConfiguration 1469 Name="Release|x64" 1470 > 1471 <Tool 1472 Name="VCCustomBuildTool" 1473 CommandLine="nasm -I$(InputDir) -I$(InputDir)/../../../common/x86/ -f win64 -DWIN64 -o $(IntDir)\$(InputName).obj $(InputPath)
" 1474 Outputs="$(IntDir)\$(InputName).obj" 1475 /> 1476 </FileConfiguration> 1477 </File> 1478 </Filter> 1479 <Filter 1480 Name="PreProcess" 1481 > 1482 <File 1483 RelativePath="..\..\..\processing\interface\IWelsVP.h" 1484 > 1485 </File> 1486 <File 1487 RelativePath="..\..\..\encoder\core\src\wels_preprocess.cpp" 1488 > 1489 </File> 1490 <File 1491 RelativePath="..\..\..\encoder\core\inc\wels_preprocess.h" 1492 > 1493 </File> 1494 </Filter> 1495 </Files> 1496 <Globals> 1497 </Globals> 1498</VisualStudioProject> 1499