SDL2.vcproj (64498B)
1<?xml version="1.0" encoding="Windows-1252"?> 2<VisualStudioProject 3 ProjectType="Visual C++" 4 Version="9.00" 5 Name="SDL2" 6 ProjectGUID="{CB2E0D61-6692-7844-B1B9-550870AF8286}" 7 RootNamespace="SDL2" 8 Keyword="Win32Proj" 9 > 10 <Platforms> 11 <Platform 12 Name="Win32" 13 /> 14 </Platforms> 15 <ToolFiles> 16 </ToolFiles> 17 <Configurations> 18 <Configuration 19 Name="Debug|Win32" 20 OutputDirectory="Win32\Debug" 21 IntermediateDirectory="obj\Debug" 22 ConfigurationType="2" 23 CharacterSet="2" 24 > 25 <Tool 26 Name="VCPreBuildEventTool" 27 /> 28 <Tool 29 Name="VCCustomBuildTool" 30 /> 31 <Tool 32 Name="VCXMLDataGeneratorTool" 33 /> 34 <Tool 35 Name="VCWebServiceProxyGeneratorTool" 36 /> 37 <Tool 38 Name="VCMIDLTool" 39 /> 40 <Tool 41 Name="VCCLCompilerTool" 42 Optimization="0" 43 AdditionalIncludeDirectories="..;..\..\..\..\include;$(DXSDK_DIR)\Include" 44 PreprocessorDefinitions="USING_PREMAKE_CONFIG_H;_DEBUG;_WINDOWS" 45 MinimalRebuild="true" 46 ExceptionHandling="0" 47 BasicRuntimeChecks="3" 48 RuntimeLibrary="3" 49 EnableFunctionLevelLinking="true" 50 UsePrecompiledHeader="0" 51 WarningLevel="3" 52 ProgramDataBaseFileName="$(OutDir)\SDL2.pdb" 53 DebugInformationFormat="4" 54 /> 55 <Tool 56 Name="VCManagedResourceCompilerTool" 57 /> 58 <Tool 59 Name="VCResourceCompilerTool" 60 PreprocessorDefinitions="USING_PREMAKE_CONFIG_H;_DEBUG;_WINDOWS" 61 AdditionalIncludeDirectories="..;..\..\..\..\include;$(DXSDK_DIR)\Include" 62 /> 63 <Tool 64 Name="VCPreLinkEventTool" 65 /> 66 <Tool 67 Name="VCLinkerTool" 68 AdditionalDependencies="imm32.lib oleaut32.lib winmm.lib version.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib uuid.lib odbc32.lib odbccp32.lib OpenGL32.lib" 69 OutputFile="$(OutDir)\SDL2.dll" 70 LinkIncremental="2" 71 AdditionalLibraryDirectories="$(DXSDK_DIR)\Lib\x86" 72 GenerateDebugInformation="true" 73 ProgramDataBaseFileName="$(OutDir)\SDL2.pdb" 74 SubSystem="2" 75 ImportLibrary="Win32\Debug\SDL2.lib" 76 TargetMachine="1" 77 /> 78 <Tool 79 Name="VCALinkTool" 80 /> 81 <Tool 82 Name="VCManifestTool" 83 /> 84 <Tool 85 Name="VCXDCMakeTool" 86 /> 87 <Tool 88 Name="VCBscMakeTool" 89 /> 90 <Tool 91 Name="VCFxCopTool" 92 /> 93 <Tool 94 Name="VCAppVerifierTool" 95 /> 96 <Tool 97 Name="VCWebDeploymentTool" 98 /> 99 <Tool 100 Name="VCPostBuildEventTool" 101 /> 102 </Configuration> 103 <Configuration 104 Name="Release|Win32" 105 OutputDirectory="Win32\Release" 106 IntermediateDirectory="obj\Release" 107 ConfigurationType="2" 108 CharacterSet="2" 109 > 110 <Tool 111 Name="VCPreBuildEventTool" 112 /> 113 <Tool 114 Name="VCCustomBuildTool" 115 /> 116 <Tool 117 Name="VCXMLDataGeneratorTool" 118 /> 119 <Tool 120 Name="VCWebServiceProxyGeneratorTool" 121 /> 122 <Tool 123 Name="VCMIDLTool" 124 /> 125 <Tool 126 Name="VCCLCompilerTool" 127 Optimization="2" 128 AdditionalIncludeDirectories="..;..\..\..\..\include;$(DXSDK_DIR)\Include" 129 PreprocessorDefinitions="USING_PREMAKE_CONFIG_H;NDEBUG;_WINDOWS" 130 ExceptionHandling="0" 131 StringPooling="true" 132 RuntimeLibrary="2" 133 EnableFunctionLevelLinking="true" 134 UsePrecompiledHeader="0" 135 WarningLevel="3" 136 ProgramDataBaseFileName="$(OutDir)\SDL2.pdb" 137 DebugInformationFormat="0" 138 /> 139 <Tool 140 Name="VCManagedResourceCompilerTool" 141 /> 142 <Tool 143 Name="VCResourceCompilerTool" 144 PreprocessorDefinitions="USING_PREMAKE_CONFIG_H;NDEBUG;_WINDOWS" 145 AdditionalIncludeDirectories="..;..\..\..\..\include;$(DXSDK_DIR)\Include" 146 /> 147 <Tool 148 Name="VCPreLinkEventTool" 149 /> 150 <Tool 151 Name="VCLinkerTool" 152 AdditionalDependencies="imm32.lib oleaut32.lib winmm.lib version.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib uuid.lib odbc32.lib odbccp32.lib OpenGL32.lib" 153 OutputFile="$(OutDir)\SDL2.dll" 154 LinkIncremental="1" 155 AdditionalLibraryDirectories="$(DXSDK_DIR)\Lib\x86" 156 GenerateDebugInformation="false" 157 SubSystem="2" 158 OptimizeReferences="2" 159 EnableCOMDATFolding="2" 160 ImportLibrary="Win32\Release\SDL2.lib" 161 TargetMachine="1" 162 /> 163 <Tool 164 Name="VCALinkTool" 165 /> 166 <Tool 167 Name="VCManifestTool" 168 /> 169 <Tool 170 Name="VCXDCMakeTool" 171 /> 172 <Tool 173 Name="VCBscMakeTool" 174 /> 175 <Tool 176 Name="VCFxCopTool" 177 /> 178 <Tool 179 Name="VCAppVerifierTool" 180 /> 181 <Tool 182 Name="VCWebDeploymentTool" 183 /> 184 <Tool 185 Name="VCPostBuildEventTool" 186 /> 187 </Configuration> 188 </Configurations> 189 <References> 190 </References> 191 <Files> 192 <Filter 193 Name="src" 194 Filter="" 195 > 196 <File 197 RelativePath="..\..\..\..\src\SDL.c" 198 > 199 <FileConfiguration 200 Name="Debug|Win32" 201 > 202 <Tool 203 Name="VCCLCompilerTool" 204 CompileAs="1" 205 /> 206 </FileConfiguration> 207 <FileConfiguration 208 Name="Release|Win32" 209 > 210 <Tool 211 Name="VCCLCompilerTool" 212 CompileAs="1" 213 /> 214 </FileConfiguration> 215 </File> 216 <File 217 RelativePath="..\..\..\..\src\SDL_assert.c" 218 > 219 <FileConfiguration 220 Name="Debug|Win32" 221 > 222 <Tool 223 Name="VCCLCompilerTool" 224 CompileAs="1" 225 /> 226 </FileConfiguration> 227 <FileConfiguration 228 Name="Release|Win32" 229 > 230 <Tool 231 Name="VCCLCompilerTool" 232 CompileAs="1" 233 /> 234 </FileConfiguration> 235 </File> 236 <File 237 RelativePath="..\..\..\..\src\SDL_assert_c.h" 238 > 239 </File> 240 <File 241 RelativePath="..\..\..\..\src\SDL_error.c" 242 > 243 <FileConfiguration 244 Name="Debug|Win32" 245 > 246 <Tool 247 Name="VCCLCompilerTool" 248 CompileAs="1" 249 /> 250 </FileConfiguration> 251 <FileConfiguration 252 Name="Release|Win32" 253 > 254 <Tool 255 Name="VCCLCompilerTool" 256 CompileAs="1" 257 /> 258 </FileConfiguration> 259 </File> 260 <File 261 RelativePath="..\..\..\..\src\SDL_error_c.h" 262 > 263 </File> 264 <File 265 RelativePath="..\..\..\..\src\SDL_hints.c" 266 > 267 <FileConfiguration 268 Name="Debug|Win32" 269 > 270 <Tool 271 Name="VCCLCompilerTool" 272 CompileAs="1" 273 /> 274 </FileConfiguration> 275 <FileConfiguration 276 Name="Release|Win32" 277 > 278 <Tool 279 Name="VCCLCompilerTool" 280 CompileAs="1" 281 /> 282 </FileConfiguration> 283 </File> 284 <File 285 RelativePath="..\..\..\..\src\SDL_log.c" 286 > 287 <FileConfiguration 288 Name="Debug|Win32" 289 > 290 <Tool 291 Name="VCCLCompilerTool" 292 CompileAs="1" 293 /> 294 </FileConfiguration> 295 <FileConfiguration 296 Name="Release|Win32" 297 > 298 <Tool 299 Name="VCCLCompilerTool" 300 CompileAs="1" 301 /> 302 </FileConfiguration> 303 </File> 304 <Filter 305 Name="atomic" 306 Filter="" 307 > 308 <File 309 RelativePath="..\..\..\..\src\atomic\SDL_atomic.c" 310 > 311 <FileConfiguration 312 Name="Debug|Win32" 313 > 314 <Tool 315 Name="VCCLCompilerTool" 316 CompileAs="1" 317 /> 318 </FileConfiguration> 319 <FileConfiguration 320 Name="Release|Win32" 321 > 322 <Tool 323 Name="VCCLCompilerTool" 324 CompileAs="1" 325 /> 326 </FileConfiguration> 327 </File> 328 <File 329 RelativePath="..\..\..\..\src\atomic\SDL_spinlock.c" 330 > 331 <FileConfiguration 332 Name="Debug|Win32" 333 > 334 <Tool 335 Name="VCCLCompilerTool" 336 CompileAs="1" 337 /> 338 </FileConfiguration> 339 <FileConfiguration 340 Name="Release|Win32" 341 > 342 <Tool 343 Name="VCCLCompilerTool" 344 CompileAs="1" 345 /> 346 </FileConfiguration> 347 </File> 348 </Filter> 349 <Filter 350 Name="audio" 351 Filter="" 352 > 353 <File 354 RelativePath="..\..\..\..\src\audio\SDL_audio.c" 355 > 356 <FileConfiguration 357 Name="Debug|Win32" 358 > 359 <Tool 360 Name="VCCLCompilerTool" 361 CompileAs="1" 362 /> 363 </FileConfiguration> 364 <FileConfiguration 365 Name="Release|Win32" 366 > 367 <Tool 368 Name="VCCLCompilerTool" 369 CompileAs="1" 370 /> 371 </FileConfiguration> 372 </File> 373 <File 374 RelativePath="..\..\..\..\src\audio\SDL_audio_c.h" 375 > 376 </File> 377 <File 378 RelativePath="..\..\..\..\src\audio\SDL_audiocvt.c" 379 > 380 <FileConfiguration 381 Name="Debug|Win32" 382 > 383 <Tool 384 Name="VCCLCompilerTool" 385 CompileAs="1" 386 /> 387 </FileConfiguration> 388 <FileConfiguration 389 Name="Release|Win32" 390 > 391 <Tool 392 Name="VCCLCompilerTool" 393 CompileAs="1" 394 /> 395 </FileConfiguration> 396 </File> 397 <File 398 RelativePath="..\..\..\..\src\audio\SDL_audiodev.c" 399 > 400 <FileConfiguration 401 Name="Debug|Win32" 402 > 403 <Tool 404 Name="VCCLCompilerTool" 405 CompileAs="1" 406 /> 407 </FileConfiguration> 408 <FileConfiguration 409 Name="Release|Win32" 410 > 411 <Tool 412 Name="VCCLCompilerTool" 413 CompileAs="1" 414 /> 415 </FileConfiguration> 416 </File> 417 <File 418 RelativePath="..\..\..\..\src\audio\SDL_audiodev_c.h" 419 > 420 </File> 421 <File 422 RelativePath="..\..\..\..\src\audio\SDL_audiomem.h" 423 > 424 </File> 425 <File 426 RelativePath="..\..\..\..\src\audio\SDL_audiotypecvt.c" 427 > 428 <FileConfiguration 429 Name="Debug|Win32" 430 > 431 <Tool 432 Name="VCCLCompilerTool" 433 CompileAs="1" 434 /> 435 </FileConfiguration> 436 <FileConfiguration 437 Name="Release|Win32" 438 > 439 <Tool 440 Name="VCCLCompilerTool" 441 CompileAs="1" 442 /> 443 </FileConfiguration> 444 </File> 445 <File 446 RelativePath="..\..\..\..\src\audio\SDL_mixer.c" 447 > 448 <FileConfiguration 449 Name="Debug|Win32" 450 > 451 <Tool 452 Name="VCCLCompilerTool" 453 CompileAs="1" 454 /> 455 </FileConfiguration> 456 <FileConfiguration 457 Name="Release|Win32" 458 > 459 <Tool 460 Name="VCCLCompilerTool" 461 CompileAs="1" 462 /> 463 </FileConfiguration> 464 </File> 465 <File 466 RelativePath="..\..\..\..\src\audio\SDL_sysaudio.h" 467 > 468 </File> 469 <File 470 RelativePath="..\..\..\..\src\audio\SDL_wave.c" 471 > 472 <FileConfiguration 473 Name="Debug|Win32" 474 > 475 <Tool 476 Name="VCCLCompilerTool" 477 CompileAs="1" 478 /> 479 </FileConfiguration> 480 <FileConfiguration 481 Name="Release|Win32" 482 > 483 <Tool 484 Name="VCCLCompilerTool" 485 CompileAs="1" 486 /> 487 </FileConfiguration> 488 </File> 489 <File 490 RelativePath="..\..\..\..\src\audio\SDL_wave.h" 491 > 492 </File> 493 <Filter 494 Name="directsound" 495 Filter="" 496 > 497 <File 498 RelativePath="..\..\..\..\src\audio\directsound\SDL_directsound.c" 499 > 500 <FileConfiguration 501 Name="Debug|Win32" 502 > 503 <Tool 504 Name="VCCLCompilerTool" 505 CompileAs="1" 506 /> 507 </FileConfiguration> 508 <FileConfiguration 509 Name="Release|Win32" 510 > 511 <Tool 512 Name="VCCLCompilerTool" 513 CompileAs="1" 514 /> 515 </FileConfiguration> 516 </File> 517 <File 518 RelativePath="..\..\..\..\src\audio\directsound\SDL_directsound.h" 519 > 520 </File> 521 <File 522 RelativePath="..\..\..\..\src\audio\directsound\directx.h" 523 > 524 </File> 525 </Filter> 526 <Filter 527 Name="disk" 528 Filter="" 529 > 530 <File 531 RelativePath="..\..\..\..\src\audio\disk\SDL_diskaudio.c" 532 > 533 <FileConfiguration 534 Name="Debug|Win32" 535 > 536 <Tool 537 Name="VCCLCompilerTool" 538 CompileAs="1" 539 /> 540 </FileConfiguration> 541 <FileConfiguration 542 Name="Release|Win32" 543 > 544 <Tool 545 Name="VCCLCompilerTool" 546 CompileAs="1" 547 /> 548 </FileConfiguration> 549 </File> 550 <File 551 RelativePath="..\..\..\..\src\audio\disk\SDL_diskaudio.h" 552 > 553 </File> 554 </Filter> 555 <Filter 556 Name="dummy" 557 Filter="" 558 > 559 <File 560 RelativePath="..\..\..\..\src\audio\dummy\SDL_dummyaudio.c" 561 > 562 <FileConfiguration 563 Name="Debug|Win32" 564 > 565 <Tool 566 Name="VCCLCompilerTool" 567 CompileAs="1" 568 /> 569 </FileConfiguration> 570 <FileConfiguration 571 Name="Release|Win32" 572 > 573 <Tool 574 Name="VCCLCompilerTool" 575 CompileAs="1" 576 /> 577 </FileConfiguration> 578 </File> 579 <File 580 RelativePath="..\..\..\..\src\audio\dummy\SDL_dummyaudio.h" 581 > 582 </File> 583 </Filter> 584 <Filter 585 Name="winmm" 586 Filter="" 587 > 588 <File 589 RelativePath="..\..\..\..\src\audio\winmm\SDL_winmm.c" 590 > 591 <FileConfiguration 592 Name="Debug|Win32" 593 > 594 <Tool 595 Name="VCCLCompilerTool" 596 CompileAs="1" 597 /> 598 </FileConfiguration> 599 <FileConfiguration 600 Name="Release|Win32" 601 > 602 <Tool 603 Name="VCCLCompilerTool" 604 CompileAs="1" 605 /> 606 </FileConfiguration> 607 </File> 608 <File 609 RelativePath="..\..\..\..\src\audio\winmm\SDL_winmm.h" 610 > 611 </File> 612 </Filter> 613 <Filter 614 Name="xaudio2" 615 Filter="" 616 > 617 <File 618 RelativePath="..\..\..\..\src\audio\xaudio2\SDL_xaudio2.c" 619 > 620 <FileConfiguration 621 Name="Debug|Win32" 622 > 623 <Tool 624 Name="VCCLCompilerTool" 625 CompileAs="1" 626 /> 627 </FileConfiguration> 628 <FileConfiguration 629 Name="Release|Win32" 630 > 631 <Tool 632 Name="VCCLCompilerTool" 633 CompileAs="1" 634 /> 635 </FileConfiguration> 636 </File> 637 </Filter> 638 </Filter> 639 <Filter 640 Name="core" 641 Filter="" 642 > 643 <Filter 644 Name="windows" 645 Filter="" 646 > 647 <File 648 RelativePath="..\..\..\..\src\core\windows\SDL_windows.c" 649 > 650 <FileConfiguration 651 Name="Debug|Win32" 652 > 653 <Tool 654 Name="VCCLCompilerTool" 655 CompileAs="1" 656 /> 657 </FileConfiguration> 658 <FileConfiguration 659 Name="Release|Win32" 660 > 661 <Tool 662 Name="VCCLCompilerTool" 663 CompileAs="1" 664 /> 665 </FileConfiguration> 666 </File> 667 <File 668 RelativePath="..\..\..\..\src\core\windows\SDL_windows.h" 669 > 670 </File> 671 </Filter> 672 </Filter> 673 <Filter 674 Name="cpuinfo" 675 Filter="" 676 > 677 <File 678 RelativePath="..\..\..\..\src\cpuinfo\SDL_cpuinfo.c" 679 > 680 <FileConfiguration 681 Name="Debug|Win32" 682 > 683 <Tool 684 Name="VCCLCompilerTool" 685 CompileAs="1" 686 /> 687 </FileConfiguration> 688 <FileConfiguration 689 Name="Release|Win32" 690 > 691 <Tool 692 Name="VCCLCompilerTool" 693 CompileAs="1" 694 /> 695 </FileConfiguration> 696 </File> 697 </Filter> 698 <Filter 699 Name="events" 700 Filter="" 701 > 702 <File 703 RelativePath="..\..\..\..\src\events\SDL_clipboardevents.c" 704 > 705 <FileConfiguration 706 Name="Debug|Win32" 707 > 708 <Tool 709 Name="VCCLCompilerTool" 710 CompileAs="1" 711 /> 712 </FileConfiguration> 713 <FileConfiguration 714 Name="Release|Win32" 715 > 716 <Tool 717 Name="VCCLCompilerTool" 718 CompileAs="1" 719 /> 720 </FileConfiguration> 721 </File> 722 <File 723 RelativePath="..\..\..\..\src\events\SDL_clipboardevents_c.h" 724 > 725 </File> 726 <File 727 RelativePath="..\..\..\..\src\events\SDL_dropevents.c" 728 > 729 <FileConfiguration 730 Name="Debug|Win32" 731 > 732 <Tool 733 Name="VCCLCompilerTool" 734 CompileAs="1" 735 /> 736 </FileConfiguration> 737 <FileConfiguration 738 Name="Release|Win32" 739 > 740 <Tool 741 Name="VCCLCompilerTool" 742 CompileAs="1" 743 /> 744 </FileConfiguration> 745 </File> 746 <File 747 RelativePath="..\..\..\..\src\events\SDL_dropevents_c.h" 748 > 749 </File> 750 <File 751 RelativePath="..\..\..\..\src\events\SDL_events.c" 752 > 753 <FileConfiguration 754 Name="Debug|Win32" 755 > 756 <Tool 757 Name="VCCLCompilerTool" 758 CompileAs="1" 759 /> 760 </FileConfiguration> 761 <FileConfiguration 762 Name="Release|Win32" 763 > 764 <Tool 765 Name="VCCLCompilerTool" 766 CompileAs="1" 767 /> 768 </FileConfiguration> 769 </File> 770 <File 771 RelativePath="..\..\..\..\src\events\SDL_events_c.h" 772 > 773 </File> 774 <File 775 RelativePath="..\..\..\..\src\events\SDL_gesture.c" 776 > 777 <FileConfiguration 778 Name="Debug|Win32" 779 > 780 <Tool 781 Name="VCCLCompilerTool" 782 CompileAs="1" 783 /> 784 </FileConfiguration> 785 <FileConfiguration 786 Name="Release|Win32" 787 > 788 <Tool 789 Name="VCCLCompilerTool" 790 CompileAs="1" 791 /> 792 </FileConfiguration> 793 </File> 794 <File 795 RelativePath="..\..\..\..\src\events\SDL_gesture_c.h" 796 > 797 </File> 798 <File 799 RelativePath="..\..\..\..\src\events\SDL_keyboard.c" 800 > 801 <FileConfiguration 802 Name="Debug|Win32" 803 > 804 <Tool 805 Name="VCCLCompilerTool" 806 CompileAs="1" 807 /> 808 </FileConfiguration> 809 <FileConfiguration 810 Name="Release|Win32" 811 > 812 <Tool 813 Name="VCCLCompilerTool" 814 CompileAs="1" 815 /> 816 </FileConfiguration> 817 </File> 818 <File 819 RelativePath="..\..\..\..\src\events\SDL_keyboard_c.h" 820 > 821 </File> 822 <File 823 RelativePath="..\..\..\..\src\events\SDL_mouse.c" 824 > 825 <FileConfiguration 826 Name="Debug|Win32" 827 > 828 <Tool 829 Name="VCCLCompilerTool" 830 CompileAs="1" 831 /> 832 </FileConfiguration> 833 <FileConfiguration 834 Name="Release|Win32" 835 > 836 <Tool 837 Name="VCCLCompilerTool" 838 CompileAs="1" 839 /> 840 </FileConfiguration> 841 </File> 842 <File 843 RelativePath="..\..\..\..\src\events\SDL_mouse_c.h" 844 > 845 </File> 846 <File 847 RelativePath="..\..\..\..\src\events\SDL_quit.c" 848 > 849 <FileConfiguration 850 Name="Debug|Win32" 851 > 852 <Tool 853 Name="VCCLCompilerTool" 854 CompileAs="1" 855 /> 856 </FileConfiguration> 857 <FileConfiguration 858 Name="Release|Win32" 859 > 860 <Tool 861 Name="VCCLCompilerTool" 862 CompileAs="1" 863 /> 864 </FileConfiguration> 865 </File> 866 <File 867 RelativePath="..\..\..\..\src\events\SDL_sysevents.h" 868 > 869 </File> 870 <File 871 RelativePath="..\..\..\..\src\events\SDL_touch.c" 872 > 873 <FileConfiguration 874 Name="Debug|Win32" 875 > 876 <Tool 877 Name="VCCLCompilerTool" 878 CompileAs="1" 879 /> 880 </FileConfiguration> 881 <FileConfiguration 882 Name="Release|Win32" 883 > 884 <Tool 885 Name="VCCLCompilerTool" 886 CompileAs="1" 887 /> 888 </FileConfiguration> 889 </File> 890 <File 891 RelativePath="..\..\..\..\src\events\SDL_touch_c.h" 892 > 893 </File> 894 <File 895 RelativePath="..\..\..\..\src\events\SDL_windowevents.c" 896 > 897 <FileConfiguration 898 Name="Debug|Win32" 899 > 900 <Tool 901 Name="VCCLCompilerTool" 902 CompileAs="1" 903 /> 904 </FileConfiguration> 905 <FileConfiguration 906 Name="Release|Win32" 907 > 908 <Tool 909 Name="VCCLCompilerTool" 910 CompileAs="1" 911 /> 912 </FileConfiguration> 913 </File> 914 <File 915 RelativePath="..\..\..\..\src\events\SDL_windowevents_c.h" 916 > 917 </File> 918 <File 919 RelativePath="..\..\..\..\src\events\blank_cursor.h" 920 > 921 </File> 922 <File 923 RelativePath="..\..\..\..\src\events\default_cursor.h" 924 > 925 </File> 926 <File 927 RelativePath="..\..\..\..\src\events\scancodes_darwin.h" 928 > 929 </File> 930 <File 931 RelativePath="..\..\..\..\src\events\scancodes_linux.h" 932 > 933 </File> 934 <File 935 RelativePath="..\..\..\..\src\events\scancodes_windows.h" 936 > 937 </File> 938 <File 939 RelativePath="..\..\..\..\src\events\scancodes_xfree86.h" 940 > 941 </File> 942 </Filter> 943 <Filter 944 Name="file" 945 Filter="" 946 > 947 <File 948 RelativePath="..\..\..\..\src\file\SDL_rwops.c" 949 > 950 <FileConfiguration 951 Name="Debug|Win32" 952 > 953 <Tool 954 Name="VCCLCompilerTool" 955 CompileAs="1" 956 /> 957 </FileConfiguration> 958 <FileConfiguration 959 Name="Release|Win32" 960 > 961 <Tool 962 Name="VCCLCompilerTool" 963 CompileAs="1" 964 /> 965 </FileConfiguration> 966 </File> 967 </Filter> 968 <Filter 969 Name="filesystem" 970 Filter="" 971 > 972 <Filter 973 Name="windows" 974 Filter="" 975 > 976 <File 977 RelativePath="..\..\..\..\src\filesystem\windows\SDL_sysfilesystem.c" 978 > 979 <FileConfiguration 980 Name="Debug|Win32" 981 > 982 <Tool 983 Name="VCCLCompilerTool" 984 CompileAs="1" 985 /> 986 </FileConfiguration> 987 <FileConfiguration 988 Name="Release|Win32" 989 > 990 <Tool 991 Name="VCCLCompilerTool" 992 CompileAs="1" 993 /> 994 </FileConfiguration> 995 </File> 996 </Filter> 997 </Filter> 998 <Filter 999 Name="haptic" 1000 Filter="" 1001 > 1002 <File 1003 RelativePath="..\..\..\..\src\haptic\SDL_haptic.c" 1004 > 1005 <FileConfiguration 1006 Name="Debug|Win32" 1007 > 1008 <Tool 1009 Name="VCCLCompilerTool" 1010 CompileAs="1" 1011 /> 1012 </FileConfiguration> 1013 <FileConfiguration 1014 Name="Release|Win32" 1015 > 1016 <Tool 1017 Name="VCCLCompilerTool" 1018 CompileAs="1" 1019 /> 1020 </FileConfiguration> 1021 </File> 1022 <File 1023 RelativePath="..\..\..\..\src\haptic\SDL_haptic_c.h" 1024 > 1025 </File> 1026 <File 1027 RelativePath="..\..\..\..\src\haptic\SDL_syshaptic.h" 1028 > 1029 </File> 1030 <Filter 1031 Name="windows" 1032 Filter="" 1033 > 1034 <File 1035 RelativePath="..\..\..\..\src\haptic\windows\SDL_syshaptic.c" 1036 > 1037 <FileConfiguration 1038 Name="Debug|Win32" 1039 > 1040 <Tool 1041 Name="VCCLCompilerTool" 1042 CompileAs="1" 1043 /> 1044 </FileConfiguration> 1045 <FileConfiguration 1046 Name="Release|Win32" 1047 > 1048 <Tool 1049 Name="VCCLCompilerTool" 1050 CompileAs="1" 1051 /> 1052 </FileConfiguration> 1053 </File> 1054 </Filter> 1055 </Filter> 1056 <Filter 1057 Name="joystick" 1058 Filter="" 1059 > 1060 <File 1061 RelativePath="..\..\..\..\src\joystick\SDL_gamecontroller.c" 1062 > 1063 <FileConfiguration 1064 Name="Debug|Win32" 1065 > 1066 <Tool 1067 Name="VCCLCompilerTool" 1068 CompileAs="1" 1069 /> 1070 </FileConfiguration> 1071 <FileConfiguration 1072 Name="Release|Win32" 1073 > 1074 <Tool 1075 Name="VCCLCompilerTool" 1076 CompileAs="1" 1077 /> 1078 </FileConfiguration> 1079 </File> 1080 <File 1081 RelativePath="..\..\..\..\src\joystick\SDL_gamecontrollerdb.h" 1082 > 1083 </File> 1084 <File 1085 RelativePath="..\..\..\..\src\joystick\SDL_joystick.c" 1086 > 1087 <FileConfiguration 1088 Name="Debug|Win32" 1089 > 1090 <Tool 1091 Name="VCCLCompilerTool" 1092 CompileAs="1" 1093 /> 1094 </FileConfiguration> 1095 <FileConfiguration 1096 Name="Release|Win32" 1097 > 1098 <Tool 1099 Name="VCCLCompilerTool" 1100 CompileAs="1" 1101 /> 1102 </FileConfiguration> 1103 </File> 1104 <File 1105 RelativePath="..\..\..\..\src\joystick\SDL_joystick_c.h" 1106 > 1107 </File> 1108 <File 1109 RelativePath="..\..\..\..\src\joystick\SDL_sysjoystick.h" 1110 > 1111 </File> 1112 <Filter 1113 Name="windows" 1114 Filter="" 1115 > 1116 <File 1117 RelativePath="..\..\..\..\src\joystick\windows\SDL_dxjoystick.c" 1118 > 1119 <FileConfiguration 1120 Name="Debug|Win32" 1121 > 1122 <Tool 1123 Name="VCCLCompilerTool" 1124 CompileAs="1" 1125 /> 1126 </FileConfiguration> 1127 <FileConfiguration 1128 Name="Release|Win32" 1129 > 1130 <Tool 1131 Name="VCCLCompilerTool" 1132 CompileAs="1" 1133 /> 1134 </FileConfiguration> 1135 </File> 1136 <File 1137 RelativePath="..\..\..\..\src\joystick\windows\SDL_dxjoystick_c.h" 1138 > 1139 </File> 1140 <File 1141 RelativePath="..\..\..\..\src\joystick\windows\SDL_mmjoystick.c" 1142 > 1143 <FileConfiguration 1144 Name="Debug|Win32" 1145 > 1146 <Tool 1147 Name="VCCLCompilerTool" 1148 CompileAs="1" 1149 /> 1150 </FileConfiguration> 1151 <FileConfiguration 1152 Name="Release|Win32" 1153 > 1154 <Tool 1155 Name="VCCLCompilerTool" 1156 CompileAs="1" 1157 /> 1158 </FileConfiguration> 1159 </File> 1160 </Filter> 1161 </Filter> 1162 <Filter 1163 Name="libm" 1164 Filter="" 1165 > 1166 <File 1167 RelativePath="..\..\..\..\src\libm\e_atan2.c" 1168 > 1169 <FileConfiguration 1170 Name="Debug|Win32" 1171 > 1172 <Tool 1173 Name="VCCLCompilerTool" 1174 CompileAs="1" 1175 /> 1176 </FileConfiguration> 1177 <FileConfiguration 1178 Name="Release|Win32" 1179 > 1180 <Tool 1181 Name="VCCLCompilerTool" 1182 CompileAs="1" 1183 /> 1184 </FileConfiguration> 1185 </File> 1186 <File 1187 RelativePath="..\..\..\..\src\libm\e_log.c" 1188 > 1189 <FileConfiguration 1190 Name="Debug|Win32" 1191 > 1192 <Tool 1193 Name="VCCLCompilerTool" 1194 CompileAs="1" 1195 /> 1196 </FileConfiguration> 1197 <FileConfiguration 1198 Name="Release|Win32" 1199 > 1200 <Tool 1201 Name="VCCLCompilerTool" 1202 CompileAs="1" 1203 /> 1204 </FileConfiguration> 1205 </File> 1206 <File 1207 RelativePath="..\..\..\..\src\libm\e_pow.c" 1208 > 1209 <FileConfiguration 1210 Name="Debug|Win32" 1211 > 1212 <Tool 1213 Name="VCCLCompilerTool" 1214 CompileAs="1" 1215 /> 1216 </FileConfiguration> 1217 <FileConfiguration 1218 Name="Release|Win32" 1219 > 1220 <Tool 1221 Name="VCCLCompilerTool" 1222 CompileAs="1" 1223 /> 1224 </FileConfiguration> 1225 </File> 1226 <File 1227 RelativePath="..\..\..\..\src\libm\e_rem_pio2.c" 1228 > 1229 <FileConfiguration 1230 Name="Debug|Win32" 1231 > 1232 <Tool 1233 Name="VCCLCompilerTool" 1234 CompileAs="1" 1235 /> 1236 </FileConfiguration> 1237 <FileConfiguration 1238 Name="Release|Win32" 1239 > 1240 <Tool 1241 Name="VCCLCompilerTool" 1242 CompileAs="1" 1243 /> 1244 </FileConfiguration> 1245 </File> 1246 <File 1247 RelativePath="..\..\..\..\src\libm\e_sqrt.c" 1248 > 1249 <FileConfiguration 1250 Name="Debug|Win32" 1251 > 1252 <Tool 1253 Name="VCCLCompilerTool" 1254 CompileAs="1" 1255 /> 1256 </FileConfiguration> 1257 <FileConfiguration 1258 Name="Release|Win32" 1259 > 1260 <Tool 1261 Name="VCCLCompilerTool" 1262 CompileAs="1" 1263 /> 1264 </FileConfiguration> 1265 </File> 1266 <File 1267 RelativePath="..\..\..\..\src\libm\k_cos.c" 1268 > 1269 <FileConfiguration 1270 Name="Debug|Win32" 1271 > 1272 <Tool 1273 Name="VCCLCompilerTool" 1274 CompileAs="1" 1275 /> 1276 </FileConfiguration> 1277 <FileConfiguration 1278 Name="Release|Win32" 1279 > 1280 <Tool 1281 Name="VCCLCompilerTool" 1282 CompileAs="1" 1283 /> 1284 </FileConfiguration> 1285 </File> 1286 <File 1287 RelativePath="..\..\..\..\src\libm\k_rem_pio2.c" 1288 > 1289 <FileConfiguration 1290 Name="Debug|Win32" 1291 > 1292 <Tool 1293 Name="VCCLCompilerTool" 1294 CompileAs="1" 1295 /> 1296 </FileConfiguration> 1297 <FileConfiguration 1298 Name="Release|Win32" 1299 > 1300 <Tool 1301 Name="VCCLCompilerTool" 1302 CompileAs="1" 1303 /> 1304 </FileConfiguration> 1305 </File> 1306 <File 1307 RelativePath="..\..\..\..\src\libm\k_sin.c" 1308 > 1309 <FileConfiguration 1310 Name="Debug|Win32" 1311 > 1312 <Tool 1313 Name="VCCLCompilerTool" 1314 CompileAs="1" 1315 /> 1316 </FileConfiguration> 1317 <FileConfiguration 1318 Name="Release|Win32" 1319 > 1320 <Tool 1321 Name="VCCLCompilerTool" 1322 CompileAs="1" 1323 /> 1324 </FileConfiguration> 1325 </File> 1326 <File 1327 RelativePath="..\..\..\..\src\libm\math_libm.h" 1328 > 1329 </File> 1330 <File 1331 RelativePath="..\..\..\..\src\libm\math_private.h" 1332 > 1333 </File> 1334 <File 1335 RelativePath="..\..\..\..\src\libm\s_atan.c" 1336 > 1337 <FileConfiguration 1338 Name="Debug|Win32" 1339 > 1340 <Tool 1341 Name="VCCLCompilerTool" 1342 CompileAs="1" 1343 /> 1344 </FileConfiguration> 1345 <FileConfiguration 1346 Name="Release|Win32" 1347 > 1348 <Tool 1349 Name="VCCLCompilerTool" 1350 CompileAs="1" 1351 /> 1352 </FileConfiguration> 1353 </File> 1354 <File 1355 RelativePath="..\..\..\..\src\libm\s_copysign.c" 1356 > 1357 <FileConfiguration 1358 Name="Debug|Win32" 1359 > 1360 <Tool 1361 Name="VCCLCompilerTool" 1362 CompileAs="1" 1363 /> 1364 </FileConfiguration> 1365 <FileConfiguration 1366 Name="Release|Win32" 1367 > 1368 <Tool 1369 Name="VCCLCompilerTool" 1370 CompileAs="1" 1371 /> 1372 </FileConfiguration> 1373 </File> 1374 <File 1375 RelativePath="..\..\..\..\src\libm\s_cos.c" 1376 > 1377 <FileConfiguration 1378 Name="Debug|Win32" 1379 > 1380 <Tool 1381 Name="VCCLCompilerTool" 1382 CompileAs="1" 1383 /> 1384 </FileConfiguration> 1385 <FileConfiguration 1386 Name="Release|Win32" 1387 > 1388 <Tool 1389 Name="VCCLCompilerTool" 1390 CompileAs="1" 1391 /> 1392 </FileConfiguration> 1393 </File> 1394 <File 1395 RelativePath="..\..\..\..\src\libm\s_fabs.c" 1396 > 1397 <FileConfiguration 1398 Name="Debug|Win32" 1399 > 1400 <Tool 1401 Name="VCCLCompilerTool" 1402 CompileAs="1" 1403 /> 1404 </FileConfiguration> 1405 <FileConfiguration 1406 Name="Release|Win32" 1407 > 1408 <Tool 1409 Name="VCCLCompilerTool" 1410 CompileAs="1" 1411 /> 1412 </FileConfiguration> 1413 </File> 1414 <File 1415 RelativePath="..\..\..\..\src\libm\s_floor.c" 1416 > 1417 <FileConfiguration 1418 Name="Debug|Win32" 1419 > 1420 <Tool 1421 Name="VCCLCompilerTool" 1422 CompileAs="1" 1423 /> 1424 </FileConfiguration> 1425 <FileConfiguration 1426 Name="Release|Win32" 1427 > 1428 <Tool 1429 Name="VCCLCompilerTool" 1430 CompileAs="1" 1431 /> 1432 </FileConfiguration> 1433 </File> 1434 <File 1435 RelativePath="..\..\..\..\src\libm\s_scalbn.c" 1436 > 1437 <FileConfiguration 1438 Name="Debug|Win32" 1439 > 1440 <Tool 1441 Name="VCCLCompilerTool" 1442 CompileAs="1" 1443 /> 1444 </FileConfiguration> 1445 <FileConfiguration 1446 Name="Release|Win32" 1447 > 1448 <Tool 1449 Name="VCCLCompilerTool" 1450 CompileAs="1" 1451 /> 1452 </FileConfiguration> 1453 </File> 1454 <File 1455 RelativePath="..\..\..\..\src\libm\s_sin.c" 1456 > 1457 <FileConfiguration 1458 Name="Debug|Win32" 1459 > 1460 <Tool 1461 Name="VCCLCompilerTool" 1462 CompileAs="1" 1463 /> 1464 </FileConfiguration> 1465 <FileConfiguration 1466 Name="Release|Win32" 1467 > 1468 <Tool 1469 Name="VCCLCompilerTool" 1470 CompileAs="1" 1471 /> 1472 </FileConfiguration> 1473 </File> 1474 </Filter> 1475 <Filter 1476 Name="loadso" 1477 Filter="" 1478 > 1479 <Filter 1480 Name="windows" 1481 Filter="" 1482 > 1483 <File 1484 RelativePath="..\..\..\..\src\loadso\windows\SDL_sysloadso.c" 1485 > 1486 <FileConfiguration 1487 Name="Debug|Win32" 1488 > 1489 <Tool 1490 Name="VCCLCompilerTool" 1491 CompileAs="1" 1492 /> 1493 </FileConfiguration> 1494 <FileConfiguration 1495 Name="Release|Win32" 1496 > 1497 <Tool 1498 Name="VCCLCompilerTool" 1499 CompileAs="1" 1500 /> 1501 </FileConfiguration> 1502 </File> 1503 </Filter> 1504 </Filter> 1505 <Filter 1506 Name="power" 1507 Filter="" 1508 > 1509 <File 1510 RelativePath="..\..\..\..\src\power\SDL_power.c" 1511 > 1512 <FileConfiguration 1513 Name="Debug|Win32" 1514 > 1515 <Tool 1516 Name="VCCLCompilerTool" 1517 CompileAs="1" 1518 /> 1519 </FileConfiguration> 1520 <FileConfiguration 1521 Name="Release|Win32" 1522 > 1523 <Tool 1524 Name="VCCLCompilerTool" 1525 CompileAs="1" 1526 /> 1527 </FileConfiguration> 1528 </File> 1529 <Filter 1530 Name="windows" 1531 Filter="" 1532 > 1533 <File 1534 RelativePath="..\..\..\..\src\power\windows\SDL_syspower.c" 1535 > 1536 <FileConfiguration 1537 Name="Debug|Win32" 1538 > 1539 <Tool 1540 Name="VCCLCompilerTool" 1541 CompileAs="1" 1542 /> 1543 </FileConfiguration> 1544 <FileConfiguration 1545 Name="Release|Win32" 1546 > 1547 <Tool 1548 Name="VCCLCompilerTool" 1549 CompileAs="1" 1550 /> 1551 </FileConfiguration> 1552 </File> 1553 </Filter> 1554 </Filter> 1555 <Filter 1556 Name="render" 1557 Filter="" 1558 > 1559 <File 1560 RelativePath="..\..\..\..\src\render\SDL_render.c" 1561 > 1562 <FileConfiguration 1563 Name="Debug|Win32" 1564 > 1565 <Tool 1566 Name="VCCLCompilerTool" 1567 CompileAs="1" 1568 /> 1569 </FileConfiguration> 1570 <FileConfiguration 1571 Name="Release|Win32" 1572 > 1573 <Tool 1574 Name="VCCLCompilerTool" 1575 CompileAs="1" 1576 /> 1577 </FileConfiguration> 1578 </File> 1579 <File 1580 RelativePath="..\..\..\..\src\render\SDL_sysrender.h" 1581 > 1582 </File> 1583 <File 1584 RelativePath="..\..\..\..\src\render\SDL_yuv_mmx.c" 1585 > 1586 <FileConfiguration 1587 Name="Debug|Win32" 1588 > 1589 <Tool 1590 Name="VCCLCompilerTool" 1591 CompileAs="1" 1592 /> 1593 </FileConfiguration> 1594 <FileConfiguration 1595 Name="Release|Win32" 1596 > 1597 <Tool 1598 Name="VCCLCompilerTool" 1599 CompileAs="1" 1600 /> 1601 </FileConfiguration> 1602 </File> 1603 <File 1604 RelativePath="..\..\..\..\src\render\SDL_yuv_sw.c" 1605 > 1606 <FileConfiguration 1607 Name="Debug|Win32" 1608 > 1609 <Tool 1610 Name="VCCLCompilerTool" 1611 CompileAs="1" 1612 /> 1613 </FileConfiguration> 1614 <FileConfiguration 1615 Name="Release|Win32" 1616 > 1617 <Tool 1618 Name="VCCLCompilerTool" 1619 CompileAs="1" 1620 /> 1621 </FileConfiguration> 1622 </File> 1623 <File 1624 RelativePath="..\..\..\..\src\render\SDL_yuv_sw_c.h" 1625 > 1626 </File> 1627 <Filter 1628 Name="direct3d" 1629 Filter="" 1630 > 1631 <File 1632 RelativePath="..\..\..\..\src\render\direct3d\SDL_render_d3d.c" 1633 > 1634 <FileConfiguration 1635 Name="Debug|Win32" 1636 > 1637 <Tool 1638 Name="VCCLCompilerTool" 1639 CompileAs="1" 1640 /> 1641 </FileConfiguration> 1642 <FileConfiguration 1643 Name="Release|Win32" 1644 > 1645 <Tool 1646 Name="VCCLCompilerTool" 1647 CompileAs="1" 1648 /> 1649 </FileConfiguration> 1650 </File> 1651 </Filter> 1652 <File 1653 RelativePath="..\..\..\..\src\render\mmx.h" 1654 > 1655 </File> 1656 <Filter 1657 Name="opengl" 1658 Filter="" 1659 > 1660 <File 1661 RelativePath="..\..\..\..\src\render\opengl\SDL_glfuncs.h" 1662 > 1663 </File> 1664 <File 1665 RelativePath="..\..\..\..\src\render\opengl\SDL_render_gl.c" 1666 > 1667 <FileConfiguration 1668 Name="Debug|Win32" 1669 > 1670 <Tool 1671 Name="VCCLCompilerTool" 1672 CompileAs="1" 1673 /> 1674 </FileConfiguration> 1675 <FileConfiguration 1676 Name="Release|Win32" 1677 > 1678 <Tool 1679 Name="VCCLCompilerTool" 1680 CompileAs="1" 1681 /> 1682 </FileConfiguration> 1683 </File> 1684 <File 1685 RelativePath="..\..\..\..\src\render\opengl\SDL_shaders_gl.c" 1686 > 1687 <FileConfiguration 1688 Name="Debug|Win32" 1689 > 1690 <Tool 1691 Name="VCCLCompilerTool" 1692 CompileAs="1" 1693 /> 1694 </FileConfiguration> 1695 <FileConfiguration 1696 Name="Release|Win32" 1697 > 1698 <Tool 1699 Name="VCCLCompilerTool" 1700 CompileAs="1" 1701 /> 1702 </FileConfiguration> 1703 </File> 1704 <File 1705 RelativePath="..\..\..\..\src\render\opengl\SDL_shaders_gl.h" 1706 > 1707 </File> 1708 </Filter> 1709 <Filter 1710 Name="software" 1711 Filter="" 1712 > 1713 <File 1714 RelativePath="..\..\..\..\src\render\software\SDL_blendfillrect.c" 1715 > 1716 <FileConfiguration 1717 Name="Debug|Win32" 1718 > 1719 <Tool 1720 Name="VCCLCompilerTool" 1721 CompileAs="1" 1722 /> 1723 </FileConfiguration> 1724 <FileConfiguration 1725 Name="Release|Win32" 1726 > 1727 <Tool 1728 Name="VCCLCompilerTool" 1729 CompileAs="1" 1730 /> 1731 </FileConfiguration> 1732 </File> 1733 <File 1734 RelativePath="..\..\..\..\src\render\software\SDL_blendfillrect.h" 1735 > 1736 </File> 1737 <File 1738 RelativePath="..\..\..\..\src\render\software\SDL_blendline.c" 1739 > 1740 <FileConfiguration 1741 Name="Debug|Win32" 1742 > 1743 <Tool 1744 Name="VCCLCompilerTool" 1745 CompileAs="1" 1746 /> 1747 </FileConfiguration> 1748 <FileConfiguration 1749 Name="Release|Win32" 1750 > 1751 <Tool 1752 Name="VCCLCompilerTool" 1753 CompileAs="1" 1754 /> 1755 </FileConfiguration> 1756 </File> 1757 <File 1758 RelativePath="..\..\..\..\src\render\software\SDL_blendline.h" 1759 > 1760 </File> 1761 <File 1762 RelativePath="..\..\..\..\src\render\software\SDL_blendpoint.c" 1763 > 1764 <FileConfiguration 1765 Name="Debug|Win32" 1766 > 1767 <Tool 1768 Name="VCCLCompilerTool" 1769 CompileAs="1" 1770 /> 1771 </FileConfiguration> 1772 <FileConfiguration 1773 Name="Release|Win32" 1774 > 1775 <Tool 1776 Name="VCCLCompilerTool" 1777 CompileAs="1" 1778 /> 1779 </FileConfiguration> 1780 </File> 1781 <File 1782 RelativePath="..\..\..\..\src\render\software\SDL_blendpoint.h" 1783 > 1784 </File> 1785 <File 1786 RelativePath="..\..\..\..\src\render\software\SDL_draw.h" 1787 > 1788 </File> 1789 <File 1790 RelativePath="..\..\..\..\src\render\software\SDL_drawline.c" 1791 > 1792 <FileConfiguration 1793 Name="Debug|Win32" 1794 > 1795 <Tool 1796 Name="VCCLCompilerTool" 1797 CompileAs="1" 1798 /> 1799 </FileConfiguration> 1800 <FileConfiguration 1801 Name="Release|Win32" 1802 > 1803 <Tool 1804 Name="VCCLCompilerTool" 1805 CompileAs="1" 1806 /> 1807 </FileConfiguration> 1808 </File> 1809 <File 1810 RelativePath="..\..\..\..\src\render\software\SDL_drawline.h" 1811 > 1812 </File> 1813 <File 1814 RelativePath="..\..\..\..\src\render\software\SDL_drawpoint.c" 1815 > 1816 <FileConfiguration 1817 Name="Debug|Win32" 1818 > 1819 <Tool 1820 Name="VCCLCompilerTool" 1821 CompileAs="1" 1822 /> 1823 </FileConfiguration> 1824 <FileConfiguration 1825 Name="Release|Win32" 1826 > 1827 <Tool 1828 Name="VCCLCompilerTool" 1829 CompileAs="1" 1830 /> 1831 </FileConfiguration> 1832 </File> 1833 <File 1834 RelativePath="..\..\..\..\src\render\software\SDL_drawpoint.h" 1835 > 1836 </File> 1837 <File 1838 RelativePath="..\..\..\..\src\render\software\SDL_render_sw.c" 1839 > 1840 <FileConfiguration 1841 Name="Debug|Win32" 1842 > 1843 <Tool 1844 Name="VCCLCompilerTool" 1845 CompileAs="1" 1846 /> 1847 </FileConfiguration> 1848 <FileConfiguration 1849 Name="Release|Win32" 1850 > 1851 <Tool 1852 Name="VCCLCompilerTool" 1853 CompileAs="1" 1854 /> 1855 </FileConfiguration> 1856 </File> 1857 <File 1858 RelativePath="..\..\..\..\src\render\software\SDL_render_sw_c.h" 1859 > 1860 </File> 1861 <File 1862 RelativePath="..\..\..\..\src\render\software\SDL_rotate.c" 1863 > 1864 <FileConfiguration 1865 Name="Debug|Win32" 1866 > 1867 <Tool 1868 Name="VCCLCompilerTool" 1869 CompileAs="1" 1870 /> 1871 </FileConfiguration> 1872 <FileConfiguration 1873 Name="Release|Win32" 1874 > 1875 <Tool 1876 Name="VCCLCompilerTool" 1877 CompileAs="1" 1878 /> 1879 </FileConfiguration> 1880 </File> 1881 <File 1882 RelativePath="..\..\..\..\src\render\software\SDL_rotate.h" 1883 > 1884 </File> 1885 </Filter> 1886 </Filter> 1887 <Filter 1888 Name="stdlib" 1889 Filter="" 1890 > 1891 <File 1892 RelativePath="..\..\..\..\src\stdlib\SDL_getenv.c" 1893 > 1894 <FileConfiguration 1895 Name="Debug|Win32" 1896 > 1897 <Tool 1898 Name="VCCLCompilerTool" 1899 CompileAs="1" 1900 /> 1901 </FileConfiguration> 1902 <FileConfiguration 1903 Name="Release|Win32" 1904 > 1905 <Tool 1906 Name="VCCLCompilerTool" 1907 CompileAs="1" 1908 /> 1909 </FileConfiguration> 1910 </File> 1911 <File 1912 RelativePath="..\..\..\..\src\stdlib\SDL_iconv.c" 1913 > 1914 <FileConfiguration 1915 Name="Debug|Win32" 1916 > 1917 <Tool 1918 Name="VCCLCompilerTool" 1919 CompileAs="1" 1920 /> 1921 </FileConfiguration> 1922 <FileConfiguration 1923 Name="Release|Win32" 1924 > 1925 <Tool 1926 Name="VCCLCompilerTool" 1927 CompileAs="1" 1928 /> 1929 </FileConfiguration> 1930 </File> 1931 <File 1932 RelativePath="..\..\..\..\src\stdlib\SDL_malloc.c" 1933 > 1934 <FileConfiguration 1935 Name="Debug|Win32" 1936 > 1937 <Tool 1938 Name="VCCLCompilerTool" 1939 CompileAs="1" 1940 /> 1941 </FileConfiguration> 1942 <FileConfiguration 1943 Name="Release|Win32" 1944 > 1945 <Tool 1946 Name="VCCLCompilerTool" 1947 CompileAs="1" 1948 /> 1949 </FileConfiguration> 1950 </File> 1951 <File 1952 RelativePath="..\..\..\..\src\stdlib\SDL_qsort.c" 1953 > 1954 <FileConfiguration 1955 Name="Debug|Win32" 1956 > 1957 <Tool 1958 Name="VCCLCompilerTool" 1959 CompileAs="1" 1960 /> 1961 </FileConfiguration> 1962 <FileConfiguration 1963 Name="Release|Win32" 1964 > 1965 <Tool 1966 Name="VCCLCompilerTool" 1967 CompileAs="1" 1968 /> 1969 </FileConfiguration> 1970 </File> 1971 <File 1972 RelativePath="..\..\..\..\src\stdlib\SDL_stdlib.c" 1973 > 1974 <FileConfiguration 1975 Name="Debug|Win32" 1976 > 1977 <Tool 1978 Name="VCCLCompilerTool" 1979 CompileAs="1" 1980 /> 1981 </FileConfiguration> 1982 <FileConfiguration 1983 Name="Release|Win32" 1984 > 1985 <Tool 1986 Name="VCCLCompilerTool" 1987 CompileAs="1" 1988 /> 1989 </FileConfiguration> 1990 </File> 1991 <File 1992 RelativePath="..\..\..\..\src\stdlib\SDL_string.c" 1993 > 1994 <FileConfiguration 1995 Name="Debug|Win32" 1996 > 1997 <Tool 1998 Name="VCCLCompilerTool" 1999 CompileAs="1" 2000 /> 2001 </FileConfiguration> 2002 <FileConfiguration 2003 Name="Release|Win32" 2004 > 2005 <Tool 2006 Name="VCCLCompilerTool" 2007 CompileAs="1" 2008 /> 2009 </FileConfiguration> 2010 </File> 2011 </Filter> 2012 <Filter 2013 Name="thread" 2014 Filter="" 2015 > 2016 <File 2017 RelativePath="..\..\..\..\src\thread\SDL_systhread.h" 2018 > 2019 </File> 2020 <File 2021 RelativePath="..\..\..\..\src\thread\SDL_thread.c" 2022 > 2023 <FileConfiguration 2024 Name="Debug|Win32" 2025 > 2026 <Tool 2027 Name="VCCLCompilerTool" 2028 CompileAs="1" 2029 /> 2030 </FileConfiguration> 2031 <FileConfiguration 2032 Name="Release|Win32" 2033 > 2034 <Tool 2035 Name="VCCLCompilerTool" 2036 CompileAs="1" 2037 /> 2038 </FileConfiguration> 2039 </File> 2040 <File 2041 RelativePath="..\..\..\..\src\thread\SDL_thread_c.h" 2042 > 2043 </File> 2044 <Filter 2045 Name="generic" 2046 Filter="" 2047 > 2048 <File 2049 RelativePath="..\..\..\..\src\thread\generic\SDL_syscond.c" 2050 > 2051 <FileConfiguration 2052 Name="Debug|Win32" 2053 > 2054 <Tool 2055 Name="VCCLCompilerTool" 2056 CompileAs="1" 2057 /> 2058 </FileConfiguration> 2059 <FileConfiguration 2060 Name="Release|Win32" 2061 > 2062 <Tool 2063 Name="VCCLCompilerTool" 2064 CompileAs="1" 2065 /> 2066 </FileConfiguration> 2067 </File> 2068 <File 2069 RelativePath="..\..\..\..\src\thread\generic\SDL_sysmutex_c.h" 2070 > 2071 </File> 2072 </Filter> 2073 <Filter 2074 Name="windows" 2075 Filter="" 2076 > 2077 <File 2078 RelativePath="..\..\..\..\src\thread\windows\SDL_sysmutex.c" 2079 > 2080 <FileConfiguration 2081 Name="Debug|Win32" 2082 > 2083 <Tool 2084 Name="VCCLCompilerTool" 2085 CompileAs="1" 2086 /> 2087 </FileConfiguration> 2088 <FileConfiguration 2089 Name="Release|Win32" 2090 > 2091 <Tool 2092 Name="VCCLCompilerTool" 2093 CompileAs="1" 2094 /> 2095 </FileConfiguration> 2096 </File> 2097 <File 2098 RelativePath="..\..\..\..\src\thread\windows\SDL_syssem.c" 2099 > 2100 <FileConfiguration 2101 Name="Debug|Win32" 2102 > 2103 <Tool 2104 Name="VCCLCompilerTool" 2105 CompileAs="1" 2106 /> 2107 </FileConfiguration> 2108 <FileConfiguration 2109 Name="Release|Win32" 2110 > 2111 <Tool 2112 Name="VCCLCompilerTool" 2113 CompileAs="1" 2114 /> 2115 </FileConfiguration> 2116 </File> 2117 <File 2118 RelativePath="..\..\..\..\src\thread\windows\SDL_systhread.c" 2119 > 2120 <FileConfiguration 2121 Name="Debug|Win32" 2122 > 2123 <Tool 2124 Name="VCCLCompilerTool" 2125 CompileAs="1" 2126 /> 2127 </FileConfiguration> 2128 <FileConfiguration 2129 Name="Release|Win32" 2130 > 2131 <Tool 2132 Name="VCCLCompilerTool" 2133 CompileAs="1" 2134 /> 2135 </FileConfiguration> 2136 </File> 2137 <File 2138 RelativePath="..\..\..\..\src\thread\windows\SDL_systhread_c.h" 2139 > 2140 </File> 2141 <File 2142 RelativePath="..\..\..\..\src\thread\windows\SDL_systls.c" 2143 > 2144 <FileConfiguration 2145 Name="Debug|Win32" 2146 > 2147 <Tool 2148 Name="VCCLCompilerTool" 2149 CompileAs="1" 2150 /> 2151 </FileConfiguration> 2152 <FileConfiguration 2153 Name="Release|Win32" 2154 > 2155 <Tool 2156 Name="VCCLCompilerTool" 2157 CompileAs="1" 2158 /> 2159 </FileConfiguration> 2160 </File> 2161 </Filter> 2162 </Filter> 2163 <Filter 2164 Name="timer" 2165 Filter="" 2166 > 2167 <File 2168 RelativePath="..\..\..\..\src\timer\SDL_timer.c" 2169 > 2170 <FileConfiguration 2171 Name="Debug|Win32" 2172 > 2173 <Tool 2174 Name="VCCLCompilerTool" 2175 CompileAs="1" 2176 /> 2177 </FileConfiguration> 2178 <FileConfiguration 2179 Name="Release|Win32" 2180 > 2181 <Tool 2182 Name="VCCLCompilerTool" 2183 CompileAs="1" 2184 /> 2185 </FileConfiguration> 2186 </File> 2187 <File 2188 RelativePath="..\..\..\..\src\timer\SDL_timer_c.h" 2189 > 2190 </File> 2191 <Filter 2192 Name="windows" 2193 Filter="" 2194 > 2195 <File 2196 RelativePath="..\..\..\..\src\timer\windows\SDL_systimer.c" 2197 > 2198 <FileConfiguration 2199 Name="Debug|Win32" 2200 > 2201 <Tool 2202 Name="VCCLCompilerTool" 2203 CompileAs="1" 2204 /> 2205 </FileConfiguration> 2206 <FileConfiguration 2207 Name="Release|Win32" 2208 > 2209 <Tool 2210 Name="VCCLCompilerTool" 2211 CompileAs="1" 2212 /> 2213 </FileConfiguration> 2214 </File> 2215 </Filter> 2216 </Filter> 2217 <Filter 2218 Name="video" 2219 Filter="" 2220 > 2221 <File 2222 RelativePath="..\..\..\..\src\video\SDL_RLEaccel.c" 2223 > 2224 <FileConfiguration 2225 Name="Debug|Win32" 2226 > 2227 <Tool 2228 Name="VCCLCompilerTool" 2229 CompileAs="1" 2230 /> 2231 </FileConfiguration> 2232 <FileConfiguration 2233 Name="Release|Win32" 2234 > 2235 <Tool 2236 Name="VCCLCompilerTool" 2237 CompileAs="1" 2238 /> 2239 </FileConfiguration> 2240 </File> 2241 <File 2242 RelativePath="..\..\..\..\src\video\SDL_RLEaccel_c.h" 2243 > 2244 </File> 2245 <File 2246 RelativePath="..\..\..\..\src\video\SDL_blit.c" 2247 > 2248 <FileConfiguration 2249 Name="Debug|Win32" 2250 > 2251 <Tool 2252 Name="VCCLCompilerTool" 2253 CompileAs="1" 2254 /> 2255 </FileConfiguration> 2256 <FileConfiguration 2257 Name="Release|Win32" 2258 > 2259 <Tool 2260 Name="VCCLCompilerTool" 2261 CompileAs="1" 2262 /> 2263 </FileConfiguration> 2264 </File> 2265 <File 2266 RelativePath="..\..\..\..\src\video\SDL_blit.h" 2267 > 2268 </File> 2269 <File 2270 RelativePath="..\..\..\..\src\video\SDL_blit_0.c" 2271 > 2272 <FileConfiguration 2273 Name="Debug|Win32" 2274 > 2275 <Tool 2276 Name="VCCLCompilerTool" 2277 CompileAs="1" 2278 /> 2279 </FileConfiguration> 2280 <FileConfiguration 2281 Name="Release|Win32" 2282 > 2283 <Tool 2284 Name="VCCLCompilerTool" 2285 CompileAs="1" 2286 /> 2287 </FileConfiguration> 2288 </File> 2289 <File 2290 RelativePath="..\..\..\..\src\video\SDL_blit_1.c" 2291 > 2292 <FileConfiguration 2293 Name="Debug|Win32" 2294 > 2295 <Tool 2296 Name="VCCLCompilerTool" 2297 CompileAs="1" 2298 /> 2299 </FileConfiguration> 2300 <FileConfiguration 2301 Name="Release|Win32" 2302 > 2303 <Tool 2304 Name="VCCLCompilerTool" 2305 CompileAs="1" 2306 /> 2307 </FileConfiguration> 2308 </File> 2309 <File 2310 RelativePath="..\..\..\..\src\video\SDL_blit_A.c" 2311 > 2312 <FileConfiguration 2313 Name="Debug|Win32" 2314 > 2315 <Tool 2316 Name="VCCLCompilerTool" 2317 CompileAs="1" 2318 /> 2319 </FileConfiguration> 2320 <FileConfiguration 2321 Name="Release|Win32" 2322 > 2323 <Tool 2324 Name="VCCLCompilerTool" 2325 CompileAs="1" 2326 /> 2327 </FileConfiguration> 2328 </File> 2329 <File 2330 RelativePath="..\..\..\..\src\video\SDL_blit_N.c" 2331 > 2332 <FileConfiguration 2333 Name="Debug|Win32" 2334 > 2335 <Tool 2336 Name="VCCLCompilerTool" 2337 CompileAs="1" 2338 /> 2339 </FileConfiguration> 2340 <FileConfiguration 2341 Name="Release|Win32" 2342 > 2343 <Tool 2344 Name="VCCLCompilerTool" 2345 CompileAs="1" 2346 /> 2347 </FileConfiguration> 2348 </File> 2349 <File 2350 RelativePath="..\..\..\..\src\video\SDL_blit_auto.c" 2351 > 2352 <FileConfiguration 2353 Name="Debug|Win32" 2354 > 2355 <Tool 2356 Name="VCCLCompilerTool" 2357 CompileAs="1" 2358 /> 2359 </FileConfiguration> 2360 <FileConfiguration 2361 Name="Release|Win32" 2362 > 2363 <Tool 2364 Name="VCCLCompilerTool" 2365 CompileAs="1" 2366 /> 2367 </FileConfiguration> 2368 </File> 2369 <File 2370 RelativePath="..\..\..\..\src\video\SDL_blit_auto.h" 2371 > 2372 </File> 2373 <File 2374 RelativePath="..\..\..\..\src\video\SDL_blit_copy.c" 2375 > 2376 <FileConfiguration 2377 Name="Debug|Win32" 2378 > 2379 <Tool 2380 Name="VCCLCompilerTool" 2381 CompileAs="1" 2382 /> 2383 </FileConfiguration> 2384 <FileConfiguration 2385 Name="Release|Win32" 2386 > 2387 <Tool 2388 Name="VCCLCompilerTool" 2389 CompileAs="1" 2390 /> 2391 </FileConfiguration> 2392 </File> 2393 <File 2394 RelativePath="..\..\..\..\src\video\SDL_blit_copy.h" 2395 > 2396 </File> 2397 <File 2398 RelativePath="..\..\..\..\src\video\SDL_blit_slow.c" 2399 > 2400 <FileConfiguration 2401 Name="Debug|Win32" 2402 > 2403 <Tool 2404 Name="VCCLCompilerTool" 2405 CompileAs="1" 2406 /> 2407 </FileConfiguration> 2408 <FileConfiguration 2409 Name="Release|Win32" 2410 > 2411 <Tool 2412 Name="VCCLCompilerTool" 2413 CompileAs="1" 2414 /> 2415 </FileConfiguration> 2416 </File> 2417 <File 2418 RelativePath="..\..\..\..\src\video\SDL_blit_slow.h" 2419 > 2420 </File> 2421 <File 2422 RelativePath="..\..\..\..\src\video\SDL_bmp.c" 2423 > 2424 <FileConfiguration 2425 Name="Debug|Win32" 2426 > 2427 <Tool 2428 Name="VCCLCompilerTool" 2429 CompileAs="1" 2430 /> 2431 </FileConfiguration> 2432 <FileConfiguration 2433 Name="Release|Win32" 2434 > 2435 <Tool 2436 Name="VCCLCompilerTool" 2437 CompileAs="1" 2438 /> 2439 </FileConfiguration> 2440 </File> 2441 <File 2442 RelativePath="..\..\..\..\src\video\SDL_clipboard.c" 2443 > 2444 <FileConfiguration 2445 Name="Debug|Win32" 2446 > 2447 <Tool 2448 Name="VCCLCompilerTool" 2449 CompileAs="1" 2450 /> 2451 </FileConfiguration> 2452 <FileConfiguration 2453 Name="Release|Win32" 2454 > 2455 <Tool 2456 Name="VCCLCompilerTool" 2457 CompileAs="1" 2458 /> 2459 </FileConfiguration> 2460 </File> 2461 <File 2462 RelativePath="..\..\..\..\src\video\SDL_egl.c" 2463 > 2464 <FileConfiguration 2465 Name="Debug|Win32" 2466 > 2467 <Tool 2468 Name="VCCLCompilerTool" 2469 CompileAs="1" 2470 /> 2471 </FileConfiguration> 2472 <FileConfiguration 2473 Name="Release|Win32" 2474 > 2475 <Tool 2476 Name="VCCLCompilerTool" 2477 CompileAs="1" 2478 /> 2479 </FileConfiguration> 2480 </File> 2481 <File 2482 RelativePath="..\..\..\..\src\video\SDL_egl.h" 2483 > 2484 </File> 2485 <File 2486 RelativePath="..\..\..\..\src\video\SDL_fillrect.c" 2487 > 2488 <FileConfiguration 2489 Name="Debug|Win32" 2490 > 2491 <Tool 2492 Name="VCCLCompilerTool" 2493 CompileAs="1" 2494 /> 2495 </FileConfiguration> 2496 <FileConfiguration 2497 Name="Release|Win32" 2498 > 2499 <Tool 2500 Name="VCCLCompilerTool" 2501 CompileAs="1" 2502 /> 2503 </FileConfiguration> 2504 </File> 2505 <File 2506 RelativePath="..\..\..\..\src\video\SDL_pixels.c" 2507 > 2508 <FileConfiguration 2509 Name="Debug|Win32" 2510 > 2511 <Tool 2512 Name="VCCLCompilerTool" 2513 CompileAs="1" 2514 /> 2515 </FileConfiguration> 2516 <FileConfiguration 2517 Name="Release|Win32" 2518 > 2519 <Tool 2520 Name="VCCLCompilerTool" 2521 CompileAs="1" 2522 /> 2523 </FileConfiguration> 2524 </File> 2525 <File 2526 RelativePath="..\..\..\..\src\video\SDL_pixels_c.h" 2527 > 2528 </File> 2529 <File 2530 RelativePath="..\..\..\..\src\video\SDL_rect.c" 2531 > 2532 <FileConfiguration 2533 Name="Debug|Win32" 2534 > 2535 <Tool 2536 Name="VCCLCompilerTool" 2537 CompileAs="1" 2538 /> 2539 </FileConfiguration> 2540 <FileConfiguration 2541 Name="Release|Win32" 2542 > 2543 <Tool 2544 Name="VCCLCompilerTool" 2545 CompileAs="1" 2546 /> 2547 </FileConfiguration> 2548 </File> 2549 <File 2550 RelativePath="..\..\..\..\src\video\SDL_rect_c.h" 2551 > 2552 </File> 2553 <File 2554 RelativePath="..\..\..\..\src\video\SDL_shape.c" 2555 > 2556 <FileConfiguration 2557 Name="Debug|Win32" 2558 > 2559 <Tool 2560 Name="VCCLCompilerTool" 2561 CompileAs="1" 2562 /> 2563 </FileConfiguration> 2564 <FileConfiguration 2565 Name="Release|Win32" 2566 > 2567 <Tool 2568 Name="VCCLCompilerTool" 2569 CompileAs="1" 2570 /> 2571 </FileConfiguration> 2572 </File> 2573 <File 2574 RelativePath="..\..\..\..\src\video\SDL_shape_internals.h" 2575 > 2576 </File> 2577 <File 2578 RelativePath="..\..\..\..\src\video\SDL_stretch.c" 2579 > 2580 <FileConfiguration 2581 Name="Debug|Win32" 2582 > 2583 <Tool 2584 Name="VCCLCompilerTool" 2585 CompileAs="1" 2586 /> 2587 </FileConfiguration> 2588 <FileConfiguration 2589 Name="Release|Win32" 2590 > 2591 <Tool 2592 Name="VCCLCompilerTool" 2593 CompileAs="1" 2594 /> 2595 </FileConfiguration> 2596 </File> 2597 <File 2598 RelativePath="..\..\..\..\src\video\SDL_surface.c" 2599 > 2600 <FileConfiguration 2601 Name="Debug|Win32" 2602 > 2603 <Tool 2604 Name="VCCLCompilerTool" 2605 CompileAs="1" 2606 /> 2607 </FileConfiguration> 2608 <FileConfiguration 2609 Name="Release|Win32" 2610 > 2611 <Tool 2612 Name="VCCLCompilerTool" 2613 CompileAs="1" 2614 /> 2615 </FileConfiguration> 2616 </File> 2617 <File 2618 RelativePath="..\..\..\..\src\video\SDL_sysvideo.h" 2619 > 2620 </File> 2621 <File 2622 RelativePath="..\..\..\..\src\video\SDL_video.c" 2623 > 2624 <FileConfiguration 2625 Name="Debug|Win32" 2626 > 2627 <Tool 2628 Name="VCCLCompilerTool" 2629 CompileAs="1" 2630 /> 2631 </FileConfiguration> 2632 <FileConfiguration 2633 Name="Release|Win32" 2634 > 2635 <Tool 2636 Name="VCCLCompilerTool" 2637 CompileAs="1" 2638 /> 2639 </FileConfiguration> 2640 </File> 2641 <Filter 2642 Name="dummy" 2643 Filter="" 2644 > 2645 <File 2646 RelativePath="..\..\..\..\src\video\dummy\SDL_nullevents.c" 2647 > 2648 <FileConfiguration 2649 Name="Debug|Win32" 2650 > 2651 <Tool 2652 Name="VCCLCompilerTool" 2653 CompileAs="1" 2654 /> 2655 </FileConfiguration> 2656 <FileConfiguration 2657 Name="Release|Win32" 2658 > 2659 <Tool 2660 Name="VCCLCompilerTool" 2661 CompileAs="1" 2662 /> 2663 </FileConfiguration> 2664 </File> 2665 <File 2666 RelativePath="..\..\..\..\src\video\dummy\SDL_nullevents_c.h" 2667 > 2668 </File> 2669 <File 2670 RelativePath="..\..\..\..\src\video\dummy\SDL_nullframebuffer.c" 2671 > 2672 <FileConfiguration 2673 Name="Debug|Win32" 2674 > 2675 <Tool 2676 Name="VCCLCompilerTool" 2677 CompileAs="1" 2678 /> 2679 </FileConfiguration> 2680 <FileConfiguration 2681 Name="Release|Win32" 2682 > 2683 <Tool 2684 Name="VCCLCompilerTool" 2685 CompileAs="1" 2686 /> 2687 </FileConfiguration> 2688 </File> 2689 <File 2690 RelativePath="..\..\..\..\src\video\dummy\SDL_nullframebuffer_c.h" 2691 > 2692 </File> 2693 <File 2694 RelativePath="..\..\..\..\src\video\dummy\SDL_nullvideo.c" 2695 > 2696 <FileConfiguration 2697 Name="Debug|Win32" 2698 > 2699 <Tool 2700 Name="VCCLCompilerTool" 2701 CompileAs="1" 2702 /> 2703 </FileConfiguration> 2704 <FileConfiguration 2705 Name="Release|Win32" 2706 > 2707 <Tool 2708 Name="VCCLCompilerTool" 2709 CompileAs="1" 2710 /> 2711 </FileConfiguration> 2712 </File> 2713 <File 2714 RelativePath="..\..\..\..\src\video\dummy\SDL_nullvideo.h" 2715 > 2716 </File> 2717 </Filter> 2718 <Filter 2719 Name="windows" 2720 Filter="" 2721 > 2722 <File 2723 RelativePath="..\..\..\..\src\video\windows\SDL_msctf.h" 2724 > 2725 </File> 2726 <File 2727 RelativePath="..\..\..\..\src\video\windows\SDL_vkeys.h" 2728 > 2729 </File> 2730 <File 2731 RelativePath="..\..\..\..\src\video\windows\SDL_windowsclipboard.c" 2732 > 2733 <FileConfiguration 2734 Name="Debug|Win32" 2735 > 2736 <Tool 2737 Name="VCCLCompilerTool" 2738 CompileAs="1" 2739 /> 2740 </FileConfiguration> 2741 <FileConfiguration 2742 Name="Release|Win32" 2743 > 2744 <Tool 2745 Name="VCCLCompilerTool" 2746 CompileAs="1" 2747 /> 2748 </FileConfiguration> 2749 </File> 2750 <File 2751 RelativePath="..\..\..\..\src\video\windows\SDL_windowsclipboard.h" 2752 > 2753 </File> 2754 <File 2755 RelativePath="..\..\..\..\src\video\windows\SDL_windowsevents.c" 2756 > 2757 <FileConfiguration 2758 Name="Debug|Win32" 2759 > 2760 <Tool 2761 Name="VCCLCompilerTool" 2762 CompileAs="1" 2763 /> 2764 </FileConfiguration> 2765 <FileConfiguration 2766 Name="Release|Win32" 2767 > 2768 <Tool 2769 Name="VCCLCompilerTool" 2770 CompileAs="1" 2771 /> 2772 </FileConfiguration> 2773 </File> 2774 <File 2775 RelativePath="..\..\..\..\src\video\windows\SDL_windowsevents.h" 2776 > 2777 </File> 2778 <File 2779 RelativePath="..\..\..\..\src\video\windows\SDL_windowsframebuffer.c" 2780 > 2781 <FileConfiguration 2782 Name="Debug|Win32" 2783 > 2784 <Tool 2785 Name="VCCLCompilerTool" 2786 CompileAs="1" 2787 /> 2788 </FileConfiguration> 2789 <FileConfiguration 2790 Name="Release|Win32" 2791 > 2792 <Tool 2793 Name="VCCLCompilerTool" 2794 CompileAs="1" 2795 /> 2796 </FileConfiguration> 2797 </File> 2798 <File 2799 RelativePath="..\..\..\..\src\video\windows\SDL_windowsframebuffer.h" 2800 > 2801 </File> 2802 <File 2803 RelativePath="..\..\..\..\src\video\windows\SDL_windowskeyboard.c" 2804 > 2805 <FileConfiguration 2806 Name="Debug|Win32" 2807 > 2808 <Tool 2809 Name="VCCLCompilerTool" 2810 CompileAs="1" 2811 /> 2812 </FileConfiguration> 2813 <FileConfiguration 2814 Name="Release|Win32" 2815 > 2816 <Tool 2817 Name="VCCLCompilerTool" 2818 CompileAs="1" 2819 /> 2820 </FileConfiguration> 2821 </File> 2822 <File 2823 RelativePath="..\..\..\..\src\video\windows\SDL_windowskeyboard.h" 2824 > 2825 </File> 2826 <File 2827 RelativePath="..\..\..\..\src\video\windows\SDL_windowsmessagebox.c" 2828 > 2829 <FileConfiguration 2830 Name="Debug|Win32" 2831 > 2832 <Tool 2833 Name="VCCLCompilerTool" 2834 CompileAs="1" 2835 /> 2836 </FileConfiguration> 2837 <FileConfiguration 2838 Name="Release|Win32" 2839 > 2840 <Tool 2841 Name="VCCLCompilerTool" 2842 CompileAs="1" 2843 /> 2844 </FileConfiguration> 2845 </File> 2846 <File 2847 RelativePath="..\..\..\..\src\video\windows\SDL_windowsmessagebox.h" 2848 > 2849 </File> 2850 <File 2851 RelativePath="..\..\..\..\src\video\windows\SDL_windowsmodes.c" 2852 > 2853 <FileConfiguration 2854 Name="Debug|Win32" 2855 > 2856 <Tool 2857 Name="VCCLCompilerTool" 2858 CompileAs="1" 2859 /> 2860 </FileConfiguration> 2861 <FileConfiguration 2862 Name="Release|Win32" 2863 > 2864 <Tool 2865 Name="VCCLCompilerTool" 2866 CompileAs="1" 2867 /> 2868 </FileConfiguration> 2869 </File> 2870 <File 2871 RelativePath="..\..\..\..\src\video\windows\SDL_windowsmodes.h" 2872 > 2873 </File> 2874 <File 2875 RelativePath="..\..\..\..\src\video\windows\SDL_windowsmouse.c" 2876 > 2877 <FileConfiguration 2878 Name="Debug|Win32" 2879 > 2880 <Tool 2881 Name="VCCLCompilerTool" 2882 CompileAs="1" 2883 /> 2884 </FileConfiguration> 2885 <FileConfiguration 2886 Name="Release|Win32" 2887 > 2888 <Tool 2889 Name="VCCLCompilerTool" 2890 CompileAs="1" 2891 /> 2892 </FileConfiguration> 2893 </File> 2894 <File 2895 RelativePath="..\..\..\..\src\video\windows\SDL_windowsmouse.h" 2896 > 2897 </File> 2898 <File 2899 RelativePath="..\..\..\..\src\video\windows\SDL_windowsopengl.c" 2900 > 2901 <FileConfiguration 2902 Name="Debug|Win32" 2903 > 2904 <Tool 2905 Name="VCCLCompilerTool" 2906 CompileAs="1" 2907 /> 2908 </FileConfiguration> 2909 <FileConfiguration 2910 Name="Release|Win32" 2911 > 2912 <Tool 2913 Name="VCCLCompilerTool" 2914 CompileAs="1" 2915 /> 2916 </FileConfiguration> 2917 </File> 2918 <File 2919 RelativePath="..\..\..\..\src\video\windows\SDL_windowsopengl.h" 2920 > 2921 </File> 2922 <File 2923 RelativePath="..\..\..\..\src\video\windows\SDL_windowsshape.c" 2924 > 2925 <FileConfiguration 2926 Name="Debug|Win32" 2927 > 2928 <Tool 2929 Name="VCCLCompilerTool" 2930 CompileAs="1" 2931 /> 2932 </FileConfiguration> 2933 <FileConfiguration 2934 Name="Release|Win32" 2935 > 2936 <Tool 2937 Name="VCCLCompilerTool" 2938 CompileAs="1" 2939 /> 2940 </FileConfiguration> 2941 </File> 2942 <File 2943 RelativePath="..\..\..\..\src\video\windows\SDL_windowsshape.h" 2944 > 2945 </File> 2946 <File 2947 RelativePath="..\..\..\..\src\video\windows\SDL_windowsvideo.c" 2948 > 2949 <FileConfiguration 2950 Name="Debug|Win32" 2951 > 2952 <Tool 2953 Name="VCCLCompilerTool" 2954 CompileAs="1" 2955 /> 2956 </FileConfiguration> 2957 <FileConfiguration 2958 Name="Release|Win32" 2959 > 2960 <Tool 2961 Name="VCCLCompilerTool" 2962 CompileAs="1" 2963 /> 2964 </FileConfiguration> 2965 </File> 2966 <File 2967 RelativePath="..\..\..\..\src\video\windows\SDL_windowsvideo.h" 2968 > 2969 </File> 2970 <File 2971 RelativePath="..\..\..\..\src\video\windows\SDL_windowswindow.c" 2972 > 2973 <FileConfiguration 2974 Name="Debug|Win32" 2975 > 2976 <Tool 2977 Name="VCCLCompilerTool" 2978 CompileAs="1" 2979 /> 2980 </FileConfiguration> 2981 <FileConfiguration 2982 Name="Release|Win32" 2983 > 2984 <Tool 2985 Name="VCCLCompilerTool" 2986 CompileAs="1" 2987 /> 2988 </FileConfiguration> 2989 </File> 2990 <File 2991 RelativePath="..\..\..\..\src\video\windows\SDL_windowswindow.h" 2992 > 2993 </File> 2994 <File 2995 RelativePath="..\..\..\..\src\video\windows\wmmsg.h" 2996 > 2997 </File> 2998 </Filter> 2999 </Filter> 3000 </Filter> 3001 </Files> 3002 <Globals> 3003 </Globals> 3004</VisualStudioProject>