1 <?xml version="1.0" encoding="Windows-1252"?> 2 <VisualStudioProject 3 ProjectType="Visual C++" 4 Version="9.00" 5 Name="SDL" 6 ProjectGUID="{81CE8DAF-EBB2-4761-8E45-B71ABCCA8C68}" 7 RootNamespace="SDL" 8 TargetFrameworkVersion="131072" 9 > 10 <Platforms> 11 <Platform 12 Name="Win32" 13 /> 14 <Platform 15 Name="x64" 16 /> 17 </Platforms> 18 <ToolFiles> 19 </ToolFiles> 20 <Configurations> 21 <Configuration 22 Name="Debug|Win32" 23 OutputDirectory="$(SolutionDir)$(ConfigurationName)" 24 IntermediateDirectory="$(ConfigurationName)" 25 ConfigurationType="2" 26 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC70.vsprops" 27 UseOfMFC="0" 28 ATLMinimizesCRunTimeLibraryUsage="false" 29 > 30 <Tool 31 Name="VCPreBuildEventTool" 32 /> 33 <Tool 34 Name="VCCustomBuildTool" 35 /> 36 <Tool 37 Name="VCXMLDataGeneratorTool" 38 /> 39 <Tool 40 Name="VCWebServiceProxyGeneratorTool" 41 /> 42 <Tool 43 Name="VCMIDLTool" 44 PreprocessorDefinitions="_DEBUG" 45 MkTypLibCompatible="true" 46 SuppressStartupBanner="true" 47 TargetEnvironment="1" 48 TypeLibraryName=".\Debug/SDL.tlb" 49 /> 50 <Tool 51 Name="VCCLCompilerTool" 52 Optimization="0" 53 AdditionalIncludeDirectories=""$(ProjectDir)\..\..\include"" 54 PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;_DEBUG;_WINDOWS;_WIN32_WINNT=0x0400" 55 RuntimeLibrary="2" 56 BufferSecurityCheck="false" 57 UsePrecompiledHeader="0" 58 PrecompiledHeaderFile=".\Debug/SDL.pch" 59 WarningLevel="3" 60 SuppressStartupBanner="true" 61 Detect64BitPortabilityProblems="false" 62 DebugInformationFormat="4" 63 CompileAs="0" 64 /> 65 <Tool 66 Name="VCManagedResourceCompilerTool" 67 /> 68 <Tool 69 Name="VCResourceCompilerTool" 70 PreprocessorDefinitions="_DEBUG" 71 Culture="1033" 72 /> 73 <Tool 74 Name="VCPreLinkEventTool" 75 /> 76 <Tool 77 Name="VCLinkerTool" 78 AdditionalOptions="/MACHINE:I386" 79 AdditionalDependencies="winmm.lib dxguid.lib" 80 OutputFile=".\Debug/SDL.dll" 81 LinkIncremental="2" 82 SuppressStartupBanner="true" 83 IgnoreAllDefaultLibraries="false" 84 GenerateDebugInformation="true" 85 ProgramDatabaseFile=".\Debug/SDL.pdb" 86 SubSystem="2" 87 CLRUnmanagedCodeCheck="false" 88 /> 89 <Tool 90 Name="VCALinkTool" 91 /> 92 <Tool 93 Name="VCManifestTool" 94 /> 95 <Tool 96 Name="VCXDCMakeTool" 97 /> 98 <Tool 99 Name="VCBscMakeTool" 100 /> 101 <Tool 102 Name="VCFxCopTool" 103 /> 104 <Tool 105 Name="VCAppVerifierTool" 106 /> 107 <Tool 108 Name="VCPostBuildEventTool" 109 /> 110 </Configuration> 111 <Configuration 112 Name="Debug|x64" 113 OutputDirectory="$(SolutionDir)$(PlatformName)\$(ConfigurationName)" 114 IntermediateDirectory="$(PlatformName)\$(ConfigurationName)" 115 ConfigurationType="2" 116 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC70.vsprops" 117 UseOfMFC="0" 118 ATLMinimizesCRunTimeLibraryUsage="false" 119 > 120 <Tool 121 Name="VCPreBuildEventTool" 122 /> 123 <Tool 124 Name="VCCustomBuildTool" 125 /> 126 <Tool 127 Name="VCXMLDataGeneratorTool" 128 /> 129 <Tool 130 Name="VCWebServiceProxyGeneratorTool" 131 /> 132 <Tool 133 Name="VCMIDLTool" 134 PreprocessorDefinitions="_DEBUG" 135 MkTypLibCompatible="true" 136 SuppressStartupBanner="true" 137 TargetEnvironment="3" 138 TypeLibraryName=".\Debug/SDL.tlb" 139 /> 140 <Tool 141 Name="VCCLCompilerTool" 142 Optimization="0" 143 AdditionalIncludeDirectories=""$(ProjectDir)\..\..\include"" 144 PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;_DEBUG;_WINDOWS;_WIN32_WINNT=0x0400" 145 RuntimeLibrary="2" 146 BufferSecurityCheck="false" 147 UsePrecompiledHeader="0" 148 PrecompiledHeaderFile=".\Debug/SDL.pch" 149 WarningLevel="3" 150 SuppressStartupBanner="true" 151 Detect64BitPortabilityProblems="false" 152 DebugInformationFormat="3" 153 CompileAs="0" 154 /> 155 <Tool 156 Name="VCManagedResourceCompilerTool" 157 /> 158 <Tool 159 Name="VCResourceCompilerTool" 160 PreprocessorDefinitions="_DEBUG" 161 Culture="1033" 162 /> 163 <Tool 164 Name="VCPreLinkEventTool" 165 /> 166 <Tool 167 Name="VCLinkerTool" 168 AdditionalDependencies="winmm.lib dxguid.lib" 169 OutputFile=".\Debug/SDL.dll" 170 LinkIncremental="2" 171 SuppressStartupBanner="true" 172 IgnoreAllDefaultLibraries="false" 173 GenerateDebugInformation="true" 174 ProgramDatabaseFile=".\Debug/SDL.pdb" 175 SubSystem="2" 176 TargetMachine="17" 177 CLRUnmanagedCodeCheck="false" 178 /> 179 <Tool 180 Name="VCALinkTool" 181 /> 182 <Tool 183 Name="VCManifestTool" 184 /> 185 <Tool 186 Name="VCXDCMakeTool" 187 /> 188 <Tool 189 Name="VCBscMakeTool" 190 /> 191 <Tool 192 Name="VCFxCopTool" 193 /> 194 <Tool 195 Name="VCAppVerifierTool" 196 /> 197 <Tool 198 Name="VCPostBuildEventTool" 199 /> 200 </Configuration> 201 <Configuration 202 Name="Release|Win32" 203 OutputDirectory="$(SolutionDir)$(ConfigurationName)" 204 IntermediateDirectory="$(ConfigurationName)" 205 ConfigurationType="2" 206 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC70.vsprops" 207 UseOfMFC="0" 208 ATLMinimizesCRunTimeLibraryUsage="false" 209 > 210 <Tool 211 Name="VCPreBuildEventTool" 212 /> 213 <Tool 214 Name="VCCustomBuildTool" 215 /> 216 <Tool 217 Name="VCXMLDataGeneratorTool" 218 /> 219 <Tool 220 Name="VCWebServiceProxyGeneratorTool" 221 /> 222 <Tool 223 Name="VCMIDLTool" 224 PreprocessorDefinitions="NDEBUG" 225 MkTypLibCompatible="true" 226 SuppressStartupBanner="true" 227 TargetEnvironment="1" 228 TypeLibraryName=".\Release/SDL.tlb" 229 /> 230 <Tool 231 Name="VCCLCompilerTool" 232 InlineFunctionExpansion="1" 233 EnableIntrinsicFunctions="false" 234 AdditionalIncludeDirectories=""$(ProjectDir)\..\..\include"" 235 PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;NDEBUG;_WINDOWS;_WIN32_WINNT=0x0400" 236 StringPooling="true" 237 RuntimeLibrary="2" 238 BufferSecurityCheck="false" 239 EnableFunctionLevelLinking="true" 240 UsePrecompiledHeader="0" 241 PrecompiledHeaderFile=".\Release/SDL.pch" 242 WarningLevel="3" 243 SuppressStartupBanner="true" 244 Detect64BitPortabilityProblems="false" 245 CompileAs="0" 246 /> 247 <Tool 248 Name="VCManagedResourceCompilerTool" 249 /> 250 <Tool 251 Name="VCResourceCompilerTool" 252 PreprocessorDefinitions="NDEBUG" 253 Culture="1033" 254 /> 255 <Tool 256 Name="VCPreLinkEventTool" 257 /> 258 <Tool 259 Name="VCLinkerTool" 260 AdditionalOptions="/MACHINE:I386" 261 AdditionalDependencies="winmm.lib dxguid.lib" 262 OutputFile=".\Release/SDL.dll" 263 LinkIncremental="1" 264 SuppressStartupBanner="true" 265 IgnoreAllDefaultLibraries="false" 266 ProgramDatabaseFile=".\Release/SDL.pdb" 267 SubSystem="2" 268 /> 269 <Tool 270 Name="VCALinkTool" 271 /> 272 <Tool 273 Name="VCManifestTool" 274 /> 275 <Tool 276 Name="VCXDCMakeTool" 277 /> 278 <Tool 279 Name="VCBscMakeTool" 280 /> 281 <Tool 282 Name="VCFxCopTool" 283 /> 284 <Tool 285 Name="VCAppVerifierTool" 286 /> 287 <Tool 288 Name="VCPostBuildEventTool" 289 /> 290 </Configuration> 291 <Configuration 292 Name="Release|x64" 293 OutputDirectory="$(SolutionDir)$(PlatformName)\$(ConfigurationName)" 294 IntermediateDirectory="$(PlatformName)\$(ConfigurationName)" 295 ConfigurationType="2" 296 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC70.vsprops" 297 UseOfMFC="0" 298 ATLMinimizesCRunTimeLibraryUsage="false" 299 > 300 <Tool 301 Name="VCPreBuildEventTool" 302 /> 303 <Tool 304 Name="VCCustomBuildTool" 305 /> 306 <Tool 307 Name="VCXMLDataGeneratorTool" 308 /> 309 <Tool 310 Name="VCWebServiceProxyGeneratorTool" 311 /> 312 <Tool 313 Name="VCMIDLTool" 314 PreprocessorDefinitions="NDEBUG" 315 MkTypLibCompatible="true" 316 SuppressStartupBanner="true" 317 TargetEnvironment="3" 318 TypeLibraryName=".\Release/SDL.tlb" 319 /> 320 <Tool 321 Name="VCCLCompilerTool" 322 InlineFunctionExpansion="1" 323 EnableIntrinsicFunctions="false" 324 AdditionalIncludeDirectories=""$(ProjectDir)\..\..\include"" 325 PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;NDEBUG;_WINDOWS;_WIN32_WINNT=0x0400" 326 StringPooling="true" 327 RuntimeLibrary="2" 328 BufferSecurityCheck="false" 329 EnableFunctionLevelLinking="true" 330 UsePrecompiledHeader="0" 331 PrecompiledHeaderFile=".\Release/SDL.pch" 332 WarningLevel="3" 333 SuppressStartupBanner="true" 334 Detect64BitPortabilityProblems="false" 335 CompileAs="0" 336 /> 337 <Tool 338 Name="VCManagedResourceCompilerTool" 339 /> 340 <Tool 341 Name="VCResourceCompilerTool" 342 PreprocessorDefinitions="NDEBUG" 343 Culture="1033" 344 /> 345 <Tool 346 Name="VCPreLinkEventTool" 347 /> 348 <Tool 349 Name="VCLinkerTool" 350 AdditionalDependencies="winmm.lib dxguid.lib" 351 OutputFile=".\Release/SDL.dll" 352 LinkIncremental="1" 353 SuppressStartupBanner="true" 354 IgnoreAllDefaultLibraries="false" 355 ProgramDatabaseFile=".\Release/SDL.pdb" 356 SubSystem="2" 357 TargetMachine="17" 358 /> 359 <Tool 360 Name="VCALinkTool" 361 /> 362 <Tool 363 Name="VCManifestTool" 364 /> 365 <Tool 366 Name="VCXDCMakeTool" 367 /> 368 <Tool 369 Name="VCBscMakeTool" 370 /> 371 <Tool 372 Name="VCFxCopTool" 373 /> 374 <Tool 375 Name="VCAppVerifierTool" 376 /> 377 <Tool 378 Name="VCPostBuildEventTool" 379 /> 380 </Configuration> 381 </Configurations> 382 <References> 383 </References> 384 <Files> 385 <File 386 RelativePath="..\..\src\SDL.c" 387 > 388 </File> 389 <File 390 RelativePath="..\..\src\events\SDL_active.c" 391 > 392 </File> 393 <File 394 RelativePath="..\..\src\audio\SDL_audio.c" 395 > 396 </File> 397 <File 398 RelativePath="..\..\src\audio\SDL_audio_c.h" 399 > 400 </File> 401 <File 402 RelativePath="..\..\src\audio\SDL_audiocvt.c" 403 > 404 </File> 405 <File 406 RelativePath="..\..\src\audio\SDL_audiomem.h" 407 > 408 </File> 409 <File 410 RelativePath="..\..\src\video\SDL_blit.c" 411 > 412 </File> 413 <File 414 RelativePath="..\..\src\video\SDL_blit.h" 415 > 416 </File> 417 <File 418 RelativePath="..\..\src\video\SDL_blit_0.c" 419 > 420 </File> 421 <File 422 RelativePath="..\..\src\video\SDL_blit_1.c" 423 > 424 </File> 425 <File 426 RelativePath="..\..\src\video\SDL_blit_A.c" 427 > 428 </File> 429 <File 430 RelativePath="..\..\src\video\SDL_blit_A.h" 431 > 432 </File> 433 <File 434 RelativePath="..\..\src\video\SDL_blit_N.c" 435 > 436 </File> 437 <File 438 RelativePath="..\..\src\video\SDL_bmp.c" 439 > 440 </File> 441 <File 442 RelativePath="..\..\src\cdrom\SDL_cdrom.c" 443 > 444 </File> 445 <File 446 RelativePath="..\..\src\cpuinfo\SDL_cpuinfo.c" 447 > 448 </File> 449 <File 450 RelativePath="..\..\src\video\SDL_cursor.c" 451 > 452 </File> 453 <File 454 RelativePath="..\..\src\video\SDL_cursor_c.h" 455 > 456 </File> 457 <File 458 RelativePath="..\..\src\audio\windib\SDL_dibaudio.c" 459 > 460 </File> 461 <File 462 RelativePath="..\..\src\audio\windib\SDL_dibaudio.h" 463 > 464 </File> 465 <File 466 RelativePath="..\..\src\video\windib\SDL_dibevents.c" 467 > 468 </File> 469 <File 470 RelativePath="..\..\src\video\windib\SDL_dibevents_c.h" 471 > 472 </File> 473 <File 474 RelativePath="..\..\src\video\windib\SDL_dibvideo.c" 475 > 476 </File> 477 <File 478 RelativePath="..\..\src\video\windib\SDL_dibvideo.h" 479 > 480 </File> 481 <File 482 RelativePath="..\..\src\audio\disk\SDL_diskaudio.c" 483 > 484 </File> 485 <File 486 RelativePath="..\..\src\audio\disk\SDL_diskaudio.h" 487 > 488 </File> 489 <File 490 RelativePath="..\..\src\audio\dummy\SDL_dummyaudio.c" 491 > 492 </File> 493 <File 494 RelativePath="..\..\src\audio\dummy\SDL_dummyaudio.h" 495 > 496 </File> 497 <File 498 RelativePath="..\..\src\audio\windx5\SDL_dx5audio.c" 499 > 500 </File> 501 <File 502 RelativePath="..\..\src\audio\windx5\SDL_dx5audio.h" 503 > 504 </File> 505 <File 506 RelativePath="..\..\src\video\Windx5\SDL_dx5events.c" 507 > 508 </File> 509 <File 510 RelativePath="..\..\src\video\Windx5\SDL_dx5events_c.h" 511 > 512 </File> 513 <File 514 RelativePath="..\..\src\video\Windx5\SDL_dx5video.c" 515 > 516 </File> 517 <File 518 RelativePath="..\..\src\video\Windx5\SDL_dx5video.h" 519 > 520 </File> 521 <File 522 RelativePath="..\..\src\video\windx5\SDL_dx5yuv.c" 523 > 524 </File> 525 <File 526 RelativePath="..\..\src\video\windx5\SDL_dx5yuv_c.h" 527 > 528 </File> 529 <File 530 RelativePath="..\..\src\SDL_error.c" 531 > 532 </File> 533 <File 534 RelativePath="..\..\src\SDL_error_c.h" 535 > 536 </File> 537 <File 538 RelativePath="..\..\src\events\SDL_events.c" 539 > 540 </File> 541 <File 542 RelativePath="..\..\src\events\SDL_events_c.h" 543 > 544 </File> 545 <File 546 RelativePath="..\..\src\events\SDL_expose.c" 547 > 548 </File> 549 <File 550 RelativePath="..\..\src\SDL_fatal.c" 551 > 552 </File> 553 <File 554 RelativePath="..\..\src\SDL_fatal.h" 555 > 556 </File> 557 <File 558 RelativePath="..\..\src\video\SDL_gamma.c" 559 > 560 </File> 561 <File 562 RelativePath="..\..\src\stdlib\SDL_getenv.c" 563 > 564 </File> 565 <File 566 RelativePath="..\..\src\stdlib\SDL_iconv.c" 567 > 568 </File> 569 <File 570 RelativePath="..\..\src\joystick\SDL_joystick.c" 571 > 572 </File> 573 <File 574 RelativePath="..\..\src\joystick\SDL_joystick_c.h" 575 > 576 </File> 577 <File 578 RelativePath="..\..\src\events\SDL_keyboard.c" 579 > 580 </File> 581 <File 582 RelativePath="..\..\src\video\SDL_leaks.h" 583 > 584 </File> 585 <File 586 RelativePath="..\..\src\video\wincommon\SDL_lowvideo.h" 587 > 588 </File> 589 <File 590 RelativePath="..\..\src\stdlib\SDL_malloc.c" 591 > 592 </File> 593 <File 594 RelativePath="..\..\src\audio\SDL_mixer.c" 595 > 596 </File> 597 <File 598 RelativePath="..\..\src\audio\SDL_mixer_MMX_VC.c" 599 > 600 </File> 601 <File 602 RelativePath="..\..\src\joystick\win32\SDL_mmjoystick.c" 603 > 604 </File> 605 <File 606 RelativePath="..\..\src\events\SDL_mouse.c" 607 > 608 </File> 609 <File 610 RelativePath="..\..\src\video\dummy\SDL_nullevents.c" 611 > 612 </File> 613 <File 614 RelativePath="..\..\src\video\dummy\SDL_nullevents_c.h" 615 > 616 </File> 617 <File 618 RelativePath="..\..\src\video\dummy\SDL_nullmouse.c" 619 > 620 </File> 621 <File 622 RelativePath="..\..\src\video\dummy\SDL_nullmouse_c.h" 623 > 624 </File> 625 <File 626 RelativePath="..\..\src\video\dummy\SDL_nullvideo.c" 627 > 628 </File> 629 <File 630 RelativePath="..\..\src\video\dummy\SDL_nullvideo.h" 631 > 632 </File> 633 <File 634 RelativePath="..\..\src\video\SDL_pixels.c" 635 > 636 </File> 637 <File 638 RelativePath="..\..\src\video\SDL_pixels_c.h" 639 > 640 </File> 641 <File 642 RelativePath="..\..\src\stdlib\SDL_qsort.c" 643 > 644 </File> 645 <File 646 RelativePath="..\..\src\events\SDL_quit.c" 647 > 648 </File> 649 <File 650 RelativePath="..\..\src\events\SDL_resize.c" 651 > 652 </File> 653 <File 654 RelativePath="..\..\src\video\SDL_RLEaccel.c" 655 > 656 </File> 657 <File 658 RelativePath="..\..\src\video\SDL_RLEaccel_c.h" 659 > 660 </File> 661 <File 662 RelativePath="..\..\src\file\SDL_rwops.c" 663 > 664 </File> 665 <File 666 RelativePath="..\..\src\stdlib\SDL_stdlib.c" 667 > 668 </File> 669 <File 670 RelativePath="..\..\src\video\SDL_stretch.c" 671 > 672 </File> 673 <File 674 RelativePath="..\..\src\video\SDL_stretch_c.h" 675 > 676 </File> 677 <File 678 RelativePath="..\..\src\stdlib\SDL_string.c" 679 > 680 </File> 681 <File 682 RelativePath="..\..\src\video\SDL_surface.c" 683 > 684 </File> 685 <File 686 RelativePath="..\..\src\audio\SDL_sysaudio.h" 687 > 688 </File> 689 <File 690 RelativePath="..\..\src\cdrom\win32\SDL_syscdrom.c" 691 > 692 </File> 693 <File 694 RelativePath="..\..\src\cdrom\SDL_syscdrom.h" 695 > 696 </File> 697 <File 698 RelativePath="..\..\src\thread\generic\SDL_syscond.c" 699 > 700 </File> 701 <File 702 RelativePath="..\..\src\video\wincommon\SDL_sysevents.c" 703 > 704 </File> 705 <File 706 RelativePath="..\..\src\events\SDL_sysevents.h" 707 > 708 </File> 709 <File 710 RelativePath="..\..\src\joystick\SDL_sysjoystick.h" 711 > 712 </File> 713 <File 714 RelativePath="..\..\src\loadso\win32\SDL_sysloadso.c" 715 > 716 </File> 717 <File 718 RelativePath="..\..\src\video\wincommon\SDL_sysmouse.c" 719 > 720 </File> 721 <File 722 RelativePath="..\..\src\video\wincommon\SDL_sysmouse_c.h" 723 > 724 </File> 725 <File 726 RelativePath="..\..\src\thread\win32\SDL_sysmutex.c" 727 > 728 </File> 729 <File 730 RelativePath="..\..\src\thread\win32\SDL_syssem.c" 731 > 732 </File> 733 <File 734 RelativePath="..\..\src\thread\win32\SDL_systhread.c" 735 > 736 </File> 737 <File 738 RelativePath="..\..\src\thread\SDL_systhread.h" 739 > 740 </File> 741 <File 742 RelativePath="..\..\src\thread\win32\SDL_systhread_c.h" 743 > 744 </File> 745 <File 746 RelativePath="..\..\src\timer\win32\SDL_systimer.c" 747 > 748 </File> 749 <File 750 RelativePath="..\..\src\timer\SDL_systimer.h" 751 > 752 </File> 753 <File 754 RelativePath="..\..\src\video\SDL_sysvideo.h" 755 > 756 </File> 757 <File 758 RelativePath="..\..\src\video\wincommon\SDL_syswm.c" 759 > 760 </File> 761 <File 762 RelativePath="..\..\src\video\wincommon\SDL_syswm_c.h" 763 > 764 </File> 765 <File 766 RelativePath="..\..\src\thread\SDL_thread.c" 767 > 768 </File> 769 <File 770 RelativePath="..\..\src\thread\SDL_thread_c.h" 771 > 772 </File> 773 <File 774 RelativePath="..\..\src\timer\SDL_timer.c" 775 > 776 </File> 777 <File 778 RelativePath="..\..\src\timer\SDL_timer_c.h" 779 > 780 </File> 781 <File 782 RelativePath="..\..\src\video\SDL_video.c" 783 > 784 </File> 785 <File 786 RelativePath="..\..\src\video\windib\SDL_vkeys.h" 787 > 788 </File> 789 <File 790 RelativePath="..\..\src\audio\SDL_wave.c" 791 > 792 </File> 793 <File 794 RelativePath="..\..\src\audio\SDL_wave.h" 795 > 796 </File> 797 <File 798 RelativePath="..\..\src\video\wincommon\SDL_wingl.c" 799 > 800 </File> 801 <File 802 RelativePath="..\..\src\video\wincommon\SDL_wingl_c.h" 803 > 804 </File> 805 <File 806 RelativePath="..\..\src\video\SDL_yuv.c" 807 > 808 </File> 809 <File 810 RelativePath="..\..\src\video\SDL_yuv_sw.c" 811 > 812 </File> 813 <File 814 RelativePath="..\..\src\video\SDL_yuv_sw_c.h" 815 > 816 </File> 817 <File 818 RelativePath="..\..\src\video\SDL_yuvfuncs.h" 819 > 820 </File> 821 <File 822 RelativePath="..\..\src\video\wincommon\Wmmsg.h" 823 > 824 </File> 825 </Files> 826 <Globals> 827 </Globals> 828 </VisualStudioProject> 829