SDL_VS2008.vcproj (31496B)
1<?xml version="1.0" encoding="Windows-1252"?> 2<VisualStudioProject 3 ProjectType="Visual C++" 4 Version="9.00" 5 Name="SDL2" 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)\$(PlatformName)\$(ConfigurationName)\" 24 IntermediateDirectory="$(PlatformName)\$(ConfigurationName)\" 25 ConfigurationType="2" 26 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC70.vsprops" 27 UseOfMFC="0" 28 ATLMinimizesCRunTimeLibraryUsage="false" 29 > 30 <Tool 31 Name="VCPreBuildEventTool" 32 CommandLine="" 33 /> 34 <Tool 35 Name="VCCustomBuildTool" 36 /> 37 <Tool 38 Name="VCXMLDataGeneratorTool" 39 /> 40 <Tool 41 Name="VCWebServiceProxyGeneratorTool" 42 /> 43 <Tool 44 Name="VCMIDLTool" 45 PreprocessorDefinitions="_DEBUG" 46 MkTypLibCompatible="true" 47 SuppressStartupBanner="true" 48 TargetEnvironment="1" 49 TypeLibraryName=".\Debug/SDL.tlb" 50 /> 51 <Tool 52 Name="VCCLCompilerTool" 53 Optimization="0" 54 AdditionalIncludeDirectories="..\..\include" 55 PreprocessorDefinitions="_DEBUG;_WINDOWS" 56 ExceptionHandling="0" 57 RuntimeLibrary="3" 58 BufferSecurityCheck="false" 59 WarningLevel="3" 60 SuppressStartupBanner="true" 61 Detect64BitPortabilityProblems="false" 62 DebugInformationFormat="4" 63 CompileAs="0" 64 OmitDefaultLibName="true" 65 /> 66 <Tool 67 Name="VCManagedResourceCompilerTool" 68 /> 69 <Tool 70 Name="VCResourceCompilerTool" 71 PreprocessorDefinitions="_DEBUG" 72 Culture="1033" 73 /> 74 <Tool 75 Name="VCPreLinkEventTool" 76 /> 77 <Tool 78 Name="VCLinkerTool" 79 AdditionalDependencies="winmm.lib imm32.lib version.lib" 80 IgnoreAllDefaultLibraries="true" 81 GenerateDebugInformation="true" 82 SubSystem="2" 83 /> 84 <Tool 85 Name="VCALinkTool" 86 /> 87 <Tool 88 Name="VCManifestTool" 89 /> 90 <Tool 91 Name="VCXDCMakeTool" 92 /> 93 <Tool 94 Name="VCBscMakeTool" 95 /> 96 <Tool 97 Name="VCFxCopTool" 98 /> 99 <Tool 100 Name="VCAppVerifierTool" 101 /> 102 <Tool 103 Name="VCPostBuildEventTool" 104 /> 105 </Configuration> 106 <Configuration 107 Name="Debug|x64" 108 OutputDirectory="$(PlatformName)\$(ConfigurationName)" 109 IntermediateDirectory="$(PlatformName)\$(ConfigurationName)" 110 ConfigurationType="2" 111 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC70.vsprops" 112 UseOfMFC="0" 113 ATLMinimizesCRunTimeLibraryUsage="false" 114 > 115 <Tool 116 Name="VCPreBuildEventTool" 117 /> 118 <Tool 119 Name="VCCustomBuildTool" 120 /> 121 <Tool 122 Name="VCXMLDataGeneratorTool" 123 /> 124 <Tool 125 Name="VCWebServiceProxyGeneratorTool" 126 /> 127 <Tool 128 Name="VCMIDLTool" 129 PreprocessorDefinitions="_DEBUG" 130 MkTypLibCompatible="true" 131 SuppressStartupBanner="true" 132 TargetEnvironment="3" 133 TypeLibraryName=".\Debug/SDL.tlb" 134 /> 135 <Tool 136 Name="VCCLCompilerTool" 137 Optimization="0" 138 AdditionalIncludeDirectories="..\..\include" 139 PreprocessorDefinitions="_DEBUG;_WINDOWS" 140 ExceptionHandling="0" 141 RuntimeLibrary="2" 142 BufferSecurityCheck="false" 143 WarningLevel="3" 144 SuppressStartupBanner="true" 145 Detect64BitPortabilityProblems="false" 146 DebugInformationFormat="4" 147 CompileAs="0" 148 OmitDefaultLibName="true" 149 /> 150 <Tool 151 Name="VCManagedResourceCompilerTool" 152 /> 153 <Tool 154 Name="VCResourceCompilerTool" 155 PreprocessorDefinitions="_DEBUG" 156 Culture="1033" 157 /> 158 <Tool 159 Name="VCPreLinkEventTool" 160 /> 161 <Tool 162 Name="VCLinkerTool" 163 AdditionalDependencies="winmm.lib imm32.lib version.lib" 164 IgnoreAllDefaultLibraries="true" 165 GenerateDebugInformation="true" 166 SubSystem="2" 167 TargetMachine="17" 168 /> 169 <Tool 170 Name="VCALinkTool" 171 /> 172 <Tool 173 Name="VCManifestTool" 174 /> 175 <Tool 176 Name="VCXDCMakeTool" 177 /> 178 <Tool 179 Name="VCBscMakeTool" 180 /> 181 <Tool 182 Name="VCFxCopTool" 183 /> 184 <Tool 185 Name="VCAppVerifierTool" 186 /> 187 <Tool 188 Name="VCPostBuildEventTool" 189 /> 190 </Configuration> 191 <Configuration 192 Name="Release|Win32" 193 OutputDirectory="$(SolutionDir)\$(PlatformName)\$(ConfigurationName)\" 194 IntermediateDirectory="$(PlatformName)\$(ConfigurationName)\" 195 ConfigurationType="2" 196 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC70.vsprops" 197 UseOfMFC="0" 198 ATLMinimizesCRunTimeLibraryUsage="false" 199 > 200 <Tool 201 Name="VCPreBuildEventTool" 202 CommandLine="" 203 /> 204 <Tool 205 Name="VCCustomBuildTool" 206 /> 207 <Tool 208 Name="VCXMLDataGeneratorTool" 209 /> 210 <Tool 211 Name="VCWebServiceProxyGeneratorTool" 212 /> 213 <Tool 214 Name="VCMIDLTool" 215 PreprocessorDefinitions="NDEBUG" 216 MkTypLibCompatible="true" 217 SuppressStartupBanner="true" 218 TargetEnvironment="1" 219 TypeLibraryName=".\Release/SDL.tlb" 220 /> 221 <Tool 222 Name="VCCLCompilerTool" 223 InlineFunctionExpansion="1" 224 EnableIntrinsicFunctions="false" 225 AdditionalIncludeDirectories="..\..\include" 226 PreprocessorDefinitions="NDEBUG;_WINDOWS" 227 StringPooling="true" 228 ExceptionHandling="0" 229 RuntimeLibrary="2" 230 BufferSecurityCheck="false" 231 EnableFunctionLevelLinking="true" 232 WarningLevel="3" 233 SuppressStartupBanner="true" 234 Detect64BitPortabilityProblems="false" 235 DebugInformationFormat="3" 236 CompileAs="0" 237 OmitDefaultLibName="true" 238 /> 239 <Tool 240 Name="VCManagedResourceCompilerTool" 241 /> 242 <Tool 243 Name="VCResourceCompilerTool" 244 PreprocessorDefinitions="NDEBUG" 245 Culture="1033" 246 /> 247 <Tool 248 Name="VCPreLinkEventTool" 249 /> 250 <Tool 251 Name="VCLinkerTool" 252 AdditionalDependencies="winmm.lib imm32.lib version.lib" 253 IgnoreAllDefaultLibraries="true" 254 GenerateDebugInformation="true" 255 SubSystem="2" 256 OptimizeReferences="2" 257 EnableCOMDATFolding="2" 258 /> 259 <Tool 260 Name="VCALinkTool" 261 /> 262 <Tool 263 Name="VCManifestTool" 264 /> 265 <Tool 266 Name="VCXDCMakeTool" 267 /> 268 <Tool 269 Name="VCBscMakeTool" 270 /> 271 <Tool 272 Name="VCFxCopTool" 273 /> 274 <Tool 275 Name="VCAppVerifierTool" 276 /> 277 <Tool 278 Name="VCPostBuildEventTool" 279 /> 280 </Configuration> 281 <Configuration 282 Name="Release|x64" 283 OutputDirectory="$(PlatformName)\$(ConfigurationName)" 284 IntermediateDirectory="$(PlatformName)\$(ConfigurationName)" 285 ConfigurationType="2" 286 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC70.vsprops" 287 UseOfMFC="0" 288 ATLMinimizesCRunTimeLibraryUsage="false" 289 > 290 <Tool 291 Name="VCPreBuildEventTool" 292 /> 293 <Tool 294 Name="VCCustomBuildTool" 295 /> 296 <Tool 297 Name="VCXMLDataGeneratorTool" 298 /> 299 <Tool 300 Name="VCWebServiceProxyGeneratorTool" 301 /> 302 <Tool 303 Name="VCMIDLTool" 304 PreprocessorDefinitions="NDEBUG" 305 MkTypLibCompatible="true" 306 SuppressStartupBanner="true" 307 TargetEnvironment="3" 308 TypeLibraryName=".\Release/SDL.tlb" 309 /> 310 <Tool 311 Name="VCCLCompilerTool" 312 InlineFunctionExpansion="1" 313 EnableIntrinsicFunctions="false" 314 AdditionalIncludeDirectories="..\..\include" 315 PreprocessorDefinitions="NDEBUG;_WINDOWS" 316 StringPooling="true" 317 ExceptionHandling="0" 318 RuntimeLibrary="2" 319 BufferSecurityCheck="false" 320 EnableFunctionLevelLinking="true" 321 WarningLevel="3" 322 SuppressStartupBanner="true" 323 Detect64BitPortabilityProblems="false" 324 DebugInformationFormat="3" 325 CompileAs="0" 326 OmitDefaultLibName="true" 327 /> 328 <Tool 329 Name="VCManagedResourceCompilerTool" 330 /> 331 <Tool 332 Name="VCResourceCompilerTool" 333 PreprocessorDefinitions="NDEBUG" 334 Culture="1033" 335 /> 336 <Tool 337 Name="VCPreLinkEventTool" 338 /> 339 <Tool 340 Name="VCLinkerTool" 341 AdditionalDependencies="winmm.lib imm32.lib version.lib" 342 IgnoreAllDefaultLibraries="true" 343 GenerateDebugInformation="true" 344 SubSystem="2" 345 OptimizeReferences="2" 346 EnableCOMDATFolding="2" 347 TargetMachine="17" 348 /> 349 <Tool 350 Name="VCALinkTool" 351 /> 352 <Tool 353 Name="VCManifestTool" 354 /> 355 <Tool 356 Name="VCXDCMakeTool" 357 /> 358 <Tool 359 Name="VCBscMakeTool" 360 /> 361 <Tool 362 Name="VCFxCopTool" 363 /> 364 <Tool 365 Name="VCAppVerifierTool" 366 /> 367 <Tool 368 Name="VCPostBuildEventTool" 369 /> 370 </Configuration> 371 </Configurations> 372 <References> 373 </References> 374 <Files> 375 <Filter 376 Name="API Headers" 377 > 378 <File 379 RelativePath="..\..\include\begin_code.h" 380 > 381 </File> 382 <File 383 RelativePath="..\..\include\close_code.h" 384 > 385 </File> 386 <File 387 RelativePath="..\..\include\SDL.h" 388 > 389 </File> 390 <File 391 RelativePath="..\..\include\SDL_assert.h" 392 > 393 </File> 394 <File 395 RelativePath="..\..\include\SDL_atomic.h" 396 > 397 </File> 398 <File 399 RelativePath="..\..\include\SDL_audio.h" 400 > 401 </File> 402 <File 403 RelativePath="..\..\include\SDL_bits.h" 404 > 405 </File> 406 <File 407 RelativePath="..\..\include\SDL_blendmode.h" 408 > 409 </File> 410 <File 411 RelativePath="..\..\include\SDL_clipboard.h" 412 > 413 </File> 414 <File 415 RelativePath="..\..\include\SDL_config.h" 416 > 417 </File> 418 <File 419 RelativePath="..\..\include\SDL_config_windows.h" 420 > 421 </File> 422 <File 423 RelativePath="..\..\include\SDL_copying.h" 424 > 425 </File> 426 <File 427 RelativePath="..\..\include\SDL_cpuinfo.h" 428 > 429 </File> 430 <File 431 RelativePath="..\..\include\SDL_egl.h" 432 > 433 </File> 434 <File 435 RelativePath="..\..\include\SDL_endian.h" 436 > 437 </File> 438 <File 439 RelativePath="..\..\include\SDL_error.h" 440 > 441 </File> 442 <File 443 RelativePath="..\..\include\SDL_events.h" 444 > 445 </File> 446 <File 447 RelativePath="..\..\include\SDL_filesystem.h" 448 > 449 </File> 450 <File 451 RelativePath="..\..\include\SDL_gamecontroller.h" 452 > 453 </File> 454 <File 455 RelativePath="..\..\include\SDL_gesture.h" 456 > 457 </File> 458 <File 459 RelativePath="..\..\include\SDL_haptic.h" 460 > 461 </File> 462 <File 463 RelativePath="..\..\include\SDL_hints.h" 464 > 465 </File> 466 <File 467 RelativePath="..\..\include\SDL_joystick.h" 468 > 469 </File> 470 <File 471 RelativePath="..\..\include\SDL_keyboard.h" 472 > 473 </File> 474 <File 475 RelativePath="..\..\include\SDL_keycode.h" 476 > 477 </File> 478 <File 479 RelativePath="..\..\include\SDL_loadso.h" 480 > 481 </File> 482 <File 483 RelativePath="..\..\include\SDL_log.h" 484 > 485 </File> 486 <File 487 RelativePath="..\..\include\SDL_main.h" 488 > 489 </File> 490 <File 491 RelativePath="..\..\include\SDL_messagebox.h" 492 > 493 </File> 494 <File 495 RelativePath="..\..\include\SDL_mouse.h" 496 > 497 </File> 498 <File 499 RelativePath="..\..\include\SDL_mutex.h" 500 > 501 </File> 502 <File 503 RelativePath="..\..\include\SDL_name.h" 504 > 505 </File> 506 <File 507 RelativePath="..\..\include\SDL_opengl.h" 508 > 509 </File> 510 <File 511 RelativePath="..\..\include\SDL_opengl_glext.h" 512 > 513 </File> 514 <File 515 RelativePath="..\..\include\SDL_opengles.h" 516 > 517 </File> 518 <File 519 RelativePath="..\..\include\SDL_opengles2.h" 520 > 521 </File> 522 <File 523 RelativePath="..\..\include\SDL_opengles2_gl2.h" 524 > 525 </File> 526 <File 527 RelativePath="..\..\include\SDL_opengles2_gl2ext.h" 528 > 529 </File> 530 <File 531 RelativePath="..\..\include\SDL_opengles2_gl2platform.h" 532 > 533 </File> 534 <File 535 RelativePath="..\..\include\SDL_opengles2_khrplatform.h" 536 > 537 </File> 538 <File 539 RelativePath="..\..\include\SDL_pixels.h" 540 > 541 </File> 542 <File 543 RelativePath="..\..\include\SDL_platform.h" 544 > 545 </File> 546 <File 547 RelativePath="..\..\include\SDL_power.h" 548 > 549 </File> 550 <File 551 RelativePath="..\..\include\SDL_quit.h" 552 > 553 </File> 554 <File 555 RelativePath="..\..\include\SDL_rect.h" 556 > 557 </File> 558 <File 559 RelativePath="..\..\include\SDL_render.h" 560 > 561 </File> 562 <File 563 RelativePath="..\..\include\SDL_revision.h" 564 > 565 </File> 566 <File 567 RelativePath="..\..\include\SDL_rwops.h" 568 > 569 </File> 570 <File 571 RelativePath="..\..\include\SDL_scancode.h" 572 > 573 </File> 574 <File 575 RelativePath="..\..\include\SDL_shape.h" 576 > 577 </File> 578 <File 579 RelativePath="..\..\include\SDL_stdinc.h" 580 > 581 </File> 582 <File 583 RelativePath="..\..\include\SDL_surface.h" 584 > 585 </File> 586 <File 587 RelativePath="..\..\include\SDL_system.h" 588 > 589 </File> 590 <File 591 RelativePath="..\..\include\SDL_syswm.h" 592 > 593 </File> 594 <File 595 RelativePath="..\..\include\SDL_test.h" 596 > 597 </File> 598 <File 599 RelativePath="..\..\include\SDL_test_assert.h" 600 > 601 </File> 602 <File 603 RelativePath="..\..\include\SDL_test_common.h" 604 > 605 </File> 606 <File 607 RelativePath="..\..\include\SDL_test_compare.h" 608 > 609 </File> 610 <File 611 RelativePath="..\..\include\SDL_test_crc32.h" 612 > 613 </File> 614 <File 615 RelativePath="..\..\include\SDL_test_font.h" 616 > 617 </File> 618 <File 619 RelativePath="..\..\include\SDL_test_fuzzer.h" 620 > 621 </File> 622 <File 623 RelativePath="..\..\include\SDL_test_harness.h" 624 > 625 </File> 626 <File 627 RelativePath="..\..\include\SDL_test_images.h" 628 > 629 </File> 630 <File 631 RelativePath="..\..\include\SDL_test_log.h" 632 > 633 </File> 634 <File 635 RelativePath="..\..\include\SDL_test_md5.h" 636 > 637 </File> 638 <File 639 RelativePath="..\..\include\SDL_test_random.h" 640 > 641 </File> 642 <File 643 RelativePath="..\..\include\SDL_thread.h" 644 > 645 </File> 646 <File 647 RelativePath="..\..\include\SDL_timer.h" 648 > 649 </File> 650 <File 651 RelativePath="..\..\include\SDL_touch.h" 652 > 653 </File> 654 <File 655 RelativePath="..\..\include\SDL_types.h" 656 > 657 </File> 658 <File 659 RelativePath="..\..\include\SDL_version.h" 660 > 661 </File> 662 <File 663 RelativePath="..\..\include\SDL_video.h" 664 > 665 </File> 666 </Filter> 667 <File 668 RelativePath="..\..\src\events\blank_cursor.h" 669 > 670 </File> 671 <File 672 RelativePath="..\..\src\events\default_cursor.h" 673 > 674 </File> 675 <File 676 RelativePath="..\..\src\libm\e_atan2.c" 677 > 678 </File> 679 <File 680 RelativePath="..\..\src\libm\e_log.c" 681 > 682 </File> 683 <File 684 RelativePath="..\..\src\libm\e_pow.c" 685 > 686 </File> 687 <File 688 RelativePath="..\..\src\libm\e_rem_pio2.c" 689 > 690 </File> 691 <File 692 RelativePath="..\..\src\libm\e_sqrt.c" 693 > 694 </File> 695 <File 696 RelativePath="..\..\src\libm\k_cos.c" 697 > 698 </File> 699 <File 700 RelativePath="..\..\src\libm\k_rem_pio2.c" 701 > 702 </File> 703 <File 704 RelativePath="..\..\src\libm\k_sin.c" 705 > 706 </File> 707 <File 708 RelativePath="..\..\src\libm\k_tan.c" 709 > 710 </File> 711 <File 712 RelativePath="..\..\src\libm\math.h" 713 > 714 </File> 715 <File 716 RelativePath="..\..\src\libm\math_private.h" 717 > 718 </File> 719 <File 720 RelativePath="..\..\src\render\mmx.h" 721 > 722 </File> 723 <File 724 RelativePath=".\resource.h" 725 > 726 </File> 727 <File 728 RelativePath="..\..\src\libm\s_atan.c" 729 > 730 </File> 731 <File 732 RelativePath="..\..\src\libm\s_copysign.c" 733 > 734 </File> 735 <File 736 RelativePath="..\..\src\libm\s_cos.c" 737 > 738 </File> 739 <File 740 RelativePath="..\..\src\libm\s_fabs.c" 741 > 742 </File> 743 <File 744 RelativePath="..\..\src\libm\s_floor.c" 745 > 746 </File> 747 <File 748 RelativePath="..\..\src\libm\s_scalbn.c" 749 > 750 </File> 751 <File 752 RelativePath="..\..\src\libm\s_sin.c" 753 > 754 </File> 755 <File 756 RelativePath="..\..\src\libm\s_tan.c" 757 > 758 </File> 759 <File 760 RelativePath="..\..\src\SDL.c" 761 > 762 </File> 763 <File 764 RelativePath="..\..\src\SDL_assert.c" 765 > 766 </File> 767 <File 768 RelativePath="..\..\src\atomic\SDL_atomic.c" 769 > 770 </File> 771 <File 772 RelativePath="..\..\src\audio\SDL_audio.c" 773 > 774 </File> 775 <File 776 RelativePath="..\..\src\audio\SDL_audio_c.h" 777 > 778 </File> 779 <File 780 RelativePath="..\..\src\audio\SDL_audiocvt.c" 781 > 782 </File> 783 <File 784 RelativePath="..\..\src\audio\SDL_audiodev.c" 785 > 786 </File> 787 <File 788 RelativePath="..\..\src\audio\SDL_audiodev_c.h" 789 > 790 </File> 791 <File 792 RelativePath="..\..\src\audio\SDL_audiomem.h" 793 > 794 </File> 795 <File 796 RelativePath="..\..\src\audio\SDL_audiotypecvt.c" 797 > 798 </File> 799 <File 800 RelativePath="..\..\src\render\software\SDL_blendfillrect.c" 801 > 802 </File> 803 <File 804 RelativePath="..\..\src\render\software\SDL_blendfillrect.h" 805 > 806 </File> 807 <File 808 RelativePath="..\..\src\render\software\SDL_blendline.c" 809 > 810 </File> 811 <File 812 RelativePath="..\..\src\render\software\SDL_blendline.h" 813 > 814 </File> 815 <File 816 RelativePath="..\..\src\render\software\SDL_blendpoint.c" 817 > 818 </File> 819 <File 820 RelativePath="..\..\src\render\software\SDL_blendpoint.h" 821 > 822 </File> 823 <File 824 RelativePath="..\..\src\video\SDL_blit.c" 825 > 826 </File> 827 <File 828 RelativePath="..\..\src\video\SDL_blit.h" 829 > 830 </File> 831 <File 832 RelativePath="..\..\src\video\SDL_blit_0.c" 833 > 834 </File> 835 <File 836 RelativePath="..\..\src\video\SDL_blit_1.c" 837 > 838 </File> 839 <File 840 RelativePath="..\..\src\video\SDL_blit_A.c" 841 > 842 </File> 843 <File 844 RelativePath="..\..\src\video\SDL_blit_auto.c" 845 > 846 </File> 847 <File 848 RelativePath="..\..\src\video\SDL_blit_auto.h" 849 > 850 </File> 851 <File 852 RelativePath="..\..\src\video\SDL_blit_copy.c" 853 > 854 </File> 855 <File 856 RelativePath="..\..\src\video\SDL_blit_copy.h" 857 > 858 </File> 859 <File 860 RelativePath="..\..\src\video\SDL_blit_N.c" 861 > 862 </File> 863 <File 864 RelativePath="..\..\src\video\SDL_blit_slow.c" 865 > 866 </File> 867 <File 868 RelativePath="..\..\src\video\SDL_blit_slow.h" 869 > 870 </File> 871 <File 872 RelativePath="..\..\src\video\SDL_bmp.c" 873 > 874 </File> 875 <File 876 RelativePath="..\..\src\video\SDL_clipboard.c" 877 > 878 </File> 879 <File 880 RelativePath="..\..\src\events\SDL_clipboardevents.c" 881 > 882 </File> 883 <File 884 RelativePath="..\..\src\events\SDL_clipboardevents_c.h" 885 > 886 </File> 887 <File 888 RelativePath="..\..\src\cpuinfo\SDL_cpuinfo.c" 889 > 890 </File> 891 <File 892 RelativePath="..\..\src\render\SDL_d3dmath.c" 893 > 894 </File> 895 <File 896 RelativePath="..\..\src\render\SDL_d3dmath.h" 897 > 898 </File> 899 <File 900 RelativePath="..\..\src\haptic\windows\SDL_dinputhaptic.c" 901 > 902 </File> 903 <File 904 RelativePath="..\..\src\haptic\windows\SDL_dinputhaptic_c.h" 905 > 906 </File> 907 <File 908 RelativePath="..\..\src\joystick\windows\SDL_dinputjoystick.c" 909 > 910 </File> 911 <File 912 RelativePath="..\..\src\joystick\windows\SDL_dinputjoystick_c.h" 913 > 914 </File> 915 <File 916 RelativePath="..\..\src\audio\directsound\SDL_directsound.c" 917 > 918 </File> 919 <File 920 RelativePath="..\..\src\audio\directsound\SDL_directsound.h" 921 > 922 </File> 923 <File 924 RelativePath="..\..\src\core\windows\SDL_directx.h" 925 > 926 </File> 927 <File 928 RelativePath="..\..\src\audio\disk\SDL_diskaudio.c" 929 > 930 </File> 931 <File 932 RelativePath="..\..\src\audio\disk\SDL_diskaudio.h" 933 > 934 </File> 935 <File 936 RelativePath="..\..\src\render\software\SDL_draw.h" 937 > 938 </File> 939 <File 940 RelativePath="..\..\src\render\software\SDL_drawline.c" 941 > 942 </File> 943 <File 944 RelativePath="..\..\src\render\software\SDL_drawline.h" 945 > 946 </File> 947 <File 948 RelativePath="..\..\src\render\software\SDL_drawpoint.c" 949 > 950 </File> 951 <File 952 RelativePath="..\..\src\render\software\SDL_drawpoint.h" 953 > 954 </File> 955 <File 956 RelativePath="..\..\src\events\SDL_dropevents.c" 957 > 958 </File> 959 <File 960 RelativePath="..\..\src\events\SDL_dropevents_c.h" 961 > 962 </File> 963 <File 964 RelativePath="..\..\src\audio\dummy\SDL_dummyaudio.c" 965 > 966 </File> 967 <File 968 RelativePath="..\..\src\audio\dummy\SDL_dummyaudio.h" 969 > 970 </File> 971 <File 972 RelativePath="..\..\src\dynapi\SDL_dynapi.c" 973 > 974 </File> 975 <File 976 RelativePath="..\..\src\dynapi\SDL_dynapi.h" 977 > 978 </File> 979 <File 980 RelativePath="..\..\src\dynapi\SDL_dynapi_overrides.h" 981 > 982 </File> 983 <File 984 RelativePath="..\..\src\dynapi\SDL_dynapi_procs.h" 985 > 986 </File> 987 <File 988 RelativePath="..\..\src\video\SDL_egl.c" 989 > 990 </File> 991 <File 992 RelativePath="..\..\src\SDL_error.c" 993 > 994 </File> 995 <File 996 RelativePath="..\..\src\SDL_error_c.h" 997 > 998 </File> 999 <File 1000 RelativePath="..\..\src\events\SDL_events.c" 1001 > 1002 </File> 1003 <File 1004 RelativePath="..\..\src\events\SDL_events_c.h" 1005 > 1006 </File> 1007 <File 1008 RelativePath="..\..\src\video\SDL_fillrect.c" 1009 > 1010 </File> 1011 <File 1012 RelativePath="..\..\src\joystick\SDL_gamecontroller.c" 1013 > 1014 </File> 1015 <File 1016 RelativePath="..\..\src\events\SDL_gesture.c" 1017 > 1018 </File> 1019 <File 1020 RelativePath="..\..\src\events\SDL_gesture_c.h" 1021 > 1022 </File> 1023 <File 1024 RelativePath="..\..\src\stdlib\SDL_getenv.c" 1025 > 1026 </File> 1027 <File 1028 RelativePath="..\..\src\video\SDL_glesfuncs.h" 1029 > 1030 </File> 1031 <File 1032 RelativePath="..\..\src\video\SDL_glfuncs.h" 1033 > 1034 </File> 1035 <File 1036 RelativePath="..\..\src\haptic\SDL_haptic.c" 1037 > 1038 </File> 1039 <File 1040 RelativePath="..\..\src\SDL_hints.c" 1041 > 1042 </File> 1043 <File 1044 RelativePath="..\..\src\SDL_hints_c.h" 1045 > 1046 </File> 1047 <File 1048 RelativePath="..\..\src\stdlib\SDL_iconv.c" 1049 > 1050 </File> 1051 <File 1052 RelativePath="..\..\src\joystick\SDL_joystick.c" 1053 > 1054 </File> 1055 <File 1056 RelativePath="..\..\src\joystick\SDL_joystick_c.h" 1057 > 1058 </File> 1059 <File 1060 RelativePath="..\..\src\events\SDL_keyboard.c" 1061 > 1062 </File> 1063 <File 1064 RelativePath="..\..\src\events\SDL_keyboard_c.h" 1065 > 1066 </File> 1067 <File 1068 RelativePath="..\..\src\SDL_log.c" 1069 > 1070 </File> 1071 <File 1072 RelativePath="..\..\src\stdlib\SDL_malloc.c" 1073 > 1074 </File> 1075 <File 1076 RelativePath="..\..\src\audio\SDL_mixer.c" 1077 > 1078 </File> 1079 <File 1080 RelativePath="..\..\src\joystick\windows\SDL_mmjoystick.c" 1081 > 1082 </File> 1083 <File 1084 RelativePath="..\..\src\events\SDL_mouse.c" 1085 > 1086 </File> 1087 <File 1088 RelativePath="..\..\src\events\SDL_mouse_c.h" 1089 > 1090 </File> 1091 <File 1092 RelativePath="..\..\src\video\dummy\SDL_nullevents.c" 1093 > 1094 </File> 1095 <File 1096 RelativePath="..\..\src\video\dummy\SDL_nullevents_c.h" 1097 > 1098 </File> 1099 <File 1100 RelativePath="..\..\src\video\dummy\SDL_nullframebuffer.c" 1101 > 1102 </File> 1103 <File 1104 RelativePath="..\..\src\video\dummy\SDL_nullframebuffer_c.h" 1105 > 1106 </File> 1107 <File 1108 RelativePath="..\..\src\video\dummy\SDL_nullvideo.c" 1109 > 1110 </File> 1111 <File 1112 RelativePath="..\..\src\video\dummy\SDL_nullvideo.h" 1113 > 1114 </File> 1115 <File 1116 RelativePath="..\..\src\video\SDL_pixels.c" 1117 > 1118 </File> 1119 <File 1120 RelativePath="..\..\src\video\SDL_pixels_c.h" 1121 > 1122 </File> 1123 <File 1124 RelativePath="..\..\src\power\SDL_power.c" 1125 > 1126 </File> 1127 <File 1128 RelativePath="..\..\src\stdlib\SDL_qsort.c" 1129 > 1130 </File> 1131 <File 1132 RelativePath="..\..\src\events\SDL_quit.c" 1133 > 1134 </File> 1135 <File 1136 RelativePath="..\..\src\video\SDL_rect.c" 1137 > 1138 </File> 1139 <File 1140 RelativePath="..\..\src\video\SDL_rect_c.h" 1141 > 1142 </File> 1143 <File 1144 RelativePath="..\..\src\render\SDL_render.c" 1145 > 1146 </File> 1147 <File 1148 RelativePath="..\..\src\render\direct3d\SDL_render_d3d.c" 1149 > 1150 </File> 1151 <File 1152 RelativePath="..\..\src\render\direct3d11\SDL_render_d3d11.c" 1153 > 1154 </File> 1155 <File 1156 RelativePath="..\..\src\render\opengl\SDL_render_gl.c" 1157 > 1158 </File> 1159 <File 1160 RelativePath="..\..\src\render\opengles2\SDL_render_gles2.c" 1161 > 1162 </File> 1163 <File 1164 RelativePath="..\..\src\render\software\SDL_render_sw.c" 1165 > 1166 </File> 1167 <File 1168 RelativePath="..\..\src\render\software\SDL_render_sw_c.h" 1169 > 1170 </File> 1171 <File 1172 RelativePath="..\..\src\video\SDL_RLEaccel.c" 1173 > 1174 </File> 1175 <File 1176 RelativePath="..\..\src\video\SDL_RLEaccel_c.h" 1177 > 1178 </File> 1179 <File 1180 RelativePath="..\..\src\render\software\SDL_rotate.c" 1181 > 1182 </File> 1183 <File 1184 RelativePath="..\..\src\render\software\SDL_rotate.h" 1185 > 1186 </File> 1187 <File 1188 RelativePath="..\..\src\file\SDL_rwops.c" 1189 > 1190 </File> 1191 <File 1192 RelativePath="..\..\src\render\opengl\SDL_shaders_gl.c" 1193 > 1194 </File> 1195 <File 1196 RelativePath="..\..\src\render\opengl\SDL_shaders_gl.h" 1197 > 1198 </File> 1199 <File 1200 RelativePath="..\..\src\render\opengles2\SDL_shaders_gles2.c" 1201 > 1202 </File> 1203 <File 1204 RelativePath="..\..\src\video\SDL_shape.c" 1205 > 1206 </File> 1207 <File 1208 RelativePath="..\..\src\video\SDL_shape_internals.h" 1209 > 1210 </File> 1211 <File 1212 RelativePath="..\..\src\atomic\SDL_spinlock.c" 1213 > 1214 </File> 1215 <File 1216 RelativePath="..\..\src\stdlib\SDL_stdlib.c" 1217 > 1218 </File> 1219 <File 1220 RelativePath="..\..\src\video\SDL_stretch.c" 1221 > 1222 </File> 1223 <File 1224 RelativePath="..\..\src\stdlib\SDL_string.c" 1225 > 1226 </File> 1227 <File 1228 RelativePath="..\..\src\video\SDL_surface.c" 1229 > 1230 </File> 1231 <File 1232 RelativePath="..\..\src\audio\SDL_sysaudio.h" 1233 > 1234 </File> 1235 <File 1236 RelativePath="..\..\src\thread\generic\SDL_syscond.c" 1237 > 1238 </File> 1239 <File 1240 RelativePath="..\..\src\events\SDL_sysevents.h" 1241 > 1242 </File> 1243 <File 1244 RelativePath="..\..\src\filesystem\windows\SDL_sysfilesystem.c" 1245 > 1246 </File> 1247 <File 1248 RelativePath="..\..\src\haptic\SDL_syshaptic.h" 1249 > 1250 </File> 1251 <File 1252 RelativePath="..\..\src\joystick\SDL_sysjoystick.h" 1253 > 1254 </File> 1255 <File 1256 RelativePath="..\..\src\loadso\windows\SDL_sysloadso.c" 1257 > 1258 </File> 1259 <File 1260 RelativePath="..\..\src\thread\windows\SDL_sysmutex.c" 1261 > 1262 </File> 1263 <File 1264 RelativePath="..\..\src\power\windows\SDL_syspower.c" 1265 > 1266 </File> 1267 <File 1268 RelativePath="..\..\src\render\SDL_sysrender.h" 1269 > 1270 </File> 1271 <File 1272 RelativePath="..\..\src\thread\windows\SDL_syssem.c" 1273 > 1274 </File> 1275 <File 1276 RelativePath="..\..\src\thread\windows\SDL_systhread.c" 1277 > 1278 </File> 1279 <File 1280 RelativePath="..\..\src\thread\SDL_systhread.h" 1281 > 1282 </File> 1283 <File 1284 RelativePath="..\..\src\thread\windows\SDL_systhread_c.h" 1285 > 1286 </File> 1287 <File 1288 RelativePath="..\..\src\timer\windows\SDL_systimer.c" 1289 > 1290 </File> 1291 <File 1292 RelativePath="..\..\src\timer\SDL_systimer.h" 1293 > 1294 </File> 1295 <File 1296 RelativePath="..\..\src\thread\windows\SDL_systls.c" 1297 > 1298 </File> 1299 <File 1300 RelativePath="..\..\src\video\SDL_sysvideo.h" 1301 > 1302 </File> 1303 <File 1304 RelativePath="..\..\src\thread\SDL_thread.c" 1305 > 1306 </File> 1307 <File 1308 RelativePath="..\..\src\thread\SDL_thread_c.h" 1309 > 1310 </File> 1311 <File 1312 RelativePath="..\..\src\timer\SDL_timer.c" 1313 > 1314 </File> 1315 <File 1316 RelativePath="..\..\src\timer\SDL_timer_c.h" 1317 > 1318 </File> 1319 <File 1320 RelativePath="..\..\src\events\SDL_touch.c" 1321 > 1322 </File> 1323 <File 1324 RelativePath="..\..\src\events\SDL_touch_c.h" 1325 > 1326 </File> 1327 <File 1328 RelativePath="..\..\src\video\SDL_video.c" 1329 > 1330 </File> 1331 <File 1332 RelativePath="..\..\src\video\windows\SDL_vkeys.h" 1333 > 1334 </File> 1335 <File 1336 RelativePath="..\..\src\audio\SDL_wave.c" 1337 > 1338 </File> 1339 <File 1340 RelativePath="..\..\src\audio\SDL_wave.h" 1341 > 1342 </File> 1343 <File 1344 RelativePath="..\..\src\events\SDL_windowevents.c" 1345 > 1346 </File> 1347 <File 1348 RelativePath="..\..\src\events\SDL_windowevents_c.h" 1349 > 1350 </File> 1351 <File 1352 RelativePath="..\..\src\core\windows\SDL_windows.c" 1353 > 1354 </File> 1355 <File 1356 RelativePath="..\..\src\core\windows\SDL_windows.h" 1357 > 1358 </File> 1359 <File 1360 RelativePath="..\..\src\video\windows\SDL_windowsclipboard.c" 1361 > 1362 </File> 1363 <File 1364 RelativePath="..\..\src\video\windows\SDL_windowsclipboard.h" 1365 > 1366 </File> 1367 <File 1368 RelativePath="..\..\src\video\windows\SDL_windowsevents.c" 1369 > 1370 </File> 1371 <File 1372 RelativePath="..\..\src\video\windows\SDL_windowsevents.h" 1373 > 1374 </File> 1375 <File 1376 RelativePath="..\..\src\video\windows\SDL_windowsframebuffer.c" 1377 > 1378 </File> 1379 <File 1380 RelativePath="..\..\src\video\windows\SDL_windowsframebuffer.h" 1381 > 1382 </File> 1383 <File 1384 RelativePath="..\..\src\haptic\windows\SDL_windowshaptic.c" 1385 > 1386 </File> 1387 <File 1388 RelativePath="..\..\src\haptic\windows\SDL_windowshaptic_c.h" 1389 > 1390 </File> 1391 <File 1392 RelativePath="..\..\src\joystick\windows\SDL_windowsjoystick.c" 1393 > 1394 </File> 1395 <File 1396 RelativePath="..\..\src\joystick\windows\SDL_windowsjoystick_c.h" 1397 > 1398 </File> 1399 <File 1400 RelativePath="..\..\src\video\windows\SDL_windowskeyboard.c" 1401 > 1402 </File> 1403 <File 1404 RelativePath="..\..\src\video\windows\SDL_windowskeyboard.h" 1405 > 1406 </File> 1407 <File 1408 RelativePath="..\..\src\video\windows\SDL_windowsmessagebox.c" 1409 > 1410 </File> 1411 <File 1412 RelativePath="..\..\src\video\windows\SDL_windowsmessagebox.h" 1413 > 1414 </File> 1415 <File 1416 RelativePath="..\..\src\video\windows\SDL_windowsmodes.c" 1417 > 1418 </File> 1419 <File 1420 RelativePath="..\..\src\video\windows\SDL_windowsmodes.h" 1421 > 1422 </File> 1423 <File 1424 RelativePath="..\..\src\video\windows\SDL_windowsmouse.c" 1425 > 1426 </File> 1427 <File 1428 RelativePath="..\..\src\video\windows\SDL_windowsmouse.h" 1429 > 1430 </File> 1431 <File 1432 RelativePath="..\..\src\video\windows\SDL_windowsopengl.c" 1433 > 1434 </File> 1435 <File 1436 RelativePath="..\..\src\video\windows\SDL_windowsopengl.h" 1437 > 1438 </File> 1439 <File 1440 RelativePath="..\..\src\video\windows\SDL_windowsopengles.c" 1441 > 1442 </File> 1443 <File 1444 RelativePath="..\..\src\video\windows\SDL_windowsshape.c" 1445 > 1446 </File> 1447 <File 1448 RelativePath="..\..\src\video\windows\SDL_windowsshape.h" 1449 > 1450 </File> 1451 <File 1452 RelativePath="..\..\src\video\windows\SDL_windowsvideo.c" 1453 > 1454 </File> 1455 <File 1456 RelativePath="..\..\src\video\windows\SDL_windowsvideo.h" 1457 > 1458 </File> 1459 <File 1460 RelativePath="..\..\src\video\windows\SDL_windowswindow.c" 1461 > 1462 </File> 1463 <File 1464 RelativePath="..\..\src\video\windows\SDL_windowswindow.h" 1465 > 1466 </File> 1467 <File 1468 RelativePath="..\..\src\audio\winmm\SDL_winmm.c" 1469 > 1470 </File> 1471 <File 1472 RelativePath="..\..\src\audio\winmm\SDL_winmm.h" 1473 > 1474 </File> 1475 <File 1476 RelativePath="..\..\src\audio\xaudio2\SDL_xaudio2.c" 1477 > 1478 </File> 1479 <File 1480 RelativePath="..\..\src\core\windows\SDL_xinput.c" 1481 > 1482 </File> 1483 <File 1484 RelativePath="..\..\src\core\windows\SDL_xinput.h" 1485 > 1486 </File> 1487 <File 1488 RelativePath="..\..\src\haptic\windows\SDL_xinputhaptic.c" 1489 > 1490 </File> 1491 <File 1492 RelativePath="..\..\src\haptic\windows\SDL_xinputhaptic_c.h" 1493 > 1494 </File> 1495 <File 1496 RelativePath="..\..\src\joystick\windows\SDL_xinputjoystick.c" 1497 > 1498 </File> 1499 <File 1500 RelativePath="..\..\src\joystick\windows\SDL_xinputjoystick_c.h" 1501 > 1502 </File> 1503 <File 1504 RelativePath="..\..\src\render\SDL_yuv_mmx.c" 1505 > 1506 </File> 1507 <File 1508 RelativePath="..\..\src\render\SDL_yuv_sw.c" 1509 > 1510 </File> 1511 <File 1512 RelativePath="..\..\src\render\SDL_yuv_sw_c.h" 1513 > 1514 </File> 1515 <File 1516 RelativePath="..\..\src\main\windows\version.rc" 1517 > 1518 </File> 1519 <File 1520 RelativePath="..\..\src\video\windows\wmmsg.h" 1521 > 1522 </File> 1523 </Files> 1524 <Globals> 1525 </Globals> 1526</VisualStudioProject>