123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503 |
- <?xml version="1.0" encoding="Windows-1252"?>
- <VisualStudioProject
- ProjectType="Visual C++"
- Version="9.00"
- Name="SDL2"
- ProjectGUID="{81CE8DAF-EBB2-4761-8E45-B71ABCCA8C68}"
- RootNamespace="SDL"
- TargetFrameworkVersion="131072"
- >
- <Platforms>
- <Platform
- Name="Win32"
- />
- <Platform
- Name="x64"
- />
- </Platforms>
- <ToolFiles>
- </ToolFiles>
- <Configurations>
- <Configuration
- Name="Debug|Win32"
- OutputDirectory="$(SolutionDir)$(PlatformName)\$(ConfigurationName)"
- IntermediateDirectory="$(PlatformName)\$(ConfigurationName)\"
- ConfigurationType="2"
- InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC70.vsprops"
- UseOfMFC="0"
- ATLMinimizesCRunTimeLibraryUsage="false"
- >
- <Tool
- Name="VCPreBuildEventTool"
- CommandLine=""
- />
- <Tool
- Name="VCCustomBuildTool"
- />
- <Tool
- Name="VCXMLDataGeneratorTool"
- />
- <Tool
- Name="VCWebServiceProxyGeneratorTool"
- />
- <Tool
- Name="VCMIDLTool"
- PreprocessorDefinitions="_DEBUG"
- MkTypLibCompatible="true"
- SuppressStartupBanner="true"
- TargetEnvironment="1"
- TypeLibraryName=".\Debug/SDL.tlb"
- />
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- InlineFunctionExpansion="1"
- AdditionalIncludeDirectories="$(SolutionDir)/../include"
- AdditionalUsingDirectories=""
- PreprocessorDefinitions="_DEBUG;_WINDOWS"
- RuntimeLibrary="2"
- BufferSecurityCheck="false"
- EnableEnhancedInstructionSet="1"
- WarningLevel="3"
- Detect64BitPortabilityProblems="false"
- DebugInformationFormat="1"
- OmitDefaultLibName="true"
- />
- <Tool
- Name="VCManagedResourceCompilerTool"
- />
- <Tool
- Name="VCResourceCompilerTool"
- PreprocessorDefinitions="_DEBUG"
- />
- <Tool
- Name="VCPreLinkEventTool"
- />
- <Tool
- Name="VCLinkerTool"
- AdditionalDependencies="winmm.lib imm32.lib version.lib"
- IgnoreAllDefaultLibraries="true"
- GenerateDebugInformation="true"
- SubSystem="2"
- />
- <Tool
- Name="VCALinkTool"
- />
- <Tool
- Name="VCManifestTool"
- />
- <Tool
- Name="VCXDCMakeTool"
- />
- <Tool
- Name="VCBscMakeTool"
- />
- <Tool
- Name="VCFxCopTool"
- />
- <Tool
- Name="VCAppVerifierTool"
- />
- <Tool
- Name="VCPostBuildEventTool"
- />
- </Configuration>
- <Configuration
- Name="Debug|x64"
- OutputDirectory="$(SolutionDir)$(PlatformName)\$(ConfigurationName)"
- IntermediateDirectory="$(PlatformName)\$(ConfigurationName)\"
- ConfigurationType="2"
- InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC70.vsprops"
- UseOfMFC="0"
- ATLMinimizesCRunTimeLibraryUsage="false"
- >
- <Tool
- Name="VCPreBuildEventTool"
- />
- <Tool
- Name="VCCustomBuildTool"
- />
- <Tool
- Name="VCXMLDataGeneratorTool"
- />
- <Tool
- Name="VCWebServiceProxyGeneratorTool"
- />
- <Tool
- Name="VCMIDLTool"
- PreprocessorDefinitions="_DEBUG"
- MkTypLibCompatible="true"
- SuppressStartupBanner="true"
- TargetEnvironment="3"
- TypeLibraryName=".\Debug/SDL.tlb"
- />
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- InlineFunctionExpansion="1"
- AdditionalIncludeDirectories="$(SolutionDir)/../include"
- AdditionalUsingDirectories=""
- PreprocessorDefinitions="_DEBUG;_WINDOWS"
- RuntimeLibrary="2"
- BufferSecurityCheck="false"
- WarningLevel="3"
- DebugInformationFormat="1"
- OmitDefaultLibName="true"
- />
- <Tool
- Name="VCManagedResourceCompilerTool"
- />
- <Tool
- Name="VCResourceCompilerTool"
- PreprocessorDefinitions="_DEBUG"
- />
- <Tool
- Name="VCPreLinkEventTool"
- />
- <Tool
- Name="VCLinkerTool"
- AdditionalDependencies="winmm.lib imm32.lib version.lib"
- IgnoreAllDefaultLibraries="true"
- GenerateDebugInformation="true"
- SubSystem="2"
- />
- <Tool
- Name="VCALinkTool"
- />
- <Tool
- Name="VCManifestTool"
- />
- <Tool
- Name="VCXDCMakeTool"
- />
- <Tool
- Name="VCBscMakeTool"
- />
- <Tool
- Name="VCFxCopTool"
- />
- <Tool
- Name="VCAppVerifierTool"
- />
- <Tool
- Name="VCPostBuildEventTool"
- />
- </Configuration>
- <Configuration
- Name="Release|Win32"
- OutputDirectory="$(SolutionDir)$(PlatformName)\$(ConfigurationName)"
- IntermediateDirectory="$(PlatformName)\$(ConfigurationName)\"
- ConfigurationType="2"
- InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC70.vsprops"
- UseOfMFC="0"
- ATLMinimizesCRunTimeLibraryUsage="false"
- >
- <Tool
- Name="VCPreBuildEventTool"
- CommandLine=""
- />
- <Tool
- Name="VCCustomBuildTool"
- />
- <Tool
- Name="VCXMLDataGeneratorTool"
- />
- <Tool
- Name="VCWebServiceProxyGeneratorTool"
- />
- <Tool
- Name="VCMIDLTool"
- PreprocessorDefinitions="NDEBUG"
- MkTypLibCompatible="true"
- SuppressStartupBanner="true"
- TargetEnvironment="1"
- TypeLibraryName=".\Release/SDL.tlb"
- />
- <Tool
- Name="VCCLCompilerTool"
- InlineFunctionExpansion="1"
- AdditionalIncludeDirectories="$(SolutionDir)/../include"
- AdditionalUsingDirectories=""
- PreprocessorDefinitions="NDEBUG;_WINDOWS"
- RuntimeLibrary="2"
- BufferSecurityCheck="false"
- EnableEnhancedInstructionSet="1"
- WarningLevel="3"
- DebugInformationFormat="3"
- OmitDefaultLibName="true"
- />
- <Tool
- Name="VCManagedResourceCompilerTool"
- />
- <Tool
- Name="VCResourceCompilerTool"
- PreprocessorDefinitions="NDEBUG"
- />
- <Tool
- Name="VCPreLinkEventTool"
- />
- <Tool
- Name="VCLinkerTool"
- AdditionalDependencies="winmm.lib imm32.lib version.lib"
- IgnoreAllDefaultLibraries="true"
- GenerateDebugInformation="false"
- SubSystem="2"
- OptimizeReferences="2"
- EnableCOMDATFolding="2"
- />
- <Tool
- Name="VCALinkTool"
- />
- <Tool
- Name="VCManifestTool"
- />
- <Tool
- Name="VCXDCMakeTool"
- />
- <Tool
- Name="VCBscMakeTool"
- />
- <Tool
- Name="VCFxCopTool"
- />
- <Tool
- Name="VCAppVerifierTool"
- />
- <Tool
- Name="VCPostBuildEventTool"
- />
- </Configuration>
- <Configuration
- Name="Release|x64"
- OutputDirectory="$(SolutionDir)$(PlatformName)\$(ConfigurationName)"
- IntermediateDirectory="$(PlatformName)\$(ConfigurationName)\"
- ConfigurationType="2"
- InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC70.vsprops"
- UseOfMFC="0"
- ATLMinimizesCRunTimeLibraryUsage="false"
- >
- <Tool
- Name="VCPreBuildEventTool"
- />
- <Tool
- Name="VCCustomBuildTool"
- />
- <Tool
- Name="VCXMLDataGeneratorTool"
- />
- <Tool
- Name="VCWebServiceProxyGeneratorTool"
- />
- <Tool
- Name="VCMIDLTool"
- PreprocessorDefinitions="NDEBUG"
- MkTypLibCompatible="true"
- SuppressStartupBanner="true"
- TargetEnvironment="3"
- TypeLibraryName=".\Release/SDL.tlb"
- />
- <Tool
- Name="VCCLCompilerTool"
- InlineFunctionExpansion="1"
- AdditionalIncludeDirectories="$(SolutionDir)/../include"
- AdditionalUsingDirectories=""
- PreprocessorDefinitions="NDEBUG;_WINDOWS"
- RuntimeLibrary="2"
- BufferSecurityCheck="false"
- WarningLevel="3"
- DebugInformationFormat="3"
- OmitDefaultLibName="true"
- />
- <Tool
- Name="VCManagedResourceCompilerTool"
- />
- <Tool
- Name="VCResourceCompilerTool"
- PreprocessorDefinitions="NDEBUG"
- />
- <Tool
- Name="VCPreLinkEventTool"
- />
- <Tool
- Name="VCLinkerTool"
- AdditionalDependencies="winmm.lib imm32.lib version.lib"
- IgnoreAllDefaultLibraries="true"
- GenerateDebugInformation="false"
- SubSystem="2"
- OptimizeReferences="2"
- EnableCOMDATFolding="2"
- />
- <Tool
- Name="VCALinkTool"
- />
- <Tool
- Name="VCManifestTool"
- />
- <Tool
- Name="VCXDCMakeTool"
- />
- <Tool
- Name="VCBscMakeTool"
- />
- <Tool
- Name="VCFxCopTool"
- />
- <Tool
- Name="VCAppVerifierTool"
- />
- <Tool
- Name="VCPostBuildEventTool"
- />
- </Configuration>
- </Configurations>
- <References>
- </References>
- <Files>
- <Filter
- Name="API Headers"
- >
- <File
- RelativePath="..\..\include\begin_code.h"
- >
- </File>
- <File
- RelativePath="..\..\include\close_code.h"
- >
- </File>
- <File
- RelativePath="..\..\include\SDL.h"
- >
- </File>
- <File
- RelativePath="..\..\include\SDL_assert.h"
- >
- </File>
- <File
- RelativePath="..\..\include\SDL_atomic.h"
- >
- </File>
- <File
- RelativePath="..\..\include\SDL_audio.h"
- >
- </File>
- <File
- RelativePath="..\..\include\SDL_bits.h"
- >
- </File>
- <File
- RelativePath="..\..\include\SDL_blendmode.h"
- >
- </File>
- <File
- RelativePath="..\..\include\SDL_clipboard.h"
- >
- </File>
- <File
- RelativePath="..\..\include\SDL_config.h"
- >
- </File>
- <File
- RelativePath="..\..\include\SDL_config_windows.h"
- >
- </File>
- <File
- RelativePath="..\..\include\SDL_copying.h"
- >
- </File>
- <File
- RelativePath="..\..\include\SDL_cpuinfo.h"
- >
- </File>
- <File
- RelativePath="..\..\include\SDL_egl.h"
- >
- </File>
- <File
- RelativePath="..\..\include\SDL_endian.h"
- >
- </File>
- <File
- RelativePath="..\..\include\SDL_error.h"
- >
- </File>
- <File
- RelativePath="..\..\include\SDL_events.h"
- >
- </File>
- <File
- RelativePath="..\..\include\SDL_filesystem.h"
- >
- </File>
- <File
- RelativePath="..\..\include\SDL_gamecontroller.h"
- >
- </File>
- <File
- RelativePath="..\..\include\SDL_gesture.h"
- >
- </File>
- <File
- RelativePath="..\..\include\SDL_haptic.h"
- >
- </File>
- <File
- RelativePath="..\..\include\SDL_hints.h"
- >
- </File>
- <File
- RelativePath="..\..\include\SDL_joystick.h"
- >
- </File>
- <File
- RelativePath="..\..\include\SDL_keyboard.h"
- >
- </File>
- <File
- RelativePath="..\..\include\SDL_keycode.h"
- >
- </File>
- <File
- RelativePath="..\..\include\SDL_loadso.h"
- >
- </File>
- <File
- RelativePath="..\..\include\SDL_log.h"
- >
- </File>
- <File
- RelativePath="..\..\include\SDL_main.h"
- >
- </File>
- <File
- RelativePath="..\..\include\SDL_messagebox.h"
- >
- </File>
- <File
- RelativePath="..\..\include\SDL_mouse.h"
- >
- </File>
- <File
- RelativePath="..\..\include\SDL_mutex.h"
- >
- </File>
- <File
- RelativePath="..\..\include\SDL_name.h"
- >
- </File>
- <File
- RelativePath="..\..\include\SDL_opengl.h"
- >
- </File>
- <File
- RelativePath="..\..\include\SDL_opengl_glext.h"
- >
- </File>
- <File
- RelativePath="..\..\include\SDL_opengles.h"
- >
- </File>
- <File
- RelativePath="..\..\include\SDL_opengles2.h"
- >
- </File>
- <File
- RelativePath="..\..\include\SDL_opengles2_gl2.h"
- >
- </File>
- <File
- RelativePath="..\..\include\SDL_opengles2_gl2ext.h"
- >
- </File>
- <File
- RelativePath="..\..\include\SDL_opengles2_gl2platform.h"
- >
- </File>
- <File
- RelativePath="..\..\include\SDL_opengles2_khrplatform.h"
- >
- </File>
- <File
- RelativePath="..\..\include\SDL_pixels.h"
- >
- </File>
- <File
- RelativePath="..\..\include\SDL_platform.h"
- >
- </File>
- <File
- RelativePath="..\..\include\SDL_power.h"
- >
- </File>
- <File
- RelativePath="..\..\include\SDL_quit.h"
- >
- </File>
- <File
- RelativePath="..\..\include\SDL_rect.h"
- >
- </File>
- <File
- RelativePath="..\..\include\SDL_render.h"
- >
- </File>
- <File
- RelativePath="..\..\include\SDL_revision.h"
- >
- </File>
- <File
- RelativePath="..\..\include\SDL_rwops.h"
- >
- </File>
- <File
- RelativePath="..\..\include\SDL_scancode.h"
- >
- </File>
- <File
- RelativePath="..\..\include\SDL_shape.h"
- >
- </File>
- <File
- RelativePath="..\..\include\SDL_stdinc.h"
- >
- </File>
- <File
- RelativePath="..\..\include\SDL_surface.h"
- >
- </File>
- <File
- RelativePath="..\..\include\SDL_system.h"
- >
- </File>
- <File
- RelativePath="..\..\include\SDL_syswm.h"
- >
- </File>
- <File
- RelativePath="..\..\include\SDL_test.h"
- >
- </File>
- <File
- RelativePath="..\..\include\SDL_test_assert.h"
- >
- </File>
- <File
- RelativePath="..\..\include\SDL_test_common.h"
- >
- </File>
- <File
- RelativePath="..\..\include\SDL_test_compare.h"
- >
- </File>
- <File
- RelativePath="..\..\include\SDL_test_crc32.h"
- >
- </File>
- <File
- RelativePath="..\..\include\SDL_test_font.h"
- >
- </File>
- <File
- RelativePath="..\..\include\SDL_test_fuzzer.h"
- >
- </File>
- <File
- RelativePath="..\..\include\SDL_test_harness.h"
- >
- </File>
- <File
- RelativePath="..\..\include\SDL_test_images.h"
- >
- </File>
- <File
- RelativePath="..\..\include\SDL_test_log.h"
- >
- </File>
- <File
- RelativePath="..\..\include\SDL_test_md5.h"
- >
- </File>
- <File
- RelativePath="..\..\include\SDL_test_random.h"
- >
- </File>
- <File
- RelativePath="..\..\include\SDL_thread.h"
- >
- </File>
- <File
- RelativePath="..\..\include\SDL_timer.h"
- >
- </File>
- <File
- RelativePath="..\..\include\SDL_touch.h"
- >
- </File>
- <File
- RelativePath="..\..\include\SDL_types.h"
- >
- </File>
- <File
- RelativePath="..\..\include\SDL_version.h"
- >
- </File>
- <File
- RelativePath="..\..\include\SDL_video.h"
- >
- </File>
- </Filter>
- <File
- RelativePath="..\..\src\events\blank_cursor.h"
- >
- </File>
- <File
- RelativePath="..\..\src\events\default_cursor.h"
- >
- </File>
- <File
- RelativePath="..\..\src\libm\e_atan2.c"
- >
- </File>
- <File
- RelativePath="..\..\src\libm\e_log.c"
- >
- </File>
- <File
- RelativePath="..\..\src\libm\e_pow.c"
- >
- </File>
- <File
- RelativePath="..\..\src\libm\e_rem_pio2.c"
- >
- </File>
- <File
- RelativePath="..\..\src\libm\e_sqrt.c"
- >
- </File>
- <File
- RelativePath="..\..\src\libm\k_cos.c"
- >
- </File>
- <File
- RelativePath="..\..\src\libm\k_rem_pio2.c"
- >
- </File>
- <File
- RelativePath="..\..\src\libm\k_sin.c"
- >
- </File>
- <File
- RelativePath="..\..\src\libm\k_tan.c"
- >
- </File>
- <File
- RelativePath="..\..\src\libm\math.h"
- >
- </File>
- <File
- RelativePath="..\..\src\libm\math_private.h"
- >
- </File>
- <File
- RelativePath="..\..\src\render\mmx.h"
- >
- </File>
- <File
- RelativePath=".\resource.h"
- >
- </File>
- <File
- RelativePath="..\..\src\libm\s_atan.c"
- >
- </File>
- <File
- RelativePath="..\..\src\libm\s_copysign.c"
- >
- </File>
- <File
- RelativePath="..\..\src\libm\s_cos.c"
- >
- </File>
- <File
- RelativePath="..\..\src\libm\s_fabs.c"
- >
- </File>
- <File
- RelativePath="..\..\src\libm\s_floor.c"
- >
- </File>
- <File
- RelativePath="..\..\src\libm\s_scalbn.c"
- >
- </File>
- <File
- RelativePath="..\..\src\libm\s_sin.c"
- >
- </File>
- <File
- RelativePath="..\..\src\libm\s_tan.c"
- >
- </File>
- <File
- RelativePath="..\..\src\SDL.c"
- >
- </File>
- <File
- RelativePath="..\..\src\SDL_assert.c"
- >
- </File>
- <File
- RelativePath="..\..\src\atomic\SDL_atomic.c"
- >
- </File>
- <File
- RelativePath="..\..\src\audio\SDL_audio.c"
- >
- </File>
- <File
- RelativePath="..\..\src\audio\SDL_audio_c.h"
- >
- </File>
- <File
- RelativePath="..\..\src\audio\SDL_audiocvt.c"
- >
- </File>
- <File
- RelativePath="..\..\src\audio\SDL_audiodev.c"
- >
- </File>
- <File
- RelativePath="..\..\src\audio\SDL_audiodev_c.h"
- >
- </File>
- <File
- RelativePath="..\..\src\audio\SDL_audiotypecvt.c"
- >
- </File>
- <File
- RelativePath="..\..\src\render\software\SDL_blendfillrect.c"
- >
- </File>
- <File
- RelativePath="..\..\src\render\software\SDL_blendfillrect.h"
- >
- </File>
- <File
- RelativePath="..\..\src\render\software\SDL_blendline.c"
- >
- </File>
- <File
- RelativePath="..\..\src\render\software\SDL_blendline.h"
- >
- </File>
- <File
- RelativePath="..\..\src\render\software\SDL_blendpoint.c"
- >
- </File>
- <File
- RelativePath="..\..\src\render\software\SDL_blendpoint.h"
- >
- </File>
- <File
- RelativePath="..\..\src\video\SDL_blit.c"
- >
- </File>
- <File
- RelativePath="..\..\src\video\SDL_blit.h"
- >
- </File>
- <File
- RelativePath="..\..\src\video\SDL_blit_0.c"
- >
- </File>
- <File
- RelativePath="..\..\src\video\SDL_blit_1.c"
- >
- </File>
- <File
- RelativePath="..\..\src\video\SDL_blit_A.c"
- >
- </File>
- <File
- RelativePath="..\..\src\video\SDL_blit_auto.c"
- >
- </File>
- <File
- RelativePath="..\..\src\video\SDL_blit_auto.h"
- >
- </File>
- <File
- RelativePath="..\..\src\video\SDL_blit_copy.c"
- >
- </File>
- <File
- RelativePath="..\..\src\video\SDL_blit_copy.h"
- >
- </File>
- <File
- RelativePath="..\..\src\video\SDL_blit_N.c"
- >
- </File>
- <File
- RelativePath="..\..\src\video\SDL_blit_slow.c"
- >
- </File>
- <File
- RelativePath="..\..\src\video\SDL_blit_slow.h"
- >
- </File>
- <File
- RelativePath="..\..\src\video\SDL_bmp.c"
- >
- </File>
- <File
- RelativePath="..\..\src\video\SDL_clipboard.c"
- >
- </File>
- <File
- RelativePath="..\..\src\events\SDL_clipboardevents.c"
- >
- </File>
- <File
- RelativePath="..\..\src\events\SDL_clipboardevents_c.h"
- >
- </File>
- <File
- RelativePath="..\..\src\cpuinfo\SDL_cpuinfo.c"
- >
- </File>
- <File
- RelativePath="..\..\src\render\SDL_d3dmath.c"
- >
- </File>
- <File
- RelativePath="..\..\src\render\SDL_d3dmath.h"
- >
- </File>
- <File
- RelativePath="..\..\src\haptic\windows\SDL_dinputhaptic.c"
- >
- </File>
- <File
- RelativePath="..\..\src\haptic\windows\SDL_dinputhaptic_c.h"
- >
- </File>
- <File
- RelativePath="..\..\src\joystick\windows\SDL_dinputjoystick.c"
- >
- </File>
- <File
- RelativePath="..\..\src\joystick\windows\SDL_dinputjoystick_c.h"
- >
- </File>
- <File
- RelativePath="..\..\src\audio\directsound\SDL_directsound.c"
- >
- </File>
- <File
- RelativePath="..\..\src\audio\directsound\SDL_directsound.h"
- >
- </File>
- <File
- RelativePath="..\..\src\core\windows\SDL_directx.h"
- >
- </File>
- <File
- RelativePath="..\..\src\audio\disk\SDL_diskaudio.c"
- >
- </File>
- <File
- RelativePath="..\..\src\audio\disk\SDL_diskaudio.h"
- >
- </File>
- <File
- RelativePath="..\..\src\render\software\SDL_draw.h"
- >
- </File>
- <File
- RelativePath="..\..\src\render\software\SDL_drawline.c"
- >
- </File>
- <File
- RelativePath="..\..\src\render\software\SDL_drawline.h"
- >
- </File>
- <File
- RelativePath="..\..\src\render\software\SDL_drawpoint.c"
- >
- </File>
- <File
- RelativePath="..\..\src\render\software\SDL_drawpoint.h"
- >
- </File>
- <File
- RelativePath="..\..\src\events\SDL_dropevents.c"
- >
- </File>
- <File
- RelativePath="..\..\src\events\SDL_dropevents_c.h"
- >
- </File>
- <File
- RelativePath="..\..\src\audio\dummy\SDL_dummyaudio.c"
- >
- </File>
- <File
- RelativePath="..\..\src\audio\dummy\SDL_dummyaudio.h"
- >
- </File>
- <File
- RelativePath="..\..\src\dynapi\SDL_dynapi.c"
- >
- </File>
- <File
- RelativePath="..\..\src\dynapi\SDL_dynapi.h"
- >
- </File>
- <File
- RelativePath="..\..\src\dynapi\SDL_dynapi_overrides.h"
- >
- </File>
- <File
- RelativePath="..\..\src\dynapi\SDL_dynapi_procs.h"
- >
- </File>
- <File
- RelativePath="..\..\src\video\SDL_egl.c"
- >
- </File>
- <File
- RelativePath="..\..\src\SDL_error.c"
- >
- </File>
- <File
- RelativePath="..\..\src\SDL_error_c.h"
- >
- </File>
- <File
- RelativePath="..\..\src\events\SDL_events.c"
- >
- </File>
- <File
- RelativePath="..\..\src\events\SDL_events_c.h"
- >
- </File>
- <File
- RelativePath="..\..\src\video\SDL_fillrect.c"
- >
- </File>
- <File
- RelativePath="..\..\src\joystick\SDL_gamecontroller.c"
- >
- </File>
- <File
- RelativePath="..\..\src\events\SDL_gesture.c"
- >
- </File>
- <File
- RelativePath="..\..\src\events\SDL_gesture_c.h"
- >
- </File>
- <File
- RelativePath="..\..\src\stdlib\SDL_getenv.c"
- >
- </File>
- <File
- RelativePath="..\..\src\video\SDL_glesfuncs.h"
- >
- </File>
- <File
- RelativePath="..\..\src\video\SDL_glfuncs.h"
- >
- </File>
- <File
- RelativePath="..\..\src\haptic\SDL_haptic.c"
- >
- </File>
- <File
- RelativePath="..\..\src\SDL_hints.c"
- >
- </File>
- <File
- RelativePath="..\..\src\SDL_hints_c.h"
- >
- </File>
- <File
- RelativePath="..\..\src\stdlib\SDL_iconv.c"
- >
- </File>
- <File
- RelativePath="..\..\src\joystick\SDL_joystick.c"
- >
- </File>
- <File
- RelativePath="..\..\src\joystick\SDL_joystick_c.h"
- >
- </File>
- <File
- RelativePath="..\..\src\events\SDL_keyboard.c"
- >
- </File>
- <File
- RelativePath="..\..\src\events\SDL_keyboard_c.h"
- >
- </File>
- <File
- RelativePath="..\..\src\SDL_log.c"
- >
- </File>
- <File
- RelativePath="..\..\src\stdlib\SDL_malloc.c"
- >
- </File>
- <File
- RelativePath="..\..\src\audio\SDL_mixer.c"
- >
- </File>
- <File
- RelativePath="..\..\src\joystick\windows\SDL_mmjoystick.c"
- >
- </File>
- <File
- RelativePath="..\..\src\events\SDL_mouse.c"
- >
- </File>
- <File
- RelativePath="..\..\src\events\SDL_mouse_c.h"
- >
- </File>
- <File
- RelativePath="..\..\src\video\dummy\SDL_nullevents.c"
- >
- </File>
- <File
- RelativePath="..\..\src\video\dummy\SDL_nullevents_c.h"
- >
- </File>
- <File
- RelativePath="..\..\src\video\dummy\SDL_nullframebuffer.c"
- >
- </File>
- <File
- RelativePath="..\..\src\video\dummy\SDL_nullframebuffer_c.h"
- >
- </File>
- <File
- RelativePath="..\..\src\video\dummy\SDL_nullvideo.c"
- >
- </File>
- <File
- RelativePath="..\..\src\video\dummy\SDL_nullvideo.h"
- >
- </File>
- <File
- RelativePath="..\..\src\video\SDL_pixels.c"
- >
- </File>
- <File
- RelativePath="..\..\src\video\SDL_pixels_c.h"
- >
- </File>
- <File
- RelativePath="..\..\src\power\SDL_power.c"
- >
- </File>
- <File
- RelativePath="..\..\src\stdlib\SDL_qsort.c"
- >
- </File>
- <File
- RelativePath="..\..\src\events\SDL_quit.c"
- >
- </File>
- <File
- RelativePath="..\..\src\video\SDL_rect.c"
- >
- </File>
- <File
- RelativePath="..\..\src\video\SDL_rect_c.h"
- >
- </File>
- <File
- RelativePath="..\..\src\render\SDL_render.c"
- >
- </File>
- <File
- RelativePath="..\..\src\render\direct3d\SDL_render_d3d.c"
- >
- </File>
- <File
- RelativePath="..\..\src\render\direct3d11\SDL_render_d3d11.c"
- >
- </File>
- <File
- RelativePath="..\..\src\render\opengl\SDL_render_gl.c"
- >
- </File>
- <File
- RelativePath="..\..\src\render\opengles2\SDL_render_gles2.c"
- >
- </File>
- <File
- RelativePath="..\..\src\render\software\SDL_render_sw.c"
- >
- </File>
- <File
- RelativePath="..\..\src\render\software\SDL_render_sw_c.h"
- >
- </File>
- <File
- RelativePath="..\..\src\video\SDL_RLEaccel.c"
- >
- </File>
- <File
- RelativePath="..\..\src\video\SDL_RLEaccel_c.h"
- >
- </File>
- <File
- RelativePath="..\..\src\render\software\SDL_rotate.c"
- >
- </File>
- <File
- RelativePath="..\..\src\render\software\SDL_rotate.h"
- >
- </File>
- <File
- RelativePath="..\..\src\file\SDL_rwops.c"
- >
- </File>
- <File
- RelativePath="..\..\src\render\opengl\SDL_shaders_gl.c"
- >
- </File>
- <File
- RelativePath="..\..\src\render\opengl\SDL_shaders_gl.h"
- >
- </File>
- <File
- RelativePath="..\..\src\render\opengles2\SDL_shaders_gles2.c"
- >
- </File>
- <File
- RelativePath="..\..\src\video\SDL_shape.c"
- >
- </File>
- <File
- RelativePath="..\..\src\video\SDL_shape_internals.h"
- >
- </File>
- <File
- RelativePath="..\..\src\atomic\SDL_spinlock.c"
- >
- </File>
- <File
- RelativePath="..\..\src\stdlib\SDL_stdlib.c"
- >
- </File>
- <File
- RelativePath="..\..\src\video\SDL_stretch.c"
- >
- </File>
- <File
- RelativePath="..\..\src\stdlib\SDL_string.c"
- >
- </File>
- <File
- RelativePath="..\..\src\video\SDL_surface.c"
- >
- </File>
- <File
- RelativePath="..\..\src\audio\SDL_sysaudio.h"
- >
- </File>
- <File
- RelativePath="..\..\src\thread\generic\SDL_syscond.c"
- >
- </File>
- <File
- RelativePath="..\..\src\events\SDL_sysevents.h"
- >
- </File>
- <File
- RelativePath="..\..\src\filesystem\windows\SDL_sysfilesystem.c"
- >
- </File>
- <File
- RelativePath="..\..\src\haptic\SDL_syshaptic.h"
- >
- </File>
- <File
- RelativePath="..\..\src\joystick\SDL_sysjoystick.h"
- >
- </File>
- <File
- RelativePath="..\..\src\loadso\windows\SDL_sysloadso.c"
- >
- </File>
- <File
- RelativePath="..\..\src\thread\windows\SDL_sysmutex.c"
- >
- </File>
- <File
- RelativePath="..\..\src\power\windows\SDL_syspower.c"
- >
- </File>
- <File
- RelativePath="..\..\src\render\SDL_sysrender.h"
- >
- </File>
- <File
- RelativePath="..\..\src\thread\windows\SDL_syssem.c"
- >
- </File>
- <File
- RelativePath="..\..\src\thread\windows\SDL_systhread.c"
- >
- </File>
- <File
- RelativePath="..\..\src\thread\SDL_systhread.h"
- >
- </File>
- <File
- RelativePath="..\..\src\thread\windows\SDL_systhread_c.h"
- >
- </File>
- <File
- RelativePath="..\..\src\timer\windows\SDL_systimer.c"
- >
- </File>
- <File
- RelativePath="..\..\src\timer\SDL_systimer.h"
- >
- </File>
- <File
- RelativePath="..\..\src\thread\windows\SDL_systls.c"
- >
- </File>
- <File
- RelativePath="..\..\src\video\SDL_sysvideo.h"
- >
- </File>
- <File
- RelativePath="..\..\src\thread\SDL_thread.c"
- >
- </File>
- <File
- RelativePath="..\..\src\thread\SDL_thread_c.h"
- >
- </File>
- <File
- RelativePath="..\..\src\timer\SDL_timer.c"
- >
- </File>
- <File
- RelativePath="..\..\src\timer\SDL_timer_c.h"
- >
- </File>
- <File
- RelativePath="..\..\src\events\SDL_touch.c"
- >
- </File>
- <File
- RelativePath="..\..\src\events\SDL_touch_c.h"
- >
- </File>
- <File
- RelativePath="..\..\src\video\SDL_video.c"
- >
- </File>
- <File
- RelativePath="..\..\src\video\windows\SDL_vkeys.h"
- >
- </File>
- <File
- RelativePath="..\..\src\audio\SDL_wave.c"
- >
- </File>
- <File
- RelativePath="..\..\src\audio\SDL_wave.h"
- >
- </File>
- <File
- RelativePath="..\..\src\events\SDL_windowevents.c"
- >
- </File>
- <File
- RelativePath="..\..\src\events\SDL_windowevents_c.h"
- >
- </File>
- <File
- RelativePath="..\..\src\core\windows\SDL_windows.c"
- >
- </File>
- <File
- RelativePath="..\..\src\core\windows\SDL_windows.h"
- >
- </File>
- <File
- RelativePath="..\..\src\video\windows\SDL_windowsclipboard.c"
- >
- </File>
- <File
- RelativePath="..\..\src\video\windows\SDL_windowsclipboard.h"
- >
- </File>
- <File
- RelativePath="..\..\src\video\windows\SDL_windowsevents.c"
- >
- </File>
- <File
- RelativePath="..\..\src\video\windows\SDL_windowsevents.h"
- >
- </File>
- <File
- RelativePath="..\..\src\video\windows\SDL_windowsframebuffer.c"
- >
- </File>
- <File
- RelativePath="..\..\src\video\windows\SDL_windowsframebuffer.h"
- >
- </File>
- <File
- RelativePath="..\..\src\haptic\windows\SDL_windowshaptic.c"
- >
- </File>
- <File
- RelativePath="..\..\src\haptic\windows\SDL_windowshaptic_c.h"
- >
- </File>
- <File
- RelativePath="..\..\src\joystick\windows\SDL_windowsjoystick.c"
- >
- </File>
- <File
- RelativePath="..\..\src\joystick\windows\SDL_windowsjoystick_c.h"
- >
- </File>
- <File
- RelativePath="..\..\src\video\windows\SDL_windowskeyboard.c"
- >
- </File>
- <File
- RelativePath="..\..\src\video\windows\SDL_windowskeyboard.h"
- >
- </File>
- <File
- RelativePath="..\..\src\video\windows\SDL_windowsmessagebox.c"
- >
- </File>
- <File
- RelativePath="..\..\src\video\windows\SDL_windowsmessagebox.h"
- >
- </File>
- <File
- RelativePath="..\..\src\video\windows\SDL_windowsmodes.c"
- >
- </File>
- <File
- RelativePath="..\..\src\video\windows\SDL_windowsmodes.h"
- >
- </File>
- <File
- RelativePath="..\..\src\video\windows\SDL_windowsmouse.c"
- >
- </File>
- <File
- RelativePath="..\..\src\video\windows\SDL_windowsmouse.h"
- >
- </File>
- <File
- RelativePath="..\..\src\video\windows\SDL_windowsopengl.c"
- >
- </File>
- <File
- RelativePath="..\..\src\video\windows\SDL_windowsopengl.h"
- >
- </File>
- <File
- RelativePath="..\..\src\video\windows\SDL_windowsopengles.c"
- >
- </File>
- <File
- RelativePath="..\..\src\video\windows\SDL_windowsshape.c"
- >
- </File>
- <File
- RelativePath="..\..\src\video\windows\SDL_windowsshape.h"
- >
- </File>
- <File
- RelativePath="..\..\src\video\windows\SDL_windowsvideo.c"
- >
- </File>
- <File
- RelativePath="..\..\src\video\windows\SDL_windowsvideo.h"
- >
- </File>
- <File
- RelativePath="..\..\src\video\windows\SDL_windowswindow.c"
- >
- </File>
- <File
- RelativePath="..\..\src\video\windows\SDL_windowswindow.h"
- >
- </File>
- <File
- RelativePath="..\..\src\audio\winmm\SDL_winmm.c"
- >
- </File>
- <File
- RelativePath="..\..\src\audio\winmm\SDL_winmm.h"
- >
- </File>
- <File
- RelativePath="..\..\src\audio\xaudio2\SDL_xaudio2.c"
- >
- </File>
- <File
- RelativePath="..\..\src\core\windows\SDL_xinput.c"
- >
- </File>
- <File
- RelativePath="..\..\src\core\windows\SDL_xinput.h"
- >
- </File>
- <File
- RelativePath="..\..\src\haptic\windows\SDL_xinputhaptic.c"
- >
- </File>
- <File
- RelativePath="..\..\src\haptic\windows\SDL_xinputhaptic_c.h"
- >
- </File>
- <File
- RelativePath="..\..\src\joystick\windows\SDL_xinputjoystick.c"
- >
- </File>
- <File
- RelativePath="..\..\src\joystick\windows\SDL_xinputjoystick_c.h"
- >
- </File>
- <File
- RelativePath="..\..\src\render\SDL_yuv_mmx.c"
- >
- </File>
- <File
- RelativePath="..\..\src\render\SDL_yuv_sw.c"
- >
- </File>
- <File
- RelativePath="..\..\src\render\SDL_yuv_sw_c.h"
- >
- </File>
- <File
- RelativePath="..\..\src\main\windows\version.rc"
- >
- </File>
- <File
- RelativePath="..\..\src\video\windows\wmmsg.h"
- >
- </File>
- </Files>
- <Globals>
- </Globals>
- </VisualStudioProject>
|