1<?xml version="1.0" encoding="gb2312"?> 2<VisualStudioProject 3 ProjectType="Visual C++" 4 Version="9.00" 5 Name="WelsDecCore" 6 ProjectGUID="{01B4AE41-6AD6-4CAF-AEB3-C42F7F9121D5}" 7 RootNamespace="WelsDecCore" 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="Release|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 WholeProgramOptimization="1" 34 > 35 <Tool 36 Name="VCPreBuildEventTool" 37 /> 38 <Tool 39 Name="VCCustomBuildTool" 40 /> 41 <Tool 42 Name="MASM" 43 /> 44 <Tool 45 Name="VCXMLDataGeneratorTool" 46 /> 47 <Tool 48 Name="VCWebServiceProxyGeneratorTool" 49 /> 50 <Tool 51 Name="VCMIDLTool" 52 /> 53 <Tool 54 Name="VCCLCompilerTool" 55 Optimization="2" 56 InlineFunctionExpansion="1" 57 AdditionalIncludeDirectories="..\..\..\decoder\core\inc;..\..\..\common\inc;..\..\..\api\wels" 58 PreprocessorDefinitions="NDEBUG;_LIB;X86_ASM" 59 StringPooling="true" 60 RuntimeLibrary="0" 61 EnableFunctionLevelLinking="true" 62 WarningLevel="3" 63 DebugInformationFormat="3" 64 /> 65 <Tool 66 Name="VCManagedResourceCompilerTool" 67 /> 68 <Tool 69 Name="VCResourceCompilerTool" 70 PreprocessorDefinitions="NDEBUG" 71 Culture="1033" 72 /> 73 <Tool 74 Name="VCPreLinkEventTool" 75 /> 76 <Tool 77 Name="VCLibrarianTool" 78 OutputFile="$(OutDir)\welsdcore.lib" 79 /> 80 <Tool 81 Name="VCALinkTool" 82 /> 83 <Tool 84 Name="VCXDCMakeTool" 85 /> 86 <Tool 87 Name="VCBscMakeTool" 88 /> 89 <Tool 90 Name="VCFxCopTool" 91 /> 92 <Tool 93 Name="VCPostBuildEventTool" 94 /> 95 </Configuration> 96 <Configuration 97 Name="Release|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 WholeProgramOptimization="1" 106 > 107 <Tool 108 Name="VCPreBuildEventTool" 109 /> 110 <Tool 111 Name="VCCustomBuildTool" 112 /> 113 <Tool 114 Name="MASM" 115 /> 116 <Tool 117 Name="VCXMLDataGeneratorTool" 118 /> 119 <Tool 120 Name="VCWebServiceProxyGeneratorTool" 121 /> 122 <Tool 123 Name="VCMIDLTool" 124 TargetEnvironment="3" 125 /> 126 <Tool 127 Name="VCCLCompilerTool" 128 Optimization="2" 129 InlineFunctionExpansion="1" 130 AdditionalIncludeDirectories="..\..\..\decoder\core\inc;..\..\..\common\inc;..\..\..\api\wels" 131 PreprocessorDefinitions="NDEBUG;_LIB;X86_ASM" 132 StringPooling="true" 133 RuntimeLibrary="0" 134 EnableFunctionLevelLinking="true" 135 WarningLevel="3" 136 DebugInformationFormat="3" 137 /> 138 <Tool 139 Name="VCManagedResourceCompilerTool" 140 /> 141 <Tool 142 Name="VCResourceCompilerTool" 143 PreprocessorDefinitions="NDEBUG" 144 Culture="1033" 145 /> 146 <Tool 147 Name="VCPreLinkEventTool" 148 /> 149 <Tool 150 Name="VCLibrarianTool" 151 OutputFile="$(OutDir)\welsdcore.lib" 152 /> 153 <Tool 154 Name="VCALinkTool" 155 /> 156 <Tool 157 Name="VCXDCMakeTool" 158 /> 159 <Tool 160 Name="VCBscMakeTool" 161 /> 162 <Tool 163 Name="VCFxCopTool" 164 /> 165 <Tool 166 Name="VCPostBuildEventTool" 167 /> 168 </Configuration> 169 <Configuration 170 Name="Debug|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 > 179 <Tool 180 Name="VCPreBuildEventTool" 181 /> 182 <Tool 183 Name="VCCustomBuildTool" 184 /> 185 <Tool 186 Name="MASM" 187 /> 188 <Tool 189 Name="VCXMLDataGeneratorTool" 190 /> 191 <Tool 192 Name="VCWebServiceProxyGeneratorTool" 193 /> 194 <Tool 195 Name="VCMIDLTool" 196 /> 197 <Tool 198 Name="VCCLCompilerTool" 199 Optimization="0" 200 AdditionalIncludeDirectories="..\..\..\decoder\core\inc;..\..\..\common\inc;..\..\..\api\wels" 201 PreprocessorDefinitions="_DEBUG;_LIB;X86_ASM" 202 MinimalRebuild="true" 203 BasicRuntimeChecks="3" 204 RuntimeLibrary="1" 205 WarningLevel="3" 206 DebugInformationFormat="4" 207 /> 208 <Tool 209 Name="VCManagedResourceCompilerTool" 210 /> 211 <Tool 212 Name="VCResourceCompilerTool" 213 PreprocessorDefinitions="_DEBUG" 214 Culture="1033" 215 /> 216 <Tool 217 Name="VCPreLinkEventTool" 218 /> 219 <Tool 220 Name="VCLibrarianTool" 221 OutputFile="$(OutDir)\welsdcore.lib" 222 /> 223 <Tool 224 Name="VCALinkTool" 225 /> 226 <Tool 227 Name="VCXDCMakeTool" 228 /> 229 <Tool 230 Name="VCBscMakeTool" 231 /> 232 <Tool 233 Name="VCFxCopTool" 234 /> 235 <Tool 236 Name="VCPostBuildEventTool" 237 /> 238 </Configuration> 239 <Configuration 240 Name="Debug|x64" 241 OutputDirectory=".\..\..\..\..\bin\$(PlatformName)\$(ConfigurationName)" 242 IntermediateDirectory="$(PlatformName)\$(ConfigurationName)" 243 ConfigurationType="4" 244 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops" 245 UseOfMFC="0" 246 ATLMinimizesCRunTimeLibraryUsage="false" 247 CharacterSet="2" 248 > 249 <Tool 250 Name="VCPreBuildEventTool" 251 /> 252 <Tool 253 Name="VCCustomBuildTool" 254 /> 255 <Tool 256 Name="MASM" 257 /> 258 <Tool 259 Name="VCXMLDataGeneratorTool" 260 /> 261 <Tool 262 Name="VCWebServiceProxyGeneratorTool" 263 /> 264 <Tool 265 Name="VCMIDLTool" 266 TargetEnvironment="3" 267 /> 268 <Tool 269 Name="VCCLCompilerTool" 270 Optimization="0" 271 AdditionalIncludeDirectories="..\..\..\decoder\core\inc;..\..\..\common\inc;..\..\..\api\wels" 272 PreprocessorDefinitions="_DEBUG;_LIB;X86_ASM" 273 MinimalRebuild="true" 274 BasicRuntimeChecks="3" 275 RuntimeLibrary="1" 276 WarningLevel="3" 277 DebugInformationFormat="3" 278 /> 279 <Tool 280 Name="VCManagedResourceCompilerTool" 281 /> 282 <Tool 283 Name="VCResourceCompilerTool" 284 PreprocessorDefinitions="_DEBUG" 285 Culture="1033" 286 /> 287 <Tool 288 Name="VCPreLinkEventTool" 289 /> 290 <Tool 291 Name="VCLibrarianTool" 292 OutputFile="$(OutDir)\welsdcore.lib" 293 /> 294 <Tool 295 Name="VCALinkTool" 296 /> 297 <Tool 298 Name="VCXDCMakeTool" 299 /> 300 <Tool 301 Name="VCBscMakeTool" 302 /> 303 <Tool 304 Name="VCFxCopTool" 305 /> 306 <Tool 307 Name="VCPostBuildEventTool" 308 /> 309 </Configuration> 310 </Configurations> 311 <References> 312 </References> 313 <Files> 314 <Filter 315 Name="asm" 316 Filter="*.asm;*.inc" 317 > 318 <File 319 RelativePath="..\..\..\common\x86\cpuid.asm" 320 > 321 <FileConfiguration 322 Name="Release|Win32" 323 > 324 <Tool 325 Name="VCCustomBuildTool" 326 CommandLine="nasm -I$(InputDir) -I$(InputDir)/../../../common/x86/ -f win32 -DPREFIX -DX86_32 -o $(IntDir)\$(InputName).obj $(InputPath)
" 327 Outputs="$(IntDir)\$(InputName).obj" 328 /> 329 </FileConfiguration> 330 <FileConfiguration 331 Name="Release|x64" 332 > 333 <Tool 334 Name="VCCustomBuildTool" 335 CommandLine="nasm -I$(InputDir) -I$(InputDir)/../../../common/x86/ -f win64 -DWIN64 -o $(IntDir)\$(InputName).obj $(InputPath)
" 336 Outputs="$(IntDir)\$(InputName).obj" 337 /> 338 </FileConfiguration> 339 <FileConfiguration 340 Name="Debug|Win32" 341 > 342 <Tool 343 Name="VCCustomBuildTool" 344 CommandLine="nasm -I$(InputDir) -I$(InputDir)/../../../common/x86/ -f win32 -DPREFIX -DX86_32 -o $(IntDir)\$(InputName).obj $(InputPath)
" 345 Outputs="$(IntDir)\$(InputName).obj" 346 /> 347 </FileConfiguration> 348 <FileConfiguration 349 Name="Debug|x64" 350 > 351 <Tool 352 Name="VCCustomBuildTool" 353 CommandLine="nasm -I$(InputDir) -I$(InputDir)/../../../common/x86/ -f win64 -DWIN64 -o $(IntDir)\$(InputName).obj $(InputPath)
" 354 Outputs="$(IntDir)\$(InputName).obj" 355 /> 356 </FileConfiguration> 357 </File> 358 <File 359 RelativePath="..\..\..\common\x86\dct.asm" 360 > 361 <FileConfiguration 362 Name="Release|Win32" 363 > 364 <Tool 365 Name="VCCustomBuildTool" 366 CommandLine="nasm -I$(InputDir) -I$(InputDir)/../../../common/x86/ -f win32 -DPREFIX -DX86_32 -o $(IntDir)\$(InputName)_common.obj $(InputPath)
" 367 Outputs="$(IntDir)\$(InputName)_common.obj" 368 /> 369 </FileConfiguration> 370 <FileConfiguration 371 Name="Release|x64" 372 > 373 <Tool 374 Name="VCCustomBuildTool" 375 CommandLine="nasm -I$(InputDir) -I$(InputDir)/../../../common/x86/ -f win64 -DWIN64 -o $(IntDir)\$(InputName)_common.obj $(InputPath)
" 376 Outputs="$(IntDir)\$(InputName)_common.obj" 377 /> 378 </FileConfiguration> 379 <FileConfiguration 380 Name="Debug|Win32" 381 > 382 <Tool 383 Name="VCCustomBuildTool" 384 CommandLine="nasm -I$(InputDir) -I$(InputDir)/../../../common/x86/ -f win32 -DPREFIX -DX86_32 -o $(IntDir)\$(InputName)_common.obj $(InputPath)
" 385 Outputs="$(IntDir)\$(InputName)_common.obj" 386 /> 387 </FileConfiguration> 388 <FileConfiguration 389 Name="Debug|x64" 390 > 391 <Tool 392 Name="VCCustomBuildTool" 393 CommandLine="nasm -I$(InputDir) -I$(InputDir)/../../../common/x86/ -f win64 -DWIN64 -o $(IntDir)\$(InputName)_common.obj $(InputPath)
" 394 Outputs="$(IntDir)\$(InputName)_common.obj" 395 /> 396 </FileConfiguration> 397 </File> 398 <File 399 RelativePath="..\..\..\decoder\core\x86\dct.asm" 400 > 401 <FileConfiguration 402 Name="Release|Win32" 403 > 404 <Tool 405 Name="VCCustomBuildTool" 406 CommandLine="nasm -I$(InputDir) -I$(InputDir)/../../../common/x86/ -f win32 -DPREFIX -DX86_32 -o $(IntDir)\$(InputName).obj $(InputPath)
" 407 Outputs="$(IntDir)\$(InputName).obj" 408 /> 409 </FileConfiguration> 410 <FileConfiguration 411 Name="Release|x64" 412 > 413 <Tool 414 Name="VCCustomBuildTool" 415 CommandLine="nasm -I$(InputDir) -I$(InputDir)/../../../common/x86/ -f win64 -DWIN64 -o $(IntDir)\$(InputName).obj $(InputPath)
" 416 Outputs="$(IntDir)\$(InputName).obj" 417 /> 418 </FileConfiguration> 419 <FileConfiguration 420 Name="Debug|Win32" 421 > 422 <Tool 423 Name="VCCustomBuildTool" 424 CommandLine="nasm -I$(InputDir) -I$(InputDir)/../../../common/x86/ -f win32 -DPREFIX -DX86_32 -o $(IntDir)\$(InputName).obj $(InputPath)
" 425 Outputs="$(IntDir)\$(InputName).obj" 426 /> 427 </FileConfiguration> 428 <FileConfiguration 429 Name="Debug|x64" 430 > 431 <Tool 432 Name="VCCustomBuildTool" 433 CommandLine="nasm -I$(InputDir) -I$(InputDir)/../../../common/x86/ -f win64 -DWIN64 -o $(IntDir)\$(InputName).obj $(InputPath)
" 434 Outputs="$(IntDir)\$(InputName).obj" 435 /> 436 </FileConfiguration> 437 </File> 438 <File 439 RelativePath="..\..\..\common\x86\deblock.asm" 440 > 441 <FileConfiguration 442 Name="Release|Win32" 443 > 444 <Tool 445 Name="VCCustomBuildTool" 446 CommandLine="nasm -I$(InputDir) -I$(InputDir)/../../../common/x86/ -f win32 -DPREFIX -DX86_32 -o $(IntDir)\$(InputName).obj $(InputPath)
" 447 Outputs="$(IntDir)\$(InputName).obj" 448 /> 449 </FileConfiguration> 450 <FileConfiguration 451 Name="Release|x64" 452 > 453 <Tool 454 Name="VCCustomBuildTool" 455 CommandLine="nasm -I$(InputDir) -I$(InputDir)/../../../common/x86/ -f win64 -DWIN64 -o $(IntDir)\$(InputName).obj $(InputPath)
" 456 Outputs="$(IntDir)\$(InputName).obj" 457 /> 458 </FileConfiguration> 459 <FileConfiguration 460 Name="Debug|Win32" 461 > 462 <Tool 463 Name="VCCustomBuildTool" 464 CommandLine="nasm -I$(InputDir) -I$(InputDir)/../../../common/x86/ -f win32 -DPREFIX -DX86_32 -o $(IntDir)\$(InputName).obj $(InputPath)
" 465 Outputs="$(IntDir)\$(InputName).obj" 466 /> 467 </FileConfiguration> 468 <FileConfiguration 469 Name="Debug|x64" 470 > 471 <Tool 472 Name="VCCustomBuildTool" 473 CommandLine="nasm -I$(InputDir) -I$(InputDir)/../../../common/x86/ -f win64 -DWIN64 -o $(IntDir)\$(InputName).obj $(InputPath)
" 474 Outputs="$(IntDir)\$(InputName).obj" 475 /> 476 </FileConfiguration> 477 </File> 478 <File 479 RelativePath="..\..\..\common\x86\expand_picture.asm" 480 > 481 <FileConfiguration 482 Name="Release|Win32" 483 > 484 <Tool 485 Name="VCCustomBuildTool" 486 CommandLine="nasm -I$(InputDir) -I$(InputDir)/../../../common/x86/ -f win32 -DPREFIX -DX86_32 -o $(IntDir)\$(InputName).obj $(InputPath)
" 487 Outputs="$(IntDir)\$(InputName).obj" 488 /> 489 </FileConfiguration> 490 <FileConfiguration 491 Name="Release|x64" 492 > 493 <Tool 494 Name="VCCustomBuildTool" 495 CommandLine="nasm -I$(InputDir) -I$(InputDir)/../../../common/x86/ -f win64 -DWIN64 -o $(IntDir)\$(InputName).obj $(InputPath)
" 496 Outputs="$(IntDir)\$(InputName).obj" 497 /> 498 </FileConfiguration> 499 <FileConfiguration 500 Name="Debug|Win32" 501 > 502 <Tool 503 Name="VCCustomBuildTool" 504 CommandLine="nasm -I$(InputDir) -I$(InputDir)/../../../common/x86/ -f win32 -DPREFIX -DX86_32 -o $(IntDir)\$(InputName).obj $(InputPath)
" 505 Outputs="$(IntDir)\$(InputName).obj" 506 /> 507 </FileConfiguration> 508 <FileConfiguration 509 Name="Debug|x64" 510 > 511 <Tool 512 Name="VCCustomBuildTool" 513 CommandLine="nasm -I$(InputDir) -I$(InputDir)/../../../common/x86/ -f win64 -DWIN64 -o $(IntDir)\$(InputName).obj $(InputPath)
" 514 Outputs="$(IntDir)\$(InputName).obj" 515 /> 516 </FileConfiguration> 517 </File> 518 <File 519 RelativePath="..\..\..\decoder\core\x86\intra_pred.asm" 520 > 521 <FileConfiguration 522 Name="Release|Win32" 523 > 524 <Tool 525 Name="VCCustomBuildTool" 526 CommandLine="nasm -I$(InputDir) -I$(InputDir)/../../../common/x86/ -f win32 -DPREFIX -DX86_32 -o $(IntDir)\$(InputName).obj $(InputPath)
" 527 Outputs="$(IntDir)\$(InputName).obj" 528 /> 529 </FileConfiguration> 530 <FileConfiguration 531 Name="Release|x64" 532 > 533 <Tool 534 Name="VCCustomBuildTool" 535 CommandLine="nasm -I$(InputDir) -I$(InputDir)/../../../common/x86/ -f win64 -DWIN64 -o $(IntDir)\$(InputName).obj $(InputPath)
" 536 Outputs="$(IntDir)\$(InputName).obj" 537 /> 538 </FileConfiguration> 539 <FileConfiguration 540 Name="Debug|Win32" 541 > 542 <Tool 543 Name="VCCustomBuildTool" 544 CommandLine="nasm -I$(InputDir) -I$(InputDir)/../../../common/x86/ -f win32 -DPREFIX -DX86_32 -o $(IntDir)\$(InputName).obj $(InputPath)
" 545 Outputs="$(IntDir)\$(InputName).obj" 546 /> 547 </FileConfiguration> 548 <FileConfiguration 549 Name="Debug|x64" 550 > 551 <Tool 552 Name="VCCustomBuildTool" 553 CommandLine="nasm -I$(InputDir) -I$(InputDir)/../../../common/x86/ -f win64 -DWIN64 -o $(IntDir)\$(InputName).obj $(InputPath)
" 554 Outputs="$(IntDir)\$(InputName).obj" 555 /> 556 </FileConfiguration> 557 </File> 558 <File 559 RelativePath="..\..\..\common\x86\mb_copy.asm" 560 > 561 <FileConfiguration 562 Name="Release|Win32" 563 > 564 <Tool 565 Name="VCCustomBuildTool" 566 CommandLine="nasm -I$(InputDir) -I$(InputDir)/../../../common/x86/ -f win32 -DPREFIX -DX86_32 -o $(IntDir)\$(InputName).obj $(InputPath)
" 567 Outputs="$(IntDir)\$(InputName).obj" 568 /> 569 </FileConfiguration> 570 <FileConfiguration 571 Name="Release|x64" 572 > 573 <Tool 574 Name="VCCustomBuildTool" 575 CommandLine="nasm -I$(InputDir) -I$(InputDir)/../../../common/x86/ -f win64 -DWIN64 -o $(IntDir)\$(InputName).obj $(InputPath)
" 576 Outputs="$(IntDir)\$(InputName).obj" 577 /> 578 </FileConfiguration> 579 <FileConfiguration 580 Name="Debug|Win32" 581 > 582 <Tool 583 Name="VCCustomBuildTool" 584 CommandLine="nasm -I$(InputDir) -I$(InputDir)/../../../common/x86/ -f win32 -DPREFIX -DX86_32 -o $(IntDir)\$(InputName).obj $(InputPath)
" 585 Outputs="$(IntDir)\$(InputName).obj" 586 /> 587 </FileConfiguration> 588 <FileConfiguration 589 Name="Debug|x64" 590 > 591 <Tool 592 Name="VCCustomBuildTool" 593 CommandLine="nasm -I$(InputDir) -I$(InputDir)/../../../common/x86/ -f win64 -DWIN64 -o $(IntDir)\$(InputName).obj $(InputPath)
" 594 Outputs="$(IntDir)\$(InputName).obj" 595 /> 596 </FileConfiguration> 597 </File> 598 <File 599 RelativePath="..\..\..\common\x86\mc_chroma.asm" 600 > 601 <FileConfiguration 602 Name="Release|Win32" 603 > 604 <Tool 605 Name="VCCustomBuildTool" 606 CommandLine="nasm -I$(InputDir) -I$(InputDir)/../../../common/x86/ -f win32 -DPREFIX -DX86_32 -o $(IntDir)\$(InputName).obj $(InputPath)
" 607 Outputs="$(IntDir)\$(InputName).obj" 608 /> 609 </FileConfiguration> 610 <FileConfiguration 611 Name="Release|x64" 612 > 613 <Tool 614 Name="VCCustomBuildTool" 615 CommandLine="nasm -I$(InputDir) -I$(InputDir)/../../../common/x86/ -f win64 -DWIN64 -o $(IntDir)\$(InputName).obj $(InputPath)
" 616 Outputs="$(IntDir)\$(InputName).obj" 617 /> 618 </FileConfiguration> 619 <FileConfiguration 620 Name="Debug|Win32" 621 > 622 <Tool 623 Name="VCCustomBuildTool" 624 CommandLine="nasm -I$(InputDir) -I$(InputDir)/../../../common/x86/ -f win32 -DPREFIX -DX86_32 -o $(IntDir)\$(InputName).obj $(InputPath)
" 625 Outputs="$(IntDir)\$(InputName).obj" 626 /> 627 </FileConfiguration> 628 <FileConfiguration 629 Name="Debug|x64" 630 > 631 <Tool 632 Name="VCCustomBuildTool" 633 CommandLine="nasm -I$(InputDir) -I$(InputDir)/../../../common/x86/ -f win64 -DWIN64 -o $(IntDir)\$(InputName).obj $(InputPath)
" 634 Outputs="$(IntDir)\$(InputName).obj" 635 /> 636 </FileConfiguration> 637 </File> 638 <File 639 RelativePath="..\..\..\common\x86\mc_luma.asm" 640 > 641 <FileConfiguration 642 Name="Release|Win32" 643 > 644 <Tool 645 Name="VCCustomBuildTool" 646 CommandLine="nasm -I$(InputDir) -I$(InputDir)/../../../common/x86/ -f win32 -DPREFIX -DX86_32 -o $(IntDir)\$(InputName).obj $(InputPath)
" 647 Outputs="$(IntDir)\$(InputName).obj" 648 /> 649 </FileConfiguration> 650 <FileConfiguration 651 Name="Release|x64" 652 > 653 <Tool 654 Name="VCCustomBuildTool" 655 CommandLine="nasm -I$(InputDir) -I$(InputDir)/../../../common/x86/ -f win64 -DWIN64 -o $(IntDir)\$(InputName).obj $(InputPath)
" 656 Outputs="$(IntDir)\$(InputName).obj" 657 /> 658 </FileConfiguration> 659 <FileConfiguration 660 Name="Debug|Win32" 661 > 662 <Tool 663 Name="VCCustomBuildTool" 664 CommandLine="nasm -I$(InputDir) -I$(InputDir)/../../../common/x86/ -f win32 -DPREFIX -DX86_32 -o $(IntDir)\$(InputName).obj $(InputPath)
" 665 Outputs="$(IntDir)\$(InputName).obj" 666 /> 667 </FileConfiguration> 668 <FileConfiguration 669 Name="Debug|x64" 670 > 671 <Tool 672 Name="VCCustomBuildTool" 673 CommandLine="nasm -I$(InputDir) -I$(InputDir)/../../../common/x86/ -f win64 -DWIN64 -o $(IntDir)\$(InputName).obj $(InputPath)
" 674 Outputs="$(IntDir)\$(InputName).obj" 675 /> 676 </FileConfiguration> 677 </File> 678 </Filter> 679 <Filter 680 Name="Header Files" 681 Filter="h;hpp;hxx;hm;inl" 682 > 683 <File 684 RelativePath="..\..\..\decoder\core\inc\au_parser.h" 685 > 686 </File> 687 <File 688 RelativePath="..\..\..\decoder\core\inc\bit_stream.h" 689 > 690 </File> 691 <File 692 RelativePath="..\..\..\decoder\core\inc\cabac_decoder.h" 693 > 694 </File> 695 <File 696 RelativePath="..\..\..\common\inc\copy_mb.h" 697 > 698 </File> 699 <File 700 RelativePath="..\..\..\common\inc\cpu.h" 701 > 702 </File> 703 <File 704 RelativePath="..\..\..\common\inc\cpu_core.h" 705 > 706 </File> 707 <File 708 RelativePath="..\..\..\decoder\core\inc\deblocking.h" 709 > 710 </File> 711 <File 712 RelativePath="..\..\..\common\inc\deblocking_common.h" 713 > 714 </File> 715 <File 716 RelativePath="..\..\..\decoder\core\inc\dec_frame.h" 717 > 718 </File> 719 <File 720 RelativePath="..\..\..\decoder\core\inc\dec_golomb.h" 721 > 722 </File> 723 <File 724 RelativePath="..\..\..\decoder\core\inc\decode_mb_aux.h" 725 > 726 </File> 727 <File 728 RelativePath="..\..\..\decoder\core\inc\decode_slice.h" 729 > 730 </File> 731 <File 732 RelativePath="..\..\..\decoder\core\inc\decoder.h" 733 > 734 </File> 735 <File 736 RelativePath="..\..\..\decoder\core\inc\decoder_context.h" 737 > 738 </File> 739 <File 740 RelativePath="..\..\..\decoder\core\inc\decoder_core.h" 741 > 742 </File> 743 <File 744 RelativePath="..\..\..\decoder\core\inc\error_code.h" 745 > 746 </File> 747 <File 748 RelativePath="..\..\..\decoder\core\inc\error_concealment.h" 749 > 750 </File> 751 <File 752 RelativePath="..\..\..\common\inc\expand_pic.h" 753 > 754 </File> 755 <File 756 RelativePath="..\..\..\decoder\core\inc\fmo.h" 757 > 758 </File> 759 <File 760 RelativePath="..\..\..\decoder\core\inc\get_intra_predictor.h" 761 > 762 </File> 763 <File 764 RelativePath="..\..\..\common\inc\ls_defines.h" 765 > 766 </File> 767 <File 768 RelativePath="..\..\..\common\inc\macros.h" 769 > 770 </File> 771 <File 772 RelativePath="..\..\..\decoder\core\inc\manage_dec_ref.h" 773 > 774 </File> 775 <File 776 RelativePath="..\..\..\decoder\core\inc\mb_cache.h" 777 > 778 </File> 779 <File 780 RelativePath="..\..\..\common\inc\mc.h" 781 > 782 </File> 783 <File 784 RelativePath="..\..\..\common\inc\measure_time.h" 785 > 786 </File> 787 <File 788 RelativePath="..\..\..\decoder\core\inc\memmgr_nal_unit.h" 789 > 790 </File> 791 <File 792 RelativePath="..\..\..\common\inc\memory_align.h" 793 > 794 </File> 795 <File 796 RelativePath="..\..\..\decoder\core\inc\mv_pred.h" 797 > 798 </File> 799 <File 800 RelativePath="..\..\..\decoder\core\inc\nal_prefix.h" 801 > 802 </File> 803 <File 804 RelativePath="..\..\..\decoder\core\inc\nalu.h" 805 > 806 </File> 807 <File 808 RelativePath="..\..\..\decoder\core\inc\parameter_sets.h" 809 > 810 </File> 811 <File 812 RelativePath="..\..\..\decoder\core\inc\parse_mb_syn_cabac.h" 813 > 814 </File> 815 <File 816 RelativePath="..\..\..\decoder\core\inc\parse_mb_syn_cavlc.h" 817 > 818 </File> 819 <File 820 RelativePath="..\..\..\decoder\core\inc\pic_queue.h" 821 > 822 </File> 823 <File 824 RelativePath="..\..\..\decoder\core\inc\picture.h" 825 > 826 </File> 827 <File 828 RelativePath="..\..\..\decoder\core\inc\rec_mb.h" 829 > 830 </File> 831 <File 832 RelativePath="..\..\..\decoder\core\inc\slice.h" 833 > 834 </File> 835 <File 836 RelativePath="..\..\..\common\inc\typedefs.h" 837 > 838 </File> 839 <File 840 RelativePath="..\..\..\common\inc\utils.h" 841 > 842 </File> 843 <File 844 RelativePath="..\..\..\decoder\core\inc\vlc_decoder.h" 845 > 846 </File> 847 <File 848 RelativePath="..\..\..\decoder\core\inc\wels_common_basis.h" 849 > 850 </File> 851 <File 852 RelativePath="..\..\..\common\inc\wels_common_defs.h" 853 > 854 </File> 855 <File 856 RelativePath="..\..\..\decoder\core\inc\wels_const.h" 857 > 858 </File> 859 <File 860 RelativePath="..\..\..\common\inc\wels_const_common.h" 861 > 862 </File> 863 <File 864 RelativePath="..\..\..\decoder\core\inc\wels_decoder_thread.h" 865 > 866 </File> 867 </Filter> 868 <Filter 869 Name="Source Files" 870 Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat" 871 > 872 <File 873 RelativePath="..\..\..\decoder\core\src\au_parser.cpp" 874 > 875 </File> 876 <File 877 RelativePath="..\..\..\decoder\core\src\bit_stream.cpp" 878 > 879 </File> 880 <File 881 RelativePath="..\..\..\decoder\core\src\cabac_decoder.cpp" 882 > 883 </File> 884 <File 885 RelativePath="..\..\..\common\src\common_tables.cpp" 886 > 887 </File> 888 <File 889 RelativePath="..\..\..\common\src\copy_mb.cpp" 890 > 891 </File> 892 <File 893 RelativePath="..\..\..\common\src\cpu.cpp" 894 > 895 </File> 896 <File 897 RelativePath="..\..\..\common\src\crt_util_safe_x.cpp" 898 > 899 </File> 900 <File 901 RelativePath="..\..\..\decoder\core\src\deblocking.cpp" 902 > 903 </File> 904 <File 905 RelativePath="..\..\..\common\src\deblocking_common.cpp" 906 > 907 </File> 908 <File 909 RelativePath="..\..\..\decoder\core\src\decode_mb_aux.cpp" 910 > 911 </File> 912 <File 913 RelativePath="..\..\..\decoder\core\src\decode_slice.cpp" 914 > 915 </File> 916 <File 917 RelativePath="..\..\..\decoder\core\src\decoder.cpp" 918 > 919 </File> 920 <File 921 RelativePath="..\..\..\decoder\core\src\decoder_core.cpp" 922 > 923 </File> 924 <File 925 RelativePath="..\..\..\decoder\core\src\decoder_data_tables.cpp" 926 > 927 </File> 928 <File 929 RelativePath="..\..\..\decoder\core\src\error_concealment.cpp" 930 > 931 </File> 932 <File 933 RelativePath="..\..\..\common\src\expand_pic.cpp" 934 > 935 </File> 936 <File 937 RelativePath="..\..\..\decoder\core\src\fmo.cpp" 938 > 939 </File> 940 <File 941 RelativePath="..\..\..\decoder\core\src\get_intra_predictor.cpp" 942 > 943 </File> 944 <File 945 RelativePath="..\..\..\decoder\core\src\manage_dec_ref.cpp" 946 > 947 </File> 948 <File 949 RelativePath="..\..\..\common\src\mc.cpp" 950 > 951 </File> 952 <File 953 RelativePath="..\..\..\decoder\core\src\memmgr_nal_unit.cpp" 954 > 955 </File> 956 <File 957 RelativePath="..\..\..\common\src\memory_align.cpp" 958 > 959 </File> 960 <File 961 RelativePath="..\..\..\decoder\core\src\mv_pred.cpp" 962 > 963 </File> 964 <File 965 RelativePath="..\..\..\decoder\core\src\parse_mb_syn_cabac.cpp" 966 > 967 </File> 968 <File 969 RelativePath="..\..\..\decoder\core\src\parse_mb_syn_cavlc.cpp" 970 > 971 </File> 972 <File 973 RelativePath="..\..\..\decoder\core\src\pic_queue.cpp" 974 > 975 </File> 976 <File 977 RelativePath="..\..\..\decoder\core\src\rec_mb.cpp" 978 > 979 </File> 980 <File 981 RelativePath="..\..\..\common\src\utils.cpp" 982 > 983 </File> 984 <File 985 RelativePath="..\..\..\common\src\WelsThreadLib.cpp" 986 > 987 </File> 988 <File 989 RelativePath="..\..\..\decoder\core\src\wels_decoder_thread.cpp" 990 > 991 </File> 992 </Filter> 993 </Files> 994 <Globals> 995 </Globals> 996</VisualStudioProject> 997