SDL.vcxproj 47 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <ItemGroup Label="ProjectConfigurations">
  4. <ProjectConfiguration Include="Debug|Win32">
  5. <Configuration>Debug</Configuration>
  6. <Platform>Win32</Platform>
  7. </ProjectConfiguration>
  8. <ProjectConfiguration Include="Debug|x64">
  9. <Configuration>Debug</Configuration>
  10. <Platform>x64</Platform>
  11. </ProjectConfiguration>
  12. <ProjectConfiguration Include="Release|Win32">
  13. <Configuration>Release</Configuration>
  14. <Platform>Win32</Platform>
  15. </ProjectConfiguration>
  16. <ProjectConfiguration Include="Release|x64">
  17. <Configuration>Release</Configuration>
  18. <Platform>x64</Platform>
  19. </ProjectConfiguration>
  20. </ItemGroup>
  21. <PropertyGroup Label="Globals">
  22. <ProjectName>SDL3</ProjectName>
  23. <ProjectGuid>{81CE8DAF-EBB2-4761-8E45-B71ABCCA8C68}</ProjectGuid>
  24. <RootNamespace>SDL</RootNamespace>
  25. <VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">10.0</VisualStudioVersion>
  26. </PropertyGroup>
  27. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
  28. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
  29. <ConfigurationType>DynamicLibrary</ConfigurationType>
  30. <PlatformToolset Condition="'$(VisualStudioVersion)' != '10.0'">$(DefaultPlatformToolset)</PlatformToolset>
  31. </PropertyGroup>
  32. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
  33. <ConfigurationType>DynamicLibrary</ConfigurationType>
  34. <PlatformToolset Condition="'$(VisualStudioVersion)' != '10.0'">$(DefaultPlatformToolset)</PlatformToolset>
  35. </PropertyGroup>
  36. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
  37. <ConfigurationType>DynamicLibrary</ConfigurationType>
  38. <PlatformToolset Condition="'$(VisualStudioVersion)' != '10.0'">$(DefaultPlatformToolset)</PlatformToolset>
  39. </PropertyGroup>
  40. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
  41. <ConfigurationType>DynamicLibrary</ConfigurationType>
  42. <PlatformToolset Condition="'$(VisualStudioVersion)' != '10.0'">$(DefaultPlatformToolset)</PlatformToolset>
  43. </PropertyGroup>
  44. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
  45. <ImportGroup Label="ExtensionSettings">
  46. </ImportGroup>
  47. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">
  48. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  49. </ImportGroup>
  50. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets">
  51. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  52. </ImportGroup>
  53. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">
  54. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  55. </ImportGroup>
  56. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">
  57. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  58. </ImportGroup>
  59. <PropertyGroup Label="UserMacros" />
  60. <PropertyGroup>
  61. <_ProjectFileVersion>10.0.40219.1</_ProjectFileVersion>
  62. <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(SolutionDir)$(Platform)\$(Configuration)\</OutDir>
  63. <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(Platform)\$(Configuration)\</IntDir>
  64. <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(SolutionDir)$(Platform)\$(Configuration)\</OutDir>
  65. <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(Platform)\$(Configuration)\</IntDir>
  66. <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(SolutionDir)$(Platform)\$(Configuration)\</OutDir>
  67. <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(Platform)\$(Configuration)\</IntDir>
  68. <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(SolutionDir)$(Platform)\$(Configuration)\</OutDir>
  69. <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(Platform)\$(Configuration)\</IntDir>
  70. <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">AllRules.ruleset</CodeAnalysisRuleSet>
  71. <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" />
  72. <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" />
  73. <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">AllRules.ruleset</CodeAnalysisRuleSet>
  74. <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" />
  75. <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" />
  76. <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">AllRules.ruleset</CodeAnalysisRuleSet>
  77. <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" />
  78. <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" />
  79. <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Release|x64'">AllRules.ruleset</CodeAnalysisRuleSet>
  80. <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Release|x64'" />
  81. <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Release|x64'" />
  82. <LibraryPath Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">C:\Program Files %28x86%29\Microsoft DirectX SDK %28June 2010%29\Lib\x86;$(LibraryPath)</LibraryPath>
  83. </PropertyGroup>
  84. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  85. <IncludePath>$(ProjectDir)/../../src;$(IncludePath)</IncludePath>
  86. </PropertyGroup>
  87. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  88. <IncludePath>$(ProjectDir)/../../src;$(IncludePath)</IncludePath>
  89. </PropertyGroup>
  90. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  91. <IncludePath>$(ProjectDir)/../../src;$(IncludePath)</IncludePath>
  92. </PropertyGroup>
  93. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  94. <IncludePath>$(ProjectDir)/../../src;$(IncludePath)</IncludePath>
  95. </PropertyGroup>
  96. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  97. <PreBuildEvent>
  98. <Command>
  99. </Command>
  100. </PreBuildEvent>
  101. <Midl>
  102. <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  103. <MkTypLibCompatible>true</MkTypLibCompatible>
  104. <SuppressStartupBanner>true</SuppressStartupBanner>
  105. <TargetEnvironment>Win32</TargetEnvironment>
  106. <TypeLibraryName>.\Debug/SDL.tlb</TypeLibraryName>
  107. </Midl>
  108. <ClCompile>
  109. <AdditionalOptions>%(AdditionalOptions) /utf-8</AdditionalOptions>
  110. <Optimization>Disabled</Optimization>
  111. <AdditionalIncludeDirectories>$(ProjectDir)/../../include;$(ProjectDir)/../../include/build_config;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  112. <AdditionalUsingDirectories>%(AdditionalUsingDirectories)</AdditionalUsingDirectories>
  113. <PreprocessorDefinitions>DLL_EXPORT;_DEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  114. <BufferSecurityCheck>false</BufferSecurityCheck>
  115. <EnableEnhancedInstructionSet>StreamingSIMDExtensions</EnableEnhancedInstructionSet>
  116. <WarningLevel>Level4</WarningLevel>
  117. <DebugInformationFormat>OldStyle</DebugInformationFormat>
  118. <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion>
  119. <PrecompiledHeader>Use</PrecompiledHeader>
  120. <PrecompiledHeaderFile>SDL_internal.h</PrecompiledHeaderFile>
  121. <MultiProcessorCompilation>true</MultiProcessorCompilation>
  122. <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
  123. <DisableSpecificWarnings>4100;4127;4152;4201</DisableSpecificWarnings>
  124. </ClCompile>
  125. <ResourceCompile>
  126. <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  127. </ResourceCompile>
  128. <Link>
  129. <AdditionalDependencies>setupapi.lib;winmm.lib;imm32.lib;version.lib;%(AdditionalDependencies)</AdditionalDependencies>
  130. <GenerateDebugInformation>true</GenerateDebugInformation>
  131. <SubSystem>Windows</SubSystem>
  132. </Link>
  133. </ItemDefinitionGroup>
  134. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  135. <Midl>
  136. <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  137. <MkTypLibCompatible>true</MkTypLibCompatible>
  138. <SuppressStartupBanner>true</SuppressStartupBanner>
  139. <TargetEnvironment>X64</TargetEnvironment>
  140. <TypeLibraryName>.\Debug/SDL.tlb</TypeLibraryName>
  141. </Midl>
  142. <ClCompile>
  143. <AdditionalOptions>%(AdditionalOptions) /utf-8</AdditionalOptions>
  144. <Optimization>Disabled</Optimization>
  145. <AdditionalIncludeDirectories>$(ProjectDir)/../../include;$(ProjectDir)/../../include/build_config;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  146. <AdditionalUsingDirectories>%(AdditionalUsingDirectories)</AdditionalUsingDirectories>
  147. <PreprocessorDefinitions>DLL_EXPORT;_DEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  148. <BufferSecurityCheck>false</BufferSecurityCheck>
  149. <WarningLevel>Level4</WarningLevel>
  150. <DebugInformationFormat>OldStyle</DebugInformationFormat>
  151. <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion>
  152. <PrecompiledHeader>Use</PrecompiledHeader>
  153. <PrecompiledHeaderFile>SDL_internal.h</PrecompiledHeaderFile>
  154. <MultiProcessorCompilation>true</MultiProcessorCompilation>
  155. <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
  156. <DisableSpecificWarnings>4100;4127;4152;4201</DisableSpecificWarnings>
  157. </ClCompile>
  158. <ResourceCompile>
  159. <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  160. </ResourceCompile>
  161. <Link>
  162. <AdditionalDependencies>setupapi.lib;winmm.lib;imm32.lib;version.lib;%(AdditionalDependencies)</AdditionalDependencies>
  163. <GenerateDebugInformation>true</GenerateDebugInformation>
  164. <SubSystem>Windows</SubSystem>
  165. </Link>
  166. </ItemDefinitionGroup>
  167. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  168. <PreBuildEvent>
  169. <Command>
  170. </Command>
  171. </PreBuildEvent>
  172. <Midl>
  173. <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  174. <MkTypLibCompatible>true</MkTypLibCompatible>
  175. <SuppressStartupBanner>true</SuppressStartupBanner>
  176. <TargetEnvironment>Win32</TargetEnvironment>
  177. <TypeLibraryName>.\Release/SDL.tlb</TypeLibraryName>
  178. </Midl>
  179. <ClCompile>
  180. <AdditionalOptions>%(AdditionalOptions) /utf-8</AdditionalOptions>
  181. <AdditionalIncludeDirectories>$(ProjectDir)/../../include;$(ProjectDir)/../../include/build_config;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  182. <AdditionalUsingDirectories>%(AdditionalUsingDirectories)</AdditionalUsingDirectories>
  183. <PreprocessorDefinitions>DLL_EXPORT;NDEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  184. <BufferSecurityCheck>false</BufferSecurityCheck>
  185. <EnableEnhancedInstructionSet>StreamingSIMDExtensions</EnableEnhancedInstructionSet>
  186. <WarningLevel>Level4</WarningLevel>
  187. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  188. <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion>
  189. <PrecompiledHeader>Use</PrecompiledHeader>
  190. <PrecompiledHeaderFile>SDL_internal.h</PrecompiledHeaderFile>
  191. <MultiProcessorCompilation>true</MultiProcessorCompilation>
  192. <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
  193. <DisableSpecificWarnings>4100;4127;4152;4201</DisableSpecificWarnings>
  194. </ClCompile>
  195. <ResourceCompile>
  196. <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  197. </ResourceCompile>
  198. <Link>
  199. <AdditionalDependencies>setupapi.lib;winmm.lib;imm32.lib;version.lib;%(AdditionalDependencies)</AdditionalDependencies>
  200. <GenerateDebugInformation>true</GenerateDebugInformation>
  201. <SubSystem>Windows</SubSystem>
  202. <OptimizeReferences>true</OptimizeReferences>
  203. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  204. </Link>
  205. </ItemDefinitionGroup>
  206. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  207. <Midl>
  208. <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  209. <MkTypLibCompatible>true</MkTypLibCompatible>
  210. <SuppressStartupBanner>true</SuppressStartupBanner>
  211. <TargetEnvironment>X64</TargetEnvironment>
  212. <TypeLibraryName>.\Release/SDL.tlb</TypeLibraryName>
  213. </Midl>
  214. <ClCompile>
  215. <AdditionalOptions>%(AdditionalOptions) /utf-8</AdditionalOptions>
  216. <AdditionalIncludeDirectories>$(ProjectDir)/../../include;$(ProjectDir)/../../include/build_config;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  217. <AdditionalUsingDirectories>%(AdditionalUsingDirectories)</AdditionalUsingDirectories>
  218. <PreprocessorDefinitions>DLL_EXPORT;NDEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  219. <BufferSecurityCheck>false</BufferSecurityCheck>
  220. <WarningLevel>Level4</WarningLevel>
  221. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  222. <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion>
  223. <PrecompiledHeader>Use</PrecompiledHeader>
  224. <PrecompiledHeaderFile>SDL_internal.h</PrecompiledHeaderFile>
  225. <MultiProcessorCompilation>true</MultiProcessorCompilation>
  226. <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
  227. <DisableSpecificWarnings>4100;4127;4152;4201</DisableSpecificWarnings>
  228. </ClCompile>
  229. <ResourceCompile>
  230. <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  231. </ResourceCompile>
  232. <Link>
  233. <AdditionalDependencies>setupapi.lib;winmm.lib;imm32.lib;version.lib;%(AdditionalDependencies)</AdditionalDependencies>
  234. <GenerateDebugInformation>true</GenerateDebugInformation>
  235. <SubSystem>Windows</SubSystem>
  236. <OptimizeReferences>true</OptimizeReferences>
  237. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  238. </Link>
  239. </ItemDefinitionGroup>
  240. <ItemDefinitionGroup Condition="'$(TreatWarningsAsError)'!=''">
  241. <ClCompile>
  242. <AdditionalOptions>%(AdditionalOptions) /utf-8</AdditionalOptions>
  243. <TreatWarningAsError>$(TreatWarningsAsError)</TreatWarningAsError>
  244. </ClCompile>
  245. </ItemDefinitionGroup>
  246. <ItemGroup>
  247. <ClInclude Include="..\..\include\SDL3\SDL_begin_code.h" />
  248. <ClInclude Include="..\..\include\SDL3\SDL_camera.h" />
  249. <ClInclude Include="..\..\include\SDL3\SDL_close_code.h" />
  250. <ClInclude Include="..\..\include\SDL3\SDL.h" />
  251. <ClInclude Include="..\..\include\SDL3\SDL_assert.h" />
  252. <ClInclude Include="..\..\include\SDL3\SDL_atomic.h" />
  253. <ClInclude Include="..\..\include\SDL3\SDL_audio.h" />
  254. <ClInclude Include="..\..\include\SDL3\SDL_bits.h" />
  255. <ClInclude Include="..\..\include\SDL3\SDL_blendmode.h" />
  256. <ClInclude Include="..\..\include\SDL3\SDL_clipboard.h" />
  257. <ClInclude Include="..\..\include\SDL3\SDL_copying.h" />
  258. <ClInclude Include="..\..\include\SDL3\SDL_cpuinfo.h" />
  259. <ClInclude Include="..\..\include\SDL3\SDL_egl.h" />
  260. <ClInclude Include="..\..\include\SDL3\SDL_endian.h" />
  261. <ClInclude Include="..\..\include\SDL3\SDL_error.h" />
  262. <ClInclude Include="..\..\include\SDL3\SDL_events.h" />
  263. <ClInclude Include="..\..\include\SDL3\SDL_filesystem.h" />
  264. <ClInclude Include="..\..\include\SDL3\SDL_gamepad.h" />
  265. <ClInclude Include="..\..\include\SDL3\SDL_gpu.h" />
  266. <ClInclude Include="..\..\include\SDL3\SDL_guid.h" />
  267. <ClInclude Include="..\..\include\SDL3\SDL_haptic.h" />
  268. <ClInclude Include="..\..\include\SDL3\SDL_hints.h" />
  269. <ClInclude Include="..\..\include\SDL3\SDL_hidapi.h" />
  270. <ClInclude Include="..\..\include\SDL3\SDL_asyncio.h" />
  271. <ClInclude Include="..\..\include\SDL3\SDL_joystick.h" />
  272. <ClInclude Include="..\..\include\SDL3\SDL_keyboard.h" />
  273. <ClInclude Include="..\..\include\SDL3\SDL_keycode.h" />
  274. <ClInclude Include="..\..\include\SDL3\SDL_loadso.h" />
  275. <ClInclude Include="..\..\include\SDL3\SDL_locale.h" />
  276. <ClInclude Include="..\..\include\SDL3\SDL_log.h" />
  277. <ClInclude Include="..\..\include\SDL3\SDL_main.h" />
  278. <ClInclude Include="..\..\include\SDL3\SDL_messagebox.h" />
  279. <ClInclude Include="..\..\include\SDL3\SDL_metal.h" />
  280. <ClInclude Include="..\..\include\SDL3\SDL_misc.h" />
  281. <ClInclude Include="..\..\include\SDL3\SDL_mouse.h" />
  282. <ClInclude Include="..\..\include\SDL3\SDL_mutex.h" />
  283. <ClInclude Include="..\..\include\SDL3\SDL_opengl.h" />
  284. <ClInclude Include="..\..\include\SDL3\SDL_opengl_glext.h" />
  285. <ClInclude Include="..\..\include\SDL3\SDL_opengles.h" />
  286. <ClInclude Include="..\..\include\SDL3\SDL_opengles2.h" />
  287. <ClInclude Include="..\..\include\SDL3\SDL_opengles2_gl2.h" />
  288. <ClInclude Include="..\..\include\SDL3\SDL_opengles2_gl2ext.h" />
  289. <ClInclude Include="..\..\include\SDL3\SDL_opengles2_gl2platform.h" />
  290. <ClInclude Include="..\..\include\SDL3\SDL_opengles2_khrplatform.h" />
  291. <ClInclude Include="..\..\include\SDL3\SDL_pen.h" />
  292. <ClInclude Include="..\..\include\SDL3\SDL_pixels.h" />
  293. <ClInclude Include="..\..\include\SDL3\SDL_platform.h" />
  294. <ClInclude Include="..\..\include\SDL3\SDL_platform_defines.h" />
  295. <ClInclude Include="..\..\include\SDL3\SDL_power.h" />
  296. <ClInclude Include="..\..\include\SDL3\SDL_process.h" />
  297. <ClInclude Include="..\..\include\SDL3\SDL_properties.h" />
  298. <ClInclude Include="..\..\include\SDL3\SDL_rect.h" />
  299. <ClInclude Include="..\..\include\SDL3\SDL_render.h" />
  300. <ClInclude Include="..\..\include\SDL3\SDL_revision.h" />
  301. <ClInclude Include="..\..\include\SDL3\SDL_iostream.h" />
  302. <ClInclude Include="..\..\include\SDL3\SDL_scancode.h" />
  303. <ClInclude Include="..\..\include\SDL3\SDL_sensor.h" />
  304. <ClInclude Include="..\..\include\SDL3\SDL_stdinc.h" />
  305. <ClInclude Include="..\..\include\SDL3\SDL_storage.h" />
  306. <ClInclude Include="..\..\include\SDL3\SDL_surface.h" />
  307. <ClInclude Include="..\..\include\SDL3\SDL_system.h" />
  308. <ClInclude Include="..\..\include\SDL3\SDL_test.h" />
  309. <ClInclude Include="..\..\include\SDL3\SDL_test_assert.h" />
  310. <ClInclude Include="..\..\include\SDL3\SDL_test_common.h" />
  311. <ClInclude Include="..\..\include\SDL3\SDL_test_compare.h" />
  312. <ClInclude Include="..\..\include\SDL3\SDL_test_crc32.h" />
  313. <ClInclude Include="..\..\include\SDL3\SDL_test_font.h" />
  314. <ClInclude Include="..\..\include\SDL3\SDL_test_fuzzer.h" />
  315. <ClInclude Include="..\..\include\SDL3\SDL_test_harness.h" />
  316. <ClInclude Include="..\..\include\SDL3\SDL_test_log.h" />
  317. <ClInclude Include="..\..\include\SDL3\SDL_test_md5.h" />
  318. <ClInclude Include="..\..\include\SDL3\SDL_test_memory.h" />
  319. <ClInclude Include="..\..\include\SDL3\SDL_thread.h" />
  320. <ClInclude Include="..\..\include\SDL3\SDL_time.h" />
  321. <ClInclude Include="..\..\include\SDL3\SDL_timer.h" />
  322. <ClInclude Include="..\..\include\SDL3\SDL_touch.h" />
  323. <ClInclude Include="..\..\include\SDL3\SDL_version.h" />
  324. <ClInclude Include="..\..\include\SDL3\SDL_video.h" />
  325. <ClInclude Include="..\..\include\SDL3\SDL_vulkan.h" />
  326. <ClInclude Include="..\..\src\audio\directsound\SDL_directsound.h" />
  327. <ClInclude Include="..\..\src\audio\disk\SDL_diskaudio.h" />
  328. <ClInclude Include="..\..\src\audio\dummy\SDL_dummyaudio.h" />
  329. <ClInclude Include="..\..\src\audio\SDL_audio_c.h" />
  330. <ClInclude Include="..\..\src\audio\SDL_audiodev_c.h" />
  331. <ClInclude Include="..\..\src\audio\SDL_sysaudio.h" />
  332. <ClInclude Include="..\..\src\audio\SDL_audioqueue.h" />
  333. <ClInclude Include="..\..\src\audio\SDL_audioresample.h" />
  334. <ClInclude Include="..\..\src\audio\SDL_wave.h" />
  335. <ClInclude Include="..\..\src\audio\wasapi\SDL_wasapi.h" />
  336. <ClInclude Include="..\..\src\camera\SDL_camera_c.h" />
  337. <ClInclude Include="..\..\src\camera\SDL_syscamera.h" />
  338. <ClInclude Include="..\..\src\core\windows\SDL_directx.h" />
  339. <ClInclude Include="..\..\src\core\windows\SDL_gameinput.h" />
  340. <ClInclude Include="..\..\src\core\windows\SDL_hid.h" />
  341. <ClInclude Include="..\..\src\core\windows\SDL_immdevice.h" />
  342. <ClInclude Include="..\..\src\core\windows\SDL_windows.h" />
  343. <ClInclude Include="..\..\src\core\windows\SDL_xinput.h" />
  344. <ClInclude Include="..\..\src\cpuinfo\SDL_cpuinfo_c.h" />
  345. <ClInclude Include="..\..\src\dynapi\SDL_dynapi.h" />
  346. <ClInclude Include="..\..\src\dynapi\SDL_dynapi_overrides.h" />
  347. <ClInclude Include="..\..\src\dynapi\SDL_dynapi_procs.h" />
  348. <ClInclude Include="..\..\src\dynapi\SDL_dynapi_unsupported.h" />
  349. <ClInclude Include="..\..\src\events\blank_cursor.h" />
  350. <ClInclude Include="..\..\src\events\default_cursor.h" />
  351. <ClInclude Include="..\..\src\events\scancodes_windows.h" />
  352. <ClInclude Include="..\..\src\events\SDL_categories_c.h" />
  353. <ClInclude Include="..\..\src\events\SDL_clipboardevents_c.h" />
  354. <ClInclude Include="..\..\src\events\SDL_displayevents_c.h" />
  355. <ClInclude Include="..\..\src\events\SDL_dropevents_c.h" />
  356. <ClInclude Include="..\..\src\events\SDL_events_c.h" />
  357. <ClInclude Include="..\..\src\events\SDL_eventwatch_c.h" />
  358. <ClInclude Include="..\..\src\events\SDL_keyboard_c.h" />
  359. <ClInclude Include="..\..\src\events\SDL_keymap_c.h" />
  360. <ClInclude Include="..\..\src\events\SDL_mouse_c.h" />
  361. <ClInclude Include="..\..\src\events\SDL_touch_c.h" />
  362. <ClInclude Include="..\..\src\events\SDL_windowevents_c.h" />
  363. <ClInclude Include="..\..\src\filesystem\SDL_sysfilesystem.h" />
  364. <ClInclude Include="..\..\src\gpu\SDL_sysgpu.h" />
  365. <ClInclude Include="..\..\src\gpu\vulkan\SDL_gpu_vulkan_vkfuncs.h" />
  366. <ClInclude Include="..\..\src\io\SDL_asyncio_c.h" />
  367. <ClInclude Include="..\..\src\io\SDL_sysasyncio.h" />
  368. <ClInclude Include="..\..\src\haptic\SDL_haptic_c.h" />
  369. <ClInclude Include="..\..\src\haptic\SDL_syshaptic.h" />
  370. <ClInclude Include="..\..\src\haptic\SDL_hidapihaptic.h" />
  371. <ClInclude Include="..\..\src\haptic\windows\SDL_dinputhaptic_c.h" />
  372. <ClInclude Include="..\..\src\haptic\windows\SDL_windowshaptic_c.h" />
  373. <ClInclude Include="..\..\src\haptic\hidapi\SDL_hidapihaptic_c.h" />
  374. <ClInclude Include="..\..\src\hidapi\hidapi\hidapi.h" />
  375. <ClInclude Include="..\..\src\hidapi\SDL_hidapi_c.h" />
  376. <ClInclude Include="..\..\src\joystick\controller_type.h" />
  377. <ClInclude Include="..\..\src\joystick\hidapi\SDL_hidapijoystick_c.h" />
  378. <ClInclude Include="..\..\src\joystick\hidapi\SDL_hidapi_rumble.h" />
  379. <ClInclude Include="..\..\src\joystick\SDL_gamepad_c.h" />
  380. <ClInclude Include="..\..\src\joystick\SDL_gamepad_db.h" />
  381. <ClInclude Include="..\..\src\joystick\SDL_joystick_c.h" />
  382. <ClInclude Include="..\..\src\joystick\SDL_steam_virtual_gamepad.h" />
  383. <ClInclude Include="..\..\src\joystick\SDL_sysjoystick.h" />
  384. <ClInclude Include="..\..\src\joystick\usb_ids.h" />
  385. <ClInclude Include="..\..\src\joystick\virtual\SDL_virtualjoystick_c.h" />
  386. <ClInclude Include="..\..\src\joystick\windows\SDL_dinputjoystick_c.h" />
  387. <ClInclude Include="..\..\src\joystick\windows\SDL_rawinputjoystick_c.h" />
  388. <ClInclude Include="..\..\src\joystick\windows\SDL_windowsjoystick_c.h" />
  389. <ClInclude Include="..\..\src\joystick\windows\SDL_xinputjoystick_c.h" />
  390. <ClInclude Include="..\..\src\libm\math_libm.h" />
  391. <ClInclude Include="..\..\src\libm\math_private.h" />
  392. <ClInclude Include="..\..\src\locale\SDL_syslocale.h" />
  393. <ClInclude Include="..\..\src\main\SDL_main_callbacks.h" />
  394. <ClInclude Include="..\..\src\misc\SDL_sysurl.h" />
  395. <ClInclude Include="..\..\src\power\SDL_syspower.h" />
  396. <ClInclude Include="..\..\src\render\direct3d11\SDL_shaders_d3d11.h" />
  397. <ClInclude Include="..\..\src\render\direct3d12\SDL_shaders_d3d12.h" />
  398. <ClInclude Include="..\..\src\render\direct3d\SDL_shaders_d3d.h" />
  399. <ClInclude Include="..\..\src\render\opengles2\SDL_gles2funcs.h" />
  400. <ClInclude Include="..\..\src\render\opengles2\SDL_shaders_gles2.h" />
  401. <ClInclude Include="..\..\src\render\opengl\SDL_glfuncs.h" />
  402. <ClInclude Include="..\..\src\render\opengl\SDL_shaders_gl.h" />
  403. <ClInclude Include="..\..\src\render\SDL_d3dmath.h" />
  404. <ClInclude Include="..\..\src\render\SDL_sysrender.h" />
  405. <ClInclude Include="..\..\src\render\SDL_yuv_sw_c.h" />
  406. <ClInclude Include="..\..\src\render\software\SDL_blendfillrect.h" />
  407. <ClInclude Include="..\..\src\render\software\SDL_blendline.h" />
  408. <ClInclude Include="..\..\src\render\software\SDL_blendpoint.h" />
  409. <ClInclude Include="..\..\src\render\software\SDL_draw.h" />
  410. <ClInclude Include="..\..\src\render\software\SDL_drawline.h" />
  411. <ClInclude Include="..\..\src\render\software\SDL_drawpoint.h" />
  412. <ClInclude Include="..\..\src\render\software\SDL_render_sw_c.h" />
  413. <ClInclude Include="..\..\src\render\software\SDL_rotate.h" />
  414. <ClInclude Include="..\..\src\render\software\SDL_triangle.h" />
  415. <ClInclude Include="..\..\src\render\vulkan\SDL_shaders_vulkan.h" />
  416. <ClInclude Include="..\..\src\SDL_assert_c.h" />
  417. <ClInclude Include="..\..\src\SDL_error_c.h" />
  418. <ClCompile Include="..\..\src\core\windows\pch.c">
  419. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Create</PrecompiledHeader>
  420. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Create</PrecompiledHeader>
  421. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">Create</PrecompiledHeader>
  422. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">Create</PrecompiledHeader>
  423. </ClCompile>
  424. <ClCompile Include="..\..\src\camera\dummy\SDL_camera_dummy.c" />
  425. <ClCompile Include="..\..\src\camera\mediafoundation\SDL_camera_mediafoundation.c" />
  426. <ClCompile Include="..\..\src\camera\SDL_camera.c" />
  427. <ClCompile Include="..\..\src\dialog\SDL_dialog.c" />
  428. <ClCompile Include="..\..\src\dialog\SDL_dialog_utils.c" />
  429. <ClCompile Include="..\..\src\filesystem\SDL_filesystem.c" />
  430. <ClCompile Include="..\..\src\filesystem\windows\SDL_sysfsops.c" />
  431. <ClCompile Include="..\..\src\io\windows\SDL_asyncio_windows_ioring.c" />
  432. <ClCompile Include="..\..\src\gpu\SDL_gpu.c" />
  433. <ClCompile Include="..\..\src\gpu\d3d12\SDL_gpu_d3d12.c" />
  434. <ClCompile Include="..\..\src\gpu\vulkan\SDL_gpu_vulkan.c" />
  435. <ClCompile Include="..\..\src\io\generic\SDL_asyncio_generic.c" />
  436. <ClCompile Include="..\..\src\io\SDL_asyncio.c" />
  437. <ClCompile Include="..\..\src\main\generic\SDL_sysmain_callbacks.c" />
  438. <ClCompile Include="..\..\src\main\SDL_main_callbacks.c" />
  439. <ClCompile Include="..\..\src\main\SDL_runapp.c" />
  440. <ClCompile Include="..\..\src\main\windows\SDL_sysmain_runapp.c" />
  441. <ClCompile Include="..\..\src\render\vulkan\SDL_render_vulkan.c" />
  442. <ClCompile Include="..\..\src\render\vulkan\SDL_shaders_vulkan.c" />
  443. <ClCompile Include="..\..\src\SDL_guid.c" />
  444. <ClInclude Include="..\..\src\SDL_hashtable.h" />
  445. <ClInclude Include="..\..\src\SDL_hints_c.h" />
  446. <ClInclude Include="..\..\src\SDL_internal.h" />
  447. <ClInclude Include="..\..\src\SDL_list.h" />
  448. <ClInclude Include="..\..\src\SDL_log_c.h" />
  449. <ClInclude Include="..\..\src\SDL_properties_c.h" />
  450. <ClInclude Include="..\..\src\sensor\dummy\SDL_dummysensor.h" />
  451. <ClInclude Include="..\..\src\sensor\SDL_sensor_c.h" />
  452. <ClInclude Include="..\..\src\sensor\SDL_syssensor.h" />
  453. <ClInclude Include="..\..\src\sensor\windows\SDL_windowssensor.h" />
  454. <ClInclude Include="..\..\src\thread\SDL_systhread.h" />
  455. <ClInclude Include="..\..\src\thread\SDL_thread_c.h" />
  456. <ClInclude Include="..\..\src\thread\generic\SDL_syscond_c.h" />
  457. <ClInclude Include="..\..\src\thread\windows\SDL_sysmutex_c.h" />
  458. <ClInclude Include="..\..\src\thread\generic\SDL_sysrwlock_c.h" />
  459. <ClInclude Include="..\..\src\thread\windows\SDL_systhread_c.h" />
  460. <ClInclude Include="..\..\src\timer\SDL_timer_c.h" />
  461. <ClInclude Include="..\..\src\video\dummy\SDL_nullevents_c.h" />
  462. <ClInclude Include="..\..\src\video\dummy\SDL_nullframebuffer_c.h" />
  463. <ClInclude Include="..\..\src\video\dummy\SDL_nullvideo.h" />
  464. <ClInclude Include="..\..\src\video\khronos\vulkan\vk_icd.h" />
  465. <ClInclude Include="..\..\src\video\khronos\vulkan\vk_layer.h" />
  466. <ClInclude Include="..\..\src\video\khronos\vulkan\vk_platform.h" />
  467. <ClInclude Include="..\..\src\video\khronos\vulkan\vk_sdk_platform.h" />
  468. <ClInclude Include="..\..\src\video\khronos\vulkan\vulkan.h" />
  469. <ClInclude Include="..\..\src\video\khronos\vulkan\vulkan_android.h" />
  470. <ClInclude Include="..\..\src\video\khronos\vulkan\vulkan_beta.h" />
  471. <ClInclude Include="..\..\src\video\khronos\vulkan\vulkan_core.h" />
  472. <ClInclude Include="..\..\src\video\khronos\vulkan\vulkan_directfb.h" />
  473. <ClInclude Include="..\..\src\video\khronos\vulkan\vulkan_fuchsia.h" />
  474. <ClInclude Include="..\..\src\video\khronos\vulkan\vulkan_ggp.h" />
  475. <ClInclude Include="..\..\src\video\khronos\vulkan\vulkan_ios.h" />
  476. <ClInclude Include="..\..\src\video\khronos\vulkan\vulkan_macos.h" />
  477. <ClInclude Include="..\..\src\video\khronos\vulkan\vulkan_metal.h" />
  478. <ClInclude Include="..\..\src\video\khronos\vulkan\vulkan_vi.h" />
  479. <ClInclude Include="..\..\src\video\khronos\vulkan\vulkan_wayland.h" />
  480. <ClInclude Include="..\..\src\video\khronos\vulkan\vulkan_win32.h" />
  481. <ClInclude Include="..\..\src\video\khronos\vulkan\vulkan_xcb.h" />
  482. <ClInclude Include="..\..\src\video\khronos\vulkan\vulkan_xlib.h" />
  483. <ClInclude Include="..\..\src\video\khronos\vulkan\vulkan_xlib_xrandr.h" />
  484. <ClInclude Include="..\..\src\video\offscreen\SDL_offscreenevents_c.h" />
  485. <ClInclude Include="..\..\src\video\offscreen\SDL_offscreenframebuffer_c.h" />
  486. <ClInclude Include="..\..\src\video\offscreen\SDL_offscreenopengles.h" />
  487. <ClInclude Include="..\..\src\video\offscreen\SDL_offscreenvideo.h" />
  488. <ClInclude Include="..\..\src\video\offscreen\SDL_offscreenvulkan.h" />
  489. <ClInclude Include="..\..\src\video\offscreen\SDL_offscreenwindow.h" />
  490. <ClInclude Include="..\..\src\video\SDL_blit.h" />
  491. <ClInclude Include="..\..\src\video\SDL_blit_auto.h" />
  492. <ClInclude Include="..\..\src\video\SDL_blit_copy.h" />
  493. <ClInclude Include="..\..\src\video\SDL_blit_slow.h" />
  494. <ClInclude Include="..\..\src\video\SDL_clipboard_c.h" />
  495. <ClInclude Include="..\..\src\video\SDL_egl_c.h" />
  496. <ClInclude Include="..\..\src\video\SDL_pixels_c.h" />
  497. <ClInclude Include="..\..\src\video\SDL_rect_c.h" />
  498. <ClInclude Include="..\..\src\video\SDL_RLEaccel_c.h" />
  499. <ClInclude Include="..\..\src\video\SDL_stb_c.h" />
  500. <ClInclude Include="..\..\src\video\SDL_surface_c.h" />
  501. <ClInclude Include="..\..\src\video\SDL_sysvideo.h" />
  502. <ClInclude Include="..\..\src\video\SDL_vulkan_internal.h" />
  503. <ClInclude Include="..\..\src\video\SDL_yuv_c.h" />
  504. <ClInclude Include="..\..\src\video\windows\SDL_msctf.h" />
  505. <ClInclude Include="..\..\src\video\windows\SDL_surface_utils.h" />
  506. <ClInclude Include="..\..\src\video\windows\SDL_windowsclipboard.h" />
  507. <ClInclude Include="..\..\src\video\windows\SDL_windowsevents.h" />
  508. <ClInclude Include="..\..\src\video\windows\SDL_windowsframebuffer.h" />
  509. <ClInclude Include="..\..\src\video\windows\SDL_windowskeyboard.h" />
  510. <ClInclude Include="..\..\src\video\windows\SDL_windowsgameinput.h" />
  511. <ClInclude Include="..\..\src\video\windows\SDL_windowsmessagebox.h" />
  512. <ClInclude Include="..\..\src\video\windows\SDL_windowsmodes.h" />
  513. <ClInclude Include="..\..\src\video\windows\SDL_windowsmouse.h" />
  514. <ClInclude Include="..\..\src\video\windows\SDL_windowsopengl.h" />
  515. <ClInclude Include="..\..\src\video\windows\SDL_windowsopengles.h" />
  516. <ClInclude Include="..\..\src\video\windows\SDL_windowsrawinput.h" />
  517. <ClInclude Include="..\..\src\video\windows\SDL_windowsshape.h" />
  518. <ClInclude Include="..\..\src\video\windows\SDL_windowsvideo.h" />
  519. <ClInclude Include="..\..\src\video\windows\SDL_windowsvulkan.h" />
  520. <ClInclude Include="..\..\src\video\windows\SDL_windowswindow.h" />
  521. <ClInclude Include="..\..\src\video\windows\wmmsg.h" />
  522. <ClInclude Include="..\..\src\video\yuv2rgb\yuv_rgb.h" />
  523. <ClInclude Include="..\..\src\video\yuv2rgb\yuv_rgb_common.h" />
  524. <ClInclude Include="..\..\src\video\yuv2rgb\yuv_rgb_internal.h" />
  525. <ClInclude Include="..\..\src\video\yuv2rgb\yuv_rgb_lsx.h" />
  526. <ClInclude Include="..\..\src\video\yuv2rgb\yuv_rgb_lsx_func.h" />
  527. <ClInclude Include="..\..\src\video\yuv2rgb\yuv_rgb_sse.h" />
  528. <ClInclude Include="..\..\src\video\yuv2rgb\yuv_rgb_sse_func.h" />
  529. <ClInclude Include="..\..\src\video\yuv2rgb\yuv_rgb_std.h" />
  530. <ClInclude Include="..\..\src\video\yuv2rgb\yuv_rgb_std_func.h" />
  531. <ClCompile Include="..\..\src\atomic\SDL_atomic.c" />
  532. <ClCompile Include="..\..\src\atomic\SDL_spinlock.c" />
  533. <ClCompile Include="..\..\src\audio\directsound\SDL_directsound.c" />
  534. <ClCompile Include="..\..\src\audio\disk\SDL_diskaudio.c" />
  535. <ClCompile Include="..\..\src\audio\dummy\SDL_dummyaudio.c" />
  536. <ClCompile Include="..\..\src\audio\SDL_audio.c" />
  537. <ClCompile Include="..\..\src\audio\SDL_audiocvt.c" />
  538. <ClCompile Include="..\..\src\audio\SDL_audiodev.c" />
  539. <ClCompile Include="..\..\src\audio\SDL_audiotypecvt.c" />
  540. <ClCompile Include="..\..\src\audio\SDL_audioqueue.c" />
  541. <ClCompile Include="..\..\src\audio\SDL_audioresample.c" />
  542. <ClCompile Include="..\..\src\audio\SDL_mixer.c" />
  543. <ClCompile Include="..\..\src\audio\SDL_wave.c" />
  544. <ClCompile Include="..\..\src\audio\wasapi\SDL_wasapi.c" />
  545. <ClCompile Include="..\..\src\core\SDL_core_unsupported.c" />
  546. <ClCompile Include="..\..\src\core\windows\SDL_gameinput.c" />
  547. <ClCompile Include="..\..\src\core\windows\SDL_hid.c" />
  548. <ClCompile Include="..\..\src\core\windows\SDL_immdevice.c" />
  549. <ClCompile Include="..\..\src\core\windows\SDL_windows.c" />
  550. <ClCompile Include="..\..\src\core\windows\SDL_xinput.c" />
  551. <ClCompile Include="..\..\src\cpuinfo\SDL_cpuinfo.c" />
  552. <ClCompile Include="..\..\src\dialog\windows\SDL_windowsdialog.c" />
  553. <ClCompile Include="..\..\src\dynapi\SDL_dynapi.c">
  554. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">NotUsing</PrecompiledHeader>
  555. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">NotUsing</PrecompiledHeader>
  556. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">NotUsing</PrecompiledHeader>
  557. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">NotUsing</PrecompiledHeader>
  558. </ClCompile>
  559. <ClCompile Include="..\..\src\events\SDL_categories.c" />
  560. <ClCompile Include="..\..\src\events\SDL_clipboardevents.c" />
  561. <ClCompile Include="..\..\src\events\SDL_displayevents.c" />
  562. <ClCompile Include="..\..\src\events\SDL_dropevents.c" />
  563. <ClCompile Include="..\..\src\events\SDL_events.c" />
  564. <ClCompile Include="..\..\src\events\SDL_eventwatch.c" />
  565. <ClCompile Include="..\..\src\events\SDL_keyboard.c" />
  566. <ClCompile Include="..\..\src\events\SDL_keymap.c" />
  567. <ClCompile Include="..\..\src\events\SDL_mouse.c" />
  568. <ClCompile Include="..\..\src\events\SDL_pen.c" />
  569. <ClCompile Include="..\..\src\events\SDL_quit.c" />
  570. <ClCompile Include="..\..\src\events\SDL_touch.c" />
  571. <ClCompile Include="..\..\src\events\SDL_windowevents.c" />
  572. <ClCompile Include="..\..\src\io\SDL_iostream.c" />
  573. <ClCompile Include="..\..\src\filesystem\windows\SDL_sysfilesystem.c" />
  574. <ClCompile Include="..\..\src\haptic\dummy\SDL_syshaptic.c" />
  575. <ClCompile Include="..\..\src\haptic\SDL_haptic.c" />
  576. <ClCompile Include="..\..\src\haptic\windows\SDL_dinputhaptic.c" />
  577. <ClCompile Include="..\..\src\haptic\windows\SDL_windowshaptic.c" />
  578. <ClCompile Include="..\..\src\haptic\hidapi\SDL_hidapihaptic.c" />
  579. <ClCompile Include="..\..\src\haptic\hidapi\SDL_hidapihaptic_lg4ff.c" />
  580. <ClCompile Include="..\..\src\hidapi\SDL_hidapi.c" />
  581. <ClCompile Include="..\..\src\joystick\controller_type.c" />
  582. <ClCompile Include="..\..\src\joystick\dummy\SDL_sysjoystick.c" />
  583. <ClCompile Include="..\..\src\joystick\gdk\SDL_gameinputjoystick.c" />
  584. <ClCompile Include="..\..\src\joystick\hidapi\SDL_hidapijoystick.c" />
  585. <ClCompile Include="..\..\src\joystick\hidapi\SDL_hidapi_8bitdo.c" />
  586. <ClCompile Include="..\..\src\joystick\hidapi\SDL_hidapi_combined.c" />
  587. <ClCompile Include="..\..\src\joystick\hidapi\SDL_hidapi_gamecube.c" />
  588. <ClCompile Include="..\..\src\joystick\hidapi\SDL_hidapi_luna.c" />
  589. <ClCompile Include="..\..\src\joystick\hidapi\SDL_hidapi_ps3.c" />
  590. <ClCompile Include="..\..\src\joystick\hidapi\SDL_hidapi_ps4.c" />
  591. <ClCompile Include="..\..\src\joystick\hidapi\SDL_hidapi_ps5.c" />
  592. <ClCompile Include="..\..\src\joystick\hidapi\SDL_hidapi_rumble.c" />
  593. <ClCompile Include="..\..\src\joystick\hidapi\SDL_hidapi_shield.c" />
  594. <ClCompile Include="..\..\src\joystick\hidapi\SDL_hidapi_stadia.c" />
  595. <ClCompile Include="..\..\src\joystick\hidapi\SDL_hidapi_steam.c" />
  596. <ClCompile Include="..\..\src\joystick\hidapi\SDL_hidapi_steam_hori.c" />
  597. <ClCompile Include="..\..\src\joystick\hidapi\SDL_hidapi_steamdeck.c" />
  598. <ClCompile Include="..\..\src\joystick\hidapi\SDL_hidapi_switch.c" />
  599. <ClCompile Include="..\..\src\joystick\hidapi\SDL_hidapi_wii.c" />
  600. <ClCompile Include="..\..\src\joystick\hidapi\SDL_hidapi_xbox360.c" />
  601. <ClCompile Include="..\..\src\joystick\hidapi\SDL_hidapi_xbox360w.c" />
  602. <ClCompile Include="..\..\src\joystick\hidapi\SDL_hidapi_xboxone.c" />
  603. <ClCompile Include="..\..\src\joystick\hidapi\SDL_hidapi_lg4ff.c" />
  604. <ClCompile Include="..\..\src\joystick\SDL_gamepad.c" />
  605. <ClCompile Include="..\..\src\joystick\SDL_joystick.c" />
  606. <ClCompile Include="..\..\src\joystick\SDL_steam_virtual_gamepad.c" />
  607. <ClCompile Include="..\..\src\joystick\virtual\SDL_virtualjoystick.c" />
  608. <ClCompile Include="..\..\src\joystick\windows\SDL_dinputjoystick.c" />
  609. <ClCompile Include="..\..\src\joystick\windows\SDL_rawinputjoystick.c" />
  610. <ClCompile Include="..\..\src\joystick\windows\SDL_windowsjoystick.c" />
  611. <ClCompile Include="..\..\src\joystick\windows\SDL_windows_gaming_input.c" />
  612. <ClCompile Include="..\..\src\joystick\windows\SDL_xinputjoystick.c" />
  613. <ClCompile Include="..\..\src\libm\s_modf.c" />
  614. <ClCompile Include="..\..\src\loadso\windows\SDL_sysloadso.c" />
  615. <ClCompile Include="..\..\src\locale\SDL_locale.c" />
  616. <ClCompile Include="..\..\src\locale\windows\SDL_syslocale.c" />
  617. <ClCompile Include="..\..\src\misc\SDL_url.c" />
  618. <ClCompile Include="..\..\src\misc\windows\SDL_sysurl.c" />
  619. <ClCompile Include="..\..\src\power\SDL_power.c" />
  620. <ClCompile Include="..\..\src\power\windows\SDL_syspower.c" />
  621. <ClCompile Include="..\..\src\process\SDL_process.c" />
  622. <ClCompile Include="..\..\src\process\windows\SDL_windowsprocess.c" />
  623. <ClCompile Include="..\..\src\render\direct3d11\SDL_shaders_d3d11.c" />
  624. <ClCompile Include="..\..\src\render\direct3d12\SDL_render_d3d12.c" />
  625. <ClCompile Include="..\..\src\render\direct3d12\SDL_shaders_d3d12.c" />
  626. <ClCompile Include="..\..\src\render\direct3d\SDL_render_d3d.c" />
  627. <ClCompile Include="..\..\src\render\direct3d11\SDL_render_d3d11.c" />
  628. <ClCompile Include="..\..\src\render\direct3d\SDL_shaders_d3d.c" />
  629. <ClCompile Include="..\..\src\render\gpu\SDL_pipeline_gpu.c" />
  630. <ClCompile Include="..\..\src\render\gpu\SDL_render_gpu.c" />
  631. <ClCompile Include="..\..\src\render\gpu\SDL_shaders_gpu.c" />
  632. <ClCompile Include="..\..\src\render\opengl\SDL_render_gl.c" />
  633. <ClCompile Include="..\..\src\render\opengl\SDL_shaders_gl.c" />
  634. <ClCompile Include="..\..\src\render\opengles2\SDL_render_gles2.c" />
  635. <ClCompile Include="..\..\src\render\opengles2\SDL_shaders_gles2.c" />
  636. <ClCompile Include="..\..\src\render\SDL_d3dmath.c" />
  637. <ClCompile Include="..\..\src\render\SDL_render.c" />
  638. <ClCompile Include="..\..\src\render\SDL_render_unsupported.c" />
  639. <ClCompile Include="..\..\src\render\SDL_yuv_sw.c" />
  640. <ClCompile Include="..\..\src\render\software\SDL_blendfillrect.c" />
  641. <ClCompile Include="..\..\src\render\software\SDL_blendline.c" />
  642. <ClCompile Include="..\..\src\render\software\SDL_blendpoint.c" />
  643. <ClCompile Include="..\..\src\render\software\SDL_drawline.c" />
  644. <ClCompile Include="..\..\src\render\software\SDL_drawpoint.c" />
  645. <ClCompile Include="..\..\src\render\software\SDL_render_sw.c" />
  646. <ClCompile Include="..\..\src\render\software\SDL_rotate.c" />
  647. <ClCompile Include="..\..\src\render\software\SDL_triangle.c" />
  648. <ClCompile Include="..\..\src\SDL.c" />
  649. <ClCompile Include="..\..\src\SDL_assert.c" />
  650. <ClCompile Include="..\..\src\SDL_error.c" />
  651. <ClCompile Include="..\..\src\SDL_hashtable.c" />
  652. <ClCompile Include="..\..\src\SDL_hints.c" />
  653. <ClCompile Include="..\..\src\SDL_list.c" />
  654. <ClCompile Include="..\..\src\SDL_log.c" />
  655. <ClCompile Include="..\..\src\SDL_properties.c" />
  656. <ClCompile Include="..\..\src\SDL_utils.c" />
  657. <ClCompile Include="..\..\src\sensor\dummy\SDL_dummysensor.c" />
  658. <ClCompile Include="..\..\src\sensor\SDL_sensor.c" />
  659. <ClCompile Include="..\..\src\sensor\windows\SDL_windowssensor.c" />
  660. <ClCompile Include="..\..\src\stdlib\SDL_crc16.c" />
  661. <ClCompile Include="..\..\src\stdlib\SDL_crc32.c" />
  662. <ClCompile Include="..\..\src\stdlib\SDL_getenv.c" />
  663. <ClCompile Include="..\..\src\stdlib\SDL_iconv.c" />
  664. <ClCompile Include="..\..\src\stdlib\SDL_malloc.c" />
  665. <ClCompile Include="..\..\src\stdlib\SDL_memcpy.c" />
  666. <ClCompile Include="..\..\src\stdlib\SDL_memmove.c" />
  667. <ClCompile Include="..\..\src\stdlib\SDL_memset.c" />
  668. <ClCompile Include="..\..\src\stdlib\SDL_mslibc.c" />
  669. <ClCompile Include="..\..\src\stdlib\SDL_murmur3.c" />
  670. <ClCompile Include="..\..\src\stdlib\SDL_qsort.c" />
  671. <ClCompile Include="..\..\src\stdlib\SDL_random.c" />
  672. <ClCompile Include="..\..\src\stdlib\SDL_stdlib.c" />
  673. <ClCompile Include="..\..\src\stdlib\SDL_string.c" />
  674. <ClCompile Include="..\..\src\stdlib\SDL_strtokr.c" />
  675. <ClCompile Include="..\..\src\storage\generic\SDL_genericstorage.c" />
  676. <ClCompile Include="..\..\src\storage\steam\SDL_steamstorage.c" />
  677. <ClCompile Include="..\..\src\storage\SDL_storage.c" />
  678. <ClCompile Include="..\..\src\thread\generic\SDL_syscond.c" />
  679. <ClCompile Include="..\..\src\thread\generic\SDL_sysrwlock.c" />
  680. <ClCompile Include="..\..\src\thread\SDL_thread.c" />
  681. <ClCompile Include="..\..\src\thread\windows\SDL_syscond_cv.c" />
  682. <ClCompile Include="..\..\src\thread\windows\SDL_sysmutex.c" />
  683. <ClCompile Include="..\..\src\thread\windows\SDL_sysrwlock_srw.c" />
  684. <ClCompile Include="..\..\src\thread\windows\SDL_syssem.c" />
  685. <ClCompile Include="..\..\src\thread\windows\SDL_systhread.c" />
  686. <ClCompile Include="..\..\src\thread\windows\SDL_systls.c" />
  687. <ClCompile Include="..\..\src\timer\SDL_timer.c" />
  688. <ClCompile Include="..\..\src\timer\windows\SDL_systimer.c" />
  689. <ClCompile Include="..\..\src\time\SDL_time.c" />
  690. <ClCompile Include="..\..\src\time\windows\SDL_systime.c" />
  691. <ClCompile Include="..\..\src\tray\windows\SDL_tray.c" />
  692. <ClCompile Include="..\..\src\tray\SDL_tray_utils.c" />
  693. <ClCompile Include="..\..\src\video\dummy\SDL_nullevents.c" />
  694. <ClCompile Include="..\..\src\video\dummy\SDL_nullframebuffer.c" />
  695. <ClCompile Include="..\..\src\video\dummy\SDL_nullvideo.c" />
  696. <ClCompile Include="..\..\src\video\offscreen\SDL_offscreenevents.c" />
  697. <ClCompile Include="..\..\src\video\offscreen\SDL_offscreenframebuffer.c" />
  698. <ClCompile Include="..\..\src\video\offscreen\SDL_offscreenopengles.c" />
  699. <ClCompile Include="..\..\src\video\offscreen\SDL_offscreenvideo.c" />
  700. <ClCompile Include="..\..\src\video\offscreen\SDL_offscreenvulkan.c" />
  701. <ClCompile Include="..\..\src\video\offscreen\SDL_offscreenwindow.c" />
  702. <ClCompile Include="..\..\src\video\SDL_blit.c" />
  703. <ClCompile Include="..\..\src\video\SDL_blit_0.c" />
  704. <ClCompile Include="..\..\src\video\SDL_blit_1.c" />
  705. <ClCompile Include="..\..\src\video\SDL_blit_A.c" />
  706. <ClCompile Include="..\..\src\video\SDL_blit_auto.c" />
  707. <ClCompile Include="..\..\src\video\SDL_blit_copy.c" />
  708. <ClCompile Include="..\..\src\video\SDL_blit_N.c" />
  709. <ClCompile Include="..\..\src\video\SDL_blit_slow.c" />
  710. <ClCompile Include="..\..\src\video\SDL_bmp.c" />
  711. <ClCompile Include="..\..\src\video\SDL_clipboard.c" />
  712. <ClCompile Include="..\..\src\video\SDL_egl.c" />
  713. <ClCompile Include="..\..\src\video\SDL_fillrect.c" />
  714. <ClCompile Include="..\..\src\video\SDL_pixels.c" />
  715. <ClCompile Include="..\..\src\video\SDL_rect.c" />
  716. <ClCompile Include="..\..\src\video\SDL_RLEaccel.c" />
  717. <ClCompile Include="..\..\src\video\SDL_stb.c" />
  718. <ClCompile Include="..\..\src\video\SDL_stretch.c" />
  719. <ClCompile Include="..\..\src\video\SDL_surface.c" />
  720. <ClCompile Include="..\..\src\video\SDL_video.c" />
  721. <ClCompile Include="..\..\src\video\SDL_video_unsupported.c" />
  722. <ClCompile Include="..\..\src\video\SDL_vulkan_utils.c" />
  723. <ClCompile Include="..\..\src\video\SDL_yuv.c" />
  724. <ClCompile Include="..\..\src\video\windows\SDL_surface_utils.c" />
  725. <ClCompile Include="..\..\src\video\windows\SDL_windowsclipboard.c" />
  726. <ClCompile Include="..\..\src\video\windows\SDL_windowsevents.c" />
  727. <ClCompile Include="..\..\src\video\windows\SDL_windowsframebuffer.c" />
  728. <ClCompile Include="..\..\src\video\windows\SDL_windowskeyboard.c" />
  729. <ClCompile Include="..\..\src\video\windows\SDL_windowsgameinput.c" />
  730. <ClCompile Include="..\..\src\video\windows\SDL_windowsmessagebox.c" />
  731. <ClCompile Include="..\..\src\video\windows\SDL_windowsmodes.c" />
  732. <ClCompile Include="..\..\src\video\windows\SDL_windowsmouse.c" />
  733. <ClCompile Include="..\..\src\video\windows\SDL_windowsopengl.c" />
  734. <ClCompile Include="..\..\src\video\windows\SDL_windowsopengles.c" />
  735. <ClCompile Include="..\..\src\video\windows\SDL_windowsrawinput.c" />
  736. <ClCompile Include="..\..\src\video\windows\SDL_windowsshape.c" />
  737. <ClCompile Include="..\..\src\video\windows\SDL_windowsvideo.c" />
  738. <ClCompile Include="..\..\src\video\windows\SDL_windowsvulkan.c" />
  739. <ClCompile Include="..\..\src\video\windows\SDL_windowswindow.c" />
  740. <ClCompile Include="..\..\src\video\yuv2rgb\yuv_rgb_lsx.c" />
  741. <ClCompile Include="..\..\src\video\yuv2rgb\yuv_rgb_sse.c" />
  742. <ClCompile Include="..\..\src\video\yuv2rgb\yuv_rgb_std.c" />
  743. </ItemGroup>
  744. <ItemGroup>
  745. <ResourceCompile Include="..\..\src\core\windows\version.rc" />
  746. </ItemGroup>
  747. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  748. <ImportGroup Label="ExtensionTargets">
  749. </ImportGroup>
  750. </Project>