<?xml version="1.0" encoding="utf-8"?> <Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> <Import Project="$(SolutionDir)common\vsprops\BaseProjectConfig.props" /> <Import Project="$(SolutionDir)common\vsprops\WinSDK.props" /> <PropertyGroup Label="Globals"> <ProjectGuid>{812B4434-FD6B-4CB2-8865-5FD8EB34B046}</ProjectGuid> <Keyword>Win32Proj</Keyword> </PropertyGroup> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> <PropertyGroup Label="Configuration"> <ConfigurationType>StaticLibrary</ConfigurationType> <PlatformToolset Condition="!$(Configuration.Contains(Clang))">$(DefaultPlatformToolset)</PlatformToolset> <PlatformToolset Condition="$(Configuration.Contains(Clang))">ClangCL</PlatformToolset> <CharacterSet>MultiByte</CharacterSet> <WholeProgramOptimization Condition="$(Configuration.Contains(Release))">true</WholeProgramOptimization> <UseDebugLibraries Condition="$(Configuration.Contains(Debug))">true</UseDebugLibraries> <UseDebugLibraries Condition="!$(Configuration.Contains(Debug))">false</UseDebugLibraries> </PropertyGroup> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> <ImportGroup Label="ExtensionSettings" /> <ImportGroup Label="PropertySheets"> <Import Project="..\DefaultProjectRootDir.props" /> <Import Project="..\3rdparty.props" /> <Import Condition="$(Configuration.Contains(Debug))" Project="..\..\common\vsprops\CodeGen_Debug.props" /> <Import Condition="$(Configuration.Contains(Devel))" Project="..\..\common\vsprops\CodeGen_Devel.props" /> <Import Condition="$(Configuration.Contains(Release))" Project="..\..\common\vsprops\CodeGen_Release.props" /> <Import Condition="!$(Configuration.Contains(Release))" Project="..\..\common\vsprops\IncrementalLinking.props" /> </ImportGroup> <PropertyGroup Label="UserMacros" /> <PropertyGroup> <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> </PropertyGroup> <ItemDefinitionGroup> <ClCompile> <WarningLevel>Level3</WarningLevel> <PreprocessorDefinitions>_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions> <AdditionalIncludeDirectories>$(ProjectDir)include;$(ProjectDir)SDL\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> <!-- Needed to use SSE3 intrinsics in clang build. --> <AdditionalOptions Condition="$(Configuration.Contains(Clang))">-march=core2 -Wno-deprecated-declarations %(AdditionalOptions)</AdditionalOptions> </ClCompile> </ItemDefinitionGroup> <ItemGroup> <ClInclude Include="SDL\include\begin_code.h" /> <ClInclude Include="SDL\include\close_code.h" /> <ClInclude Include="SDL\include\SDL.h" /> <ClInclude Include="SDL\include\SDL_assert.h" /> <ClInclude Include="SDL\include\SDL_atomic.h" /> <ClInclude Include="SDL\include\SDL_audio.h" /> <ClInclude Include="SDL\include\SDL_bits.h" /> <ClInclude Include="SDL\include\SDL_blendmode.h" /> <ClInclude Include="SDL\include\SDL_clipboard.h" /> <ClInclude Include="SDL\include\SDL_config.h" /> <ClInclude Include="SDL\include\SDL_config_windows.h" /> <ClInclude Include="SDL\include\SDL_copying.h" /> <ClInclude Include="SDL\include\SDL_cpuinfo.h" /> <ClInclude Include="SDL\include\SDL_egl.h" /> <ClInclude Include="SDL\include\SDL_endian.h" /> <ClInclude Include="SDL\include\SDL_error.h" /> <ClInclude Include="SDL\include\SDL_events.h" /> <ClInclude Include="SDL\include\SDL_filesystem.h" /> <ClInclude Include="SDL\include\SDL_gamecontroller.h" /> <ClInclude Include="SDL\include\SDL_gesture.h" /> <ClInclude Include="SDL\include\SDL_guid.h" /> <ClInclude Include="SDL\include\SDL_haptic.h" /> <ClInclude Include="SDL\include\SDL_hidapi.h" /> <ClInclude Include="SDL\include\SDL_hints.h" /> <ClInclude Include="SDL\include\SDL_joystick.h" /> <ClInclude Include="SDL\include\SDL_keyboard.h" /> <ClInclude Include="SDL\include\SDL_keycode.h" /> <ClInclude Include="SDL\include\SDL_loadso.h" /> <ClInclude Include="SDL\include\SDL_locale.h" /> <ClInclude Include="SDL\include\SDL_log.h" /> <ClInclude Include="SDL\include\SDL_main.h" /> <ClInclude Include="SDL\include\SDL_messagebox.h" /> <ClInclude Include="SDL\include\SDL_metal.h" /> <ClInclude Include="SDL\include\SDL_misc.h" /> <ClInclude Include="SDL\include\SDL_mouse.h" /> <ClInclude Include="SDL\include\SDL_mutex.h" /> <ClInclude Include="SDL\include\SDL_name.h" /> <ClInclude Include="SDL\include\SDL_opengl.h" /> <ClInclude Include="SDL\include\SDL_opengl_glext.h" /> <ClInclude Include="SDL\include\SDL_opengles.h" /> <ClInclude Include="SDL\include\SDL_opengles2.h" /> <ClInclude Include="SDL\include\SDL_opengles2_gl2.h" /> <ClInclude Include="SDL\include\SDL_opengles2_gl2ext.h" /> <ClInclude Include="SDL\include\SDL_opengles2_gl2platform.h" /> <ClInclude Include="SDL\include\SDL_opengles2_khrplatform.h" /> <ClInclude Include="SDL\include\SDL_pixels.h" /> <ClInclude Include="SDL\include\SDL_platform.h" /> <ClInclude Include="SDL\include\SDL_power.h" /> <ClInclude Include="SDL\include\SDL_quit.h" /> <ClInclude Include="SDL\include\SDL_rect.h" /> <ClInclude Include="SDL\include\SDL_render.h" /> <ClInclude Include="SDL\include\SDL_revision.h" /> <ClInclude Include="SDL\include\SDL_rwops.h" /> <ClInclude Include="SDL\include\SDL_scancode.h" /> <ClInclude Include="SDL\include\SDL_sensor.h" /> <ClInclude Include="SDL\include\SDL_shape.h" /> <ClInclude Include="SDL\include\SDL_stdinc.h" /> <ClInclude Include="SDL\include\SDL_surface.h" /> <ClInclude Include="SDL\include\SDL_system.h" /> <ClInclude Include="SDL\include\SDL_syswm.h" /> <ClInclude Include="SDL\include\SDL_test.h" /> <ClInclude Include="SDL\include\SDL_test_assert.h" /> <ClInclude Include="SDL\include\SDL_test_common.h" /> <ClInclude Include="SDL\include\SDL_test_compare.h" /> <ClInclude Include="SDL\include\SDL_test_crc32.h" /> <ClInclude Include="SDL\include\SDL_test_font.h" /> <ClInclude Include="SDL\include\SDL_test_fuzzer.h" /> <ClInclude Include="SDL\include\SDL_test_harness.h" /> <ClInclude Include="SDL\include\SDL_test_images.h" /> <ClInclude Include="SDL\include\SDL_test_log.h" /> <ClInclude Include="SDL\include\SDL_test_md5.h" /> <ClInclude Include="SDL\include\SDL_test_memory.h" /> <ClInclude Include="SDL\include\SDL_test_random.h" /> <ClInclude Include="SDL\include\SDL_thread.h" /> <ClInclude Include="SDL\include\SDL_timer.h" /> <ClInclude Include="SDL\include\SDL_touch.h" /> <ClInclude Include="SDL\include\SDL_types.h" /> <ClInclude Include="SDL\include\SDL_version.h" /> <ClInclude Include="SDL\include\SDL_video.h" /> <ClInclude Include="SDL\include\SDL_vulkan.h" /> <ClInclude Include="SDL\src\audio\directsound\SDL_directsound.h" /> <ClInclude Include="SDL\src\audio\disk\SDL_diskaudio.h" /> <ClInclude Include="SDL\src\audio\dummy\SDL_dummyaudio.h" /> <ClInclude Include="SDL\src\audio\SDL_audio_c.h" /> <ClInclude Include="SDL\src\audio\SDL_audiodev_c.h" /> <ClInclude Include="SDL\src\audio\SDL_sysaudio.h" /> <ClInclude Include="SDL\src\audio\SDL_wave.h" /> <ClInclude Include="SDL\src\audio\wasapi\SDL_wasapi.h" /> <ClInclude Include="SDL\src\audio\winmm\SDL_winmm.h" /> <ClInclude Include="SDL\src\core\windows\SDL_directx.h" /> <ClInclude Include="SDL\src\core\windows\SDL_hid.h" /> <ClInclude Include="SDL\src\core\windows\SDL_windows.h" /> <ClInclude Include="SDL\src\core\windows\SDL_xinput.h" /> <ClInclude Include="SDL\src\dynapi\SDL_dynapi.h" /> <ClInclude Include="SDL\src\dynapi\SDL_dynapi_overrides.h" /> <ClInclude Include="SDL\src\dynapi\SDL_dynapi_procs.h" /> <ClInclude Include="SDL\src\events\blank_cursor.h" /> <ClInclude Include="SDL\src\events\default_cursor.h" /> <ClInclude Include="SDL\src\events\scancodes_windows.h" /> <ClInclude Include="SDL\src\events\SDL_clipboardevents_c.h" /> <ClInclude Include="SDL\src\events\SDL_displayevents_c.h" /> <ClInclude Include="SDL\src\events\SDL_dropevents_c.h" /> <ClInclude Include="SDL\src\events\SDL_events_c.h" /> <ClInclude Include="SDL\src\events\SDL_gesture_c.h" /> <ClInclude Include="SDL\src\events\SDL_keyboard_c.h" /> <ClInclude Include="SDL\src\events\SDL_mouse_c.h" /> <ClInclude Include="SDL\src\events\SDL_sysevents.h" /> <ClInclude Include="SDL\src\events\SDL_touch_c.h" /> <ClInclude Include="SDL\src\events\SDL_windowevents_c.h" /> <ClInclude Include="SDL\src\haptic\SDL_haptic_c.h" /> <ClInclude Include="SDL\src\haptic\SDL_syshaptic.h" /> <ClInclude Include="SDL\src\haptic\windows\SDL_dinputhaptic_c.h" /> <ClInclude Include="SDL\src\haptic\windows\SDL_windowshaptic_c.h" /> <ClInclude Include="SDL\src\haptic\windows\SDL_xinputhaptic_c.h" /> <ClInclude Include="SDL\src\hidapi\hidapi\hidapi.h" /> <ClInclude Include="SDL\src\hidapi\SDL_hidapi_c.h" /> <ClInclude Include="SDL\src\joystick\controller_type.h" /> <ClInclude Include="SDL\src\joystick\hidapi\SDL_hidapijoystick_c.h" /> <ClInclude Include="SDL\src\joystick\hidapi\SDL_hidapi_nintendo.h" /> <ClInclude Include="SDL\src\joystick\hidapi\SDL_hidapi_rumble.h" /> <ClInclude Include="SDL\src\joystick\SDL_gamecontrollerdb.h" /> <ClInclude Include="SDL\src\joystick\SDL_joystick_c.h" /> <ClInclude Include="SDL\src\joystick\SDL_sysjoystick.h" /> <ClInclude Include="SDL\src\joystick\usb_ids.h" /> <ClInclude Include="SDL\src\joystick\virtual\SDL_virtualjoystick_c.h" /> <ClInclude Include="SDL\src\joystick\windows\SDL_dinputjoystick_c.h" /> <ClInclude Include="SDL\src\joystick\windows\SDL_rawinputjoystick_c.h" /> <ClInclude Include="SDL\src\joystick\windows\SDL_windowsjoystick_c.h" /> <ClInclude Include="SDL\src\joystick\windows\SDL_xinputjoystick_c.h" /> <ClInclude Include="SDL\src\libm\math_libm.h" /> <ClInclude Include="SDL\src\libm\math_private.h" /> <ClInclude Include="SDL\src\locale\SDL_syslocale.h" /> <ClInclude Include="SDL\src\misc\SDL_sysurl.h" /> <ClInclude Include="SDL\src\power\SDL_syspower.h" /> <ClInclude Include="SDL\src\render\direct3d11\SDL_shaders_d3d11.h" /> <ClInclude Include="SDL\src\render\direct3d12\SDL_shaders_d3d12.h" /> <ClInclude Include="SDL\src\render\direct3d\SDL_shaders_d3d.h" /> <ClInclude Include="SDL\src\render\opengles2\SDL_gles2funcs.h" /> <ClInclude Include="SDL\src\render\opengles2\SDL_shaders_gles2.h" /> <ClInclude Include="SDL\src\render\opengl\SDL_glfuncs.h" /> <ClInclude Include="SDL\src\render\opengl\SDL_shaders_gl.h" /> <ClInclude Include="SDL\src\render\SDL_d3dmath.h" /> <ClInclude Include="SDL\src\render\SDL_sysrender.h" /> <ClInclude Include="SDL\src\render\SDL_yuv_sw_c.h" /> <ClInclude Include="SDL\src\render\software\SDL_blendfillrect.h" /> <ClInclude Include="SDL\src\render\software\SDL_blendline.h" /> <ClInclude Include="SDL\src\render\software\SDL_blendpoint.h" /> <ClInclude Include="SDL\src\render\software\SDL_draw.h" /> <ClInclude Include="SDL\src\render\software\SDL_drawline.h" /> <ClInclude Include="SDL\src\render\software\SDL_drawpoint.h" /> <ClInclude Include="SDL\src\render\software\SDL_render_sw_c.h" /> <ClInclude Include="SDL\src\render\software\SDL_rotate.h" /> <ClInclude Include="SDL\src\render\software\SDL_triangle.h" /> <ClInclude Include="SDL\src\SDL_assert_c.h" /> <ClInclude Include="SDL\src\SDL_dataqueue.h" /> <ClInclude Include="SDL\src\SDL_error_c.h" /> <ClInclude Include="SDL\src\SDL_hints_c.h" /> <ClInclude Include="SDL\src\SDL_internal.h" /> <ClInclude Include="SDL\src\SDL_list.h" /> <ClInclude Include="SDL\src\SDL_utils_c.h" /> <ClInclude Include="SDL\src\sensor\dummy\SDL_dummysensor.h" /> <ClInclude Include="SDL\src\sensor\SDL_sensor_c.h" /> <ClInclude Include="SDL\src\sensor\SDL_syssensor.h" /> <ClInclude Include="SDL\src\sensor\windows\SDL_windowssensor.h" /> <ClInclude Include="SDL\src\thread\generic\SDL_syscond_c.h" /> <ClInclude Include="SDL\src\thread\SDL_systhread.h" /> <ClInclude Include="SDL\src\thread\SDL_thread_c.h" /> <ClInclude Include="SDL\src\thread\windows\SDL_sysmutex_c.h" /> <ClInclude Include="SDL\src\thread\windows\SDL_systhread_c.h" /> <ClInclude Include="SDL\src\timer\SDL_timer_c.h" /> <ClInclude Include="SDL\src\video\dummy\SDL_nullevents_c.h" /> <ClInclude Include="SDL\src\video\dummy\SDL_nullframebuffer_c.h" /> <ClInclude Include="SDL\src\video\dummy\SDL_nullvideo.h" /> <ClInclude Include="SDL\src\video\SDL_blit.h" /> <ClInclude Include="SDL\src\video\SDL_blit_auto.h" /> <ClInclude Include="SDL\src\video\SDL_blit_copy.h" /> <ClInclude Include="SDL\src\video\SDL_blit_slow.h" /> <ClInclude Include="SDL\src\video\SDL_egl_c.h" /> <ClInclude Include="SDL\src\video\SDL_pixels_c.h" /> <ClInclude Include="SDL\src\video\SDL_rect_c.h" /> <ClInclude Include="SDL\src\video\SDL_RLEaccel_c.h" /> <ClInclude Include="SDL\src\video\SDL_shape_internals.h" /> <ClInclude Include="SDL\src\video\SDL_sysvideo.h" /> <ClInclude Include="SDL\src\video\SDL_vulkan_internal.h" /> <ClInclude Include="SDL\src\video\SDL_yuv_c.h" /> <ClInclude Include="SDL\src\video\windows\SDL_msctf.h" /> <ClInclude Include="SDL\src\video\windows\SDL_vkeys.h" /> <ClInclude Include="SDL\src\video\windows\SDL_windowsclipboard.h" /> <ClInclude Include="SDL\src\video\windows\SDL_windowsevents.h" /> <ClInclude Include="SDL\src\video\windows\SDL_windowsframebuffer.h" /> <ClInclude Include="SDL\src\video\windows\SDL_windowskeyboard.h" /> <ClInclude Include="SDL\src\video\windows\SDL_windowsmessagebox.h" /> <ClInclude Include="SDL\src\video\windows\SDL_windowsmodes.h" /> <ClInclude Include="SDL\src\video\windows\SDL_windowsmouse.h" /> <ClInclude Include="SDL\src\video\windows\SDL_windowsopengl.h" /> <ClInclude Include="SDL\src\video\windows\SDL_windowsopengles.h" /> <ClInclude Include="SDL\src\video\windows\SDL_windowsshape.h" /> <ClInclude Include="SDL\src\video\windows\SDL_windowstaskdialog.h" /> <ClInclude Include="SDL\src\video\windows\SDL_windowsvideo.h" /> <ClInclude Include="SDL\src\video\windows\SDL_windowsvulkan.h" /> <ClInclude Include="SDL\src\video\windows\SDL_windowswindow.h" /> <ClInclude Include="SDL\src\video\windows\wmmsg.h" /> <ClInclude Include="SDL\src\video\yuv2rgb\yuv_rgb.h" /> <ClInclude Include="SDL\src\video\yuv2rgb\yuv_rgb_sse_func.h" /> <ClInclude Include="SDL\src\video\yuv2rgb\yuv_rgb_std_func.h" /> </ItemGroup> <ItemGroup> <ClCompile Include="SDL\src\atomic\SDL_atomic.c" /> <ClCompile Include="SDL\src\atomic\SDL_spinlock.c" /> <ClCompile Include="SDL\src\audio\directsound\SDL_directsound.c" /> <ClCompile Include="SDL\src\audio\disk\SDL_diskaudio.c" /> <ClCompile Include="SDL\src\audio\dummy\SDL_dummyaudio.c" /> <ClCompile Include="SDL\src\audio\SDL_audio.c" /> <ClCompile Include="SDL\src\audio\SDL_audiocvt.c" /> <ClCompile Include="SDL\src\audio\SDL_audiodev.c" /> <ClCompile Include="SDL\src\audio\SDL_audiotypecvt.c" /> <ClCompile Include="SDL\src\audio\SDL_mixer.c" /> <ClCompile Include="SDL\src\audio\SDL_wave.c" /> <ClCompile Include="SDL\src\audio\winmm\SDL_winmm.c" /> <ClCompile Include="SDL\src\audio\wasapi\SDL_wasapi.c" /> <ClCompile Include="SDL\src\audio\wasapi\SDL_wasapi_win32.c" /> <ClCompile Include="SDL\src\core\windows\SDL_hid.c" /> <ClCompile Include="SDL\src\core\windows\SDL_windows.c" /> <ClCompile Include="SDL\src\core\windows\SDL_xinput.c" /> <ClCompile Include="SDL\src\cpuinfo\SDL_cpuinfo.c" /> <ClCompile Include="SDL\src\dynapi\SDL_dynapi.c" /> <ClCompile Include="SDL\src\events\SDL_clipboardevents.c" /> <ClCompile Include="SDL\src\events\SDL_displayevents.c" /> <ClCompile Include="SDL\src\events\SDL_dropevents.c" /> <ClCompile Include="SDL\src\events\SDL_events.c" /> <ClCompile Include="SDL\src\events\SDL_gesture.c" /> <ClCompile Include="SDL\src\events\SDL_keyboard.c" /> <ClCompile Include="SDL\src\events\SDL_mouse.c" /> <ClCompile Include="SDL\src\events\SDL_quit.c" /> <ClCompile Include="SDL\src\events\SDL_touch.c" /> <ClCompile Include="SDL\src\events\SDL_windowevents.c" /> <ClCompile Include="SDL\src\file\SDL_rwops.c" /> <ClCompile Include="SDL\src\filesystem\windows\SDL_sysfilesystem.c" /> <ClCompile Include="SDL\src\haptic\dummy\SDL_syshaptic.c" /> <ClCompile Include="SDL\src\haptic\SDL_haptic.c" /> <ClCompile Include="SDL\src\haptic\windows\SDL_dinputhaptic.c" /> <ClCompile Include="SDL\src\haptic\windows\SDL_windowshaptic.c" /> <ClCompile Include="SDL\src\haptic\windows\SDL_xinputhaptic.c" /> <ClCompile Include="SDL\src\hidapi\SDL_hidapi.c" /> <ClCompile Include="SDL\src\joystick\controller_type.c" /> <ClCompile Include="SDL\src\joystick\dummy\SDL_sysjoystick.c" /> <ClCompile Include="SDL\src\joystick\hidapi\SDL_hidapijoystick.c" /> <ClCompile Include="SDL\src\joystick\hidapi\SDL_hidapi_combined.c" /> <ClCompile Include="SDL\src\joystick\hidapi\SDL_hidapi_gamecube.c" /> <ClCompile Include="SDL\src\joystick\hidapi\SDL_hidapi_luna.c" /> <ClCompile Include="SDL\src\joystick\hidapi\SDL_hidapi_ps3.c" /> <ClCompile Include="SDL\src\joystick\hidapi\SDL_hidapi_ps4.c" /> <ClCompile Include="SDL\src\joystick\hidapi\SDL_hidapi_ps5.c" /> <ClCompile Include="SDL\src\joystick\hidapi\SDL_hidapi_rumble.c" /> <ClCompile Include="SDL\src\joystick\hidapi\SDL_hidapi_shield.c" /> <ClCompile Include="SDL\src\joystick\hidapi\SDL_hidapi_stadia.c" /> <ClCompile Include="SDL\src\joystick\hidapi\SDL_hidapi_steam.c" /> <ClCompile Include="SDL\src\joystick\hidapi\SDL_hidapi_switch.c" /> <ClCompile Include="SDL\src\joystick\hidapi\SDL_hidapi_wii.c" /> <ClCompile Include="SDL\src\joystick\hidapi\SDL_hidapi_xbox360.c" /> <ClCompile Include="SDL\src\joystick\hidapi\SDL_hidapi_xbox360w.c" /> <ClCompile Include="SDL\src\joystick\hidapi\SDL_hidapi_xboxone.c" /> <ClCompile Include="SDL\src\joystick\SDL_gamecontroller.c" /> <ClCompile Include="SDL\src\joystick\SDL_joystick.c" /> <ClCompile Include="SDL\src\joystick\virtual\SDL_virtualjoystick.c" /> <ClCompile Include="SDL\src\joystick\windows\SDL_dinputjoystick.c" /> <ClCompile Include="SDL\src\joystick\windows\SDL_rawinputjoystick.c" /> <ClCompile Include="SDL\src\joystick\windows\SDL_windowsjoystick.c" /> <ClCompile Include="SDL\src\joystick\windows\SDL_windows_gaming_input.c" /> <ClCompile Include="SDL\src\joystick\windows\SDL_xinputjoystick.c" /> <ClCompile Include="SDL\src\libm\e_atan2.c" /> <ClCompile Include="SDL\src\libm\e_exp.c" /> <ClCompile Include="SDL\src\libm\e_fmod.c" /> <ClCompile Include="SDL\src\libm\e_log.c" /> <ClCompile Include="SDL\src\libm\e_log10.c" /> <ClCompile Include="SDL\src\libm\e_pow.c" /> <ClCompile Include="SDL\src\libm\e_rem_pio2.c" /> <ClCompile Include="SDL\src\libm\e_sqrt.c" /> <ClCompile Include="SDL\src\libm\k_cos.c" /> <ClCompile Include="SDL\src\libm\k_rem_pio2.c" /> <ClCompile Include="SDL\src\libm\k_sin.c" /> <ClCompile Include="SDL\src\libm\k_tan.c" /> <ClCompile Include="SDL\src\libm\s_atan.c" /> <ClCompile Include="SDL\src\libm\s_copysign.c" /> <ClCompile Include="SDL\src\libm\s_cos.c" /> <ClCompile Include="SDL\src\libm\s_fabs.c" /> <ClCompile Include="SDL\src\libm\s_floor.c" /> <ClCompile Include="SDL\src\libm\s_scalbn.c" /> <ClCompile Include="SDL\src\libm\s_sin.c" /> <ClCompile Include="SDL\src\libm\s_tan.c" /> <ClCompile Include="SDL\src\loadso\windows\SDL_sysloadso.c" /> <ClCompile Include="SDL\src\locale\SDL_locale.c" /> <ClCompile Include="SDL\src\locale\windows\SDL_syslocale.c" /> <ClCompile Include="SDL\src\misc\SDL_url.c" /> <ClCompile Include="SDL\src\misc\windows\SDL_sysurl.c" /> <ClCompile Include="SDL\src\power\SDL_power.c" /> <ClCompile Include="SDL\src\power\windows\SDL_syspower.c" /> <ClCompile Include="SDL\src\render\direct3d11\SDL_render_d3d11.c" /> <ClCompile Include="SDL\src\render\direct3d11\SDL_shaders_d3d11.c" /> <ClCompile Include="SDL\src\render\direct3d12\SDL_render_d3d12.c" /> <ClCompile Include="SDL\src\render\direct3d12\SDL_shaders_d3d12.c" /> <ClCompile Include="SDL\src\render\direct3d\SDL_render_d3d.c" /> <ClCompile Include="SDL\src\render\direct3d\SDL_shaders_d3d.c" /> <ClCompile Include="SDL\src\render\opengl\SDL_render_gl.c" /> <ClCompile Include="SDL\src\render\opengl\SDL_shaders_gl.c" /> <ClCompile Include="SDL\src\render\opengles2\SDL_render_gles2.c" /> <ClCompile Include="SDL\src\render\opengles2\SDL_shaders_gles2.c" /> <ClCompile Include="SDL\src\render\SDL_d3dmath.c" /> <ClCompile Include="SDL\src\render\SDL_render.c" /> <ClCompile Include="SDL\src\render\SDL_yuv_sw.c" /> <ClCompile Include="SDL\src\render\software\SDL_blendfillrect.c" /> <ClCompile Include="SDL\src\render\software\SDL_blendline.c" /> <ClCompile Include="SDL\src\render\software\SDL_blendpoint.c" /> <ClCompile Include="SDL\src\render\software\SDL_drawline.c" /> <ClCompile Include="SDL\src\render\software\SDL_drawpoint.c" /> <ClCompile Include="SDL\src\render\software\SDL_render_sw.c" /> <ClCompile Include="SDL\src\render\software\SDL_rotate.c" /> <ClCompile Include="SDL\src\render\software\SDL_triangle.c" /> <ClCompile Include="SDL\src\SDL.c" /> <ClCompile Include="SDL\src\SDL_assert.c" /> <ClCompile Include="SDL\src\SDL_dataqueue.c" /> <ClCompile Include="SDL\src\SDL_error.c" /> <ClCompile Include="SDL\src\SDL_guid.c" /> <ClCompile Include="SDL\src\SDL_hints.c" /> <ClCompile Include="SDL\src\SDL_list.c" /> <ClCompile Include="SDL\src\SDL_log.c" /> <ClCompile Include="SDL\src\SDL_utils.c" /> <ClCompile Include="SDL\src\sensor\dummy\SDL_dummysensor.c" /> <ClCompile Include="SDL\src\sensor\SDL_sensor.c" /> <ClCompile Include="SDL\src\sensor\windows\SDL_windowssensor.c" /> <ClCompile Include="SDL\src\stdlib\SDL_crc16.c" /> <ClCompile Include="SDL\src\stdlib\SDL_crc32.c" /> <ClCompile Include="SDL\src\stdlib\SDL_getenv.c" /> <ClCompile Include="SDL\src\stdlib\SDL_iconv.c" /> <ClCompile Include="SDL\src\stdlib\SDL_malloc.c" /> <ClCompile Include="SDL\src\stdlib\SDL_qsort.c" /> <ClCompile Include="SDL\src\stdlib\SDL_stdlib.c" /> <ClCompile Include="SDL\src\stdlib\SDL_string.c" /> <ClCompile Include="SDL\src\stdlib\SDL_strtokr.c" /> <ClCompile Include="SDL\src\thread\generic\SDL_syscond.c" /> <ClCompile Include="SDL\src\thread\SDL_thread.c" /> <ClCompile Include="SDL\src\thread\windows\SDL_syscond_cv.c" /> <ClCompile Include="SDL\src\thread\windows\SDL_sysmutex.c" /> <ClCompile Include="SDL\src\thread\windows\SDL_syssem.c" /> <ClCompile Include="SDL\src\thread\windows\SDL_systhread.c" /> <ClCompile Include="SDL\src\thread\windows\SDL_systls.c" /> <ClCompile Include="SDL\src\timer\SDL_timer.c" /> <ClCompile Include="SDL\src\timer\windows\SDL_systimer.c" /> <ClCompile Include="SDL\src\video\dummy\SDL_nullevents.c" /> <ClCompile Include="SDL\src\video\dummy\SDL_nullframebuffer.c" /> <ClCompile Include="SDL\src\video\dummy\SDL_nullvideo.c" /> <ClCompile Include="SDL\src\video\SDL_blit.c" /> <ClCompile Include="SDL\src\video\SDL_blit_0.c" /> <ClCompile Include="SDL\src\video\SDL_blit_1.c" /> <ClCompile Include="SDL\src\video\SDL_blit_A.c" /> <ClCompile Include="SDL\src\video\SDL_blit_auto.c" /> <ClCompile Include="SDL\src\video\SDL_blit_copy.c" /> <ClCompile Include="SDL\src\video\SDL_blit_N.c" /> <ClCompile Include="SDL\src\video\SDL_blit_slow.c" /> <ClCompile Include="SDL\src\video\SDL_bmp.c" /> <ClCompile Include="SDL\src\video\SDL_clipboard.c" /> <ClCompile Include="SDL\src\video\SDL_egl.c" /> <ClCompile Include="SDL\src\video\SDL_fillrect.c" /> <ClCompile Include="SDL\src\video\SDL_pixels.c" /> <ClCompile Include="SDL\src\video\SDL_rect.c" /> <ClCompile Include="SDL\src\video\SDL_RLEaccel.c" /> <ClCompile Include="SDL\src\video\SDL_shape.c" /> <ClCompile Include="SDL\src\video\SDL_stretch.c" /> <ClCompile Include="SDL\src\video\SDL_surface.c" /> <ClCompile Include="SDL\src\video\SDL_video.c" /> <ClCompile Include="SDL\src\video\SDL_vulkan_utils.c" /> <ClCompile Include="SDL\src\video\SDL_yuv.c" /> <ClCompile Include="SDL\src\video\windows\SDL_windowsclipboard.c" /> <ClCompile Include="SDL\src\video\windows\SDL_windowsevents.c" /> <ClCompile Include="SDL\src\video\windows\SDL_windowsframebuffer.c" /> <ClCompile Include="SDL\src\video\windows\SDL_windowskeyboard.c" /> <ClCompile Include="SDL\src\video\windows\SDL_windowsmessagebox.c" /> <ClCompile Include="SDL\src\video\windows\SDL_windowsmodes.c" /> <ClCompile Include="SDL\src\video\windows\SDL_windowsmouse.c" /> <ClCompile Include="SDL\src\video\windows\SDL_windowsopengl.c" /> <ClCompile Include="SDL\src\video\windows\SDL_windowsopengles.c" /> <ClCompile Include="SDL\src\video\windows\SDL_windowsshape.c" /> <ClCompile Include="SDL\src\video\windows\SDL_windowsvideo.c" /> <ClCompile Include="SDL\src\video\windows\SDL_windowsvulkan.c" /> <ClCompile Include="SDL\src\video\windows\SDL_windowswindow.c" /> <ClCompile Include="SDL\src\video\yuv2rgb\yuv_rgb.c" /> </ItemGroup> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> <ImportGroup Label="ExtensionTargets"> </ImportGroup> </Project>