summaryrefslogtreecommitdiff
path: root/src/contrib/SDL-3.2.20/VisualC/SDL/SDL.vcxproj
diff options
context:
space:
mode:
Diffstat (limited to 'src/contrib/SDL-3.2.20/VisualC/SDL/SDL.vcxproj')
-rw-r--r--src/contrib/SDL-3.2.20/VisualC/SDL/SDL.vcxproj744
1 files changed, 744 insertions, 0 deletions
diff --git a/src/contrib/SDL-3.2.20/VisualC/SDL/SDL.vcxproj b/src/contrib/SDL-3.2.20/VisualC/SDL/SDL.vcxproj
new file mode 100644
index 0000000..a15978a
--- /dev/null
+++ b/src/contrib/SDL-3.2.20/VisualC/SDL/SDL.vcxproj
@@ -0,0 +1,744 @@
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\windows\SDL_dinputhaptic_c.h" />
371 <ClInclude Include="..\..\src\haptic\windows\SDL_windowshaptic_c.h" />
372 <ClInclude Include="..\..\src\hidapi\hidapi\hidapi.h" />
373 <ClInclude Include="..\..\src\hidapi\SDL_hidapi_c.h" />
374 <ClInclude Include="..\..\src\joystick\controller_type.h" />
375 <ClInclude Include="..\..\src\joystick\hidapi\SDL_hidapijoystick_c.h" />
376 <ClInclude Include="..\..\src\joystick\hidapi\SDL_hidapi_rumble.h" />
377 <ClInclude Include="..\..\src\joystick\SDL_gamepad_c.h" />
378 <ClInclude Include="..\..\src\joystick\SDL_gamepad_db.h" />
379 <ClInclude Include="..\..\src\joystick\SDL_joystick_c.h" />
380 <ClInclude Include="..\..\src\joystick\SDL_steam_virtual_gamepad.h" />
381 <ClInclude Include="..\..\src\joystick\SDL_sysjoystick.h" />
382 <ClInclude Include="..\..\src\joystick\usb_ids.h" />
383 <ClInclude Include="..\..\src\joystick\virtual\SDL_virtualjoystick_c.h" />
384 <ClInclude Include="..\..\src\joystick\windows\SDL_dinputjoystick_c.h" />
385 <ClInclude Include="..\..\src\joystick\windows\SDL_rawinputjoystick_c.h" />
386 <ClInclude Include="..\..\src\joystick\windows\SDL_windowsjoystick_c.h" />
387 <ClInclude Include="..\..\src\joystick\windows\SDL_xinputjoystick_c.h" />
388 <ClInclude Include="..\..\src\libm\math_libm.h" />
389 <ClInclude Include="..\..\src\libm\math_private.h" />
390 <ClInclude Include="..\..\src\locale\SDL_syslocale.h" />
391 <ClInclude Include="..\..\src\main\SDL_main_callbacks.h" />
392 <ClInclude Include="..\..\src\misc\SDL_sysurl.h" />
393 <ClInclude Include="..\..\src\power\SDL_syspower.h" />
394 <ClInclude Include="..\..\src\render\direct3d11\SDL_shaders_d3d11.h" />
395 <ClInclude Include="..\..\src\render\direct3d12\SDL_shaders_d3d12.h" />
396 <ClInclude Include="..\..\src\render\direct3d\SDL_shaders_d3d.h" />
397 <ClInclude Include="..\..\src\render\opengles2\SDL_gles2funcs.h" />
398 <ClInclude Include="..\..\src\render\opengles2\SDL_shaders_gles2.h" />
399 <ClInclude Include="..\..\src\render\opengl\SDL_glfuncs.h" />
400 <ClInclude Include="..\..\src\render\opengl\SDL_shaders_gl.h" />
401 <ClInclude Include="..\..\src\render\SDL_d3dmath.h" />
402 <ClInclude Include="..\..\src\render\SDL_sysrender.h" />
403 <ClInclude Include="..\..\src\render\SDL_yuv_sw_c.h" />
404 <ClInclude Include="..\..\src\render\software\SDL_blendfillrect.h" />
405 <ClInclude Include="..\..\src\render\software\SDL_blendline.h" />
406 <ClInclude Include="..\..\src\render\software\SDL_blendpoint.h" />
407 <ClInclude Include="..\..\src\render\software\SDL_draw.h" />
408 <ClInclude Include="..\..\src\render\software\SDL_drawline.h" />
409 <ClInclude Include="..\..\src\render\software\SDL_drawpoint.h" />
410 <ClInclude Include="..\..\src\render\software\SDL_render_sw_c.h" />
411 <ClInclude Include="..\..\src\render\software\SDL_rotate.h" />
412 <ClInclude Include="..\..\src\render\software\SDL_triangle.h" />
413 <ClInclude Include="..\..\src\render\vulkan\SDL_shaders_vulkan.h" />
414 <ClInclude Include="..\..\src\SDL_assert_c.h" />
415 <ClInclude Include="..\..\src\SDL_error_c.h" />
416 <ClCompile Include="..\..\src\core\windows\pch.c">
417 <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Create</PrecompiledHeader>
418 <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Create</PrecompiledHeader>
419 <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">Create</PrecompiledHeader>
420 <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">Create</PrecompiledHeader>
421 </ClCompile>
422 <ClCompile Include="..\..\src\camera\dummy\SDL_camera_dummy.c" />
423 <ClCompile Include="..\..\src\camera\mediafoundation\SDL_camera_mediafoundation.c" />
424 <ClCompile Include="..\..\src\camera\SDL_camera.c" />
425 <ClCompile Include="..\..\src\dialog\SDL_dialog.c" />
426 <ClCompile Include="..\..\src\dialog\SDL_dialog_utils.c" />
427 <ClCompile Include="..\..\src\filesystem\SDL_filesystem.c" />
428 <ClCompile Include="..\..\src\filesystem\windows\SDL_sysfsops.c" />
429 <ClCompile Include="..\..\src\io\windows\SDL_asyncio_windows_ioring.c" />
430 <ClCompile Include="..\..\src\gpu\SDL_gpu.c" />
431 <ClCompile Include="..\..\src\gpu\d3d12\SDL_gpu_d3d12.c" />
432 <ClCompile Include="..\..\src\gpu\vulkan\SDL_gpu_vulkan.c" />
433 <ClCompile Include="..\..\src\io\generic\SDL_asyncio_generic.c" />
434 <ClCompile Include="..\..\src\io\SDL_asyncio.c" />
435 <ClCompile Include="..\..\src\main\generic\SDL_sysmain_callbacks.c" />
436 <ClCompile Include="..\..\src\main\SDL_main_callbacks.c" />
437 <ClCompile Include="..\..\src\main\SDL_runapp.c" />
438 <ClCompile Include="..\..\src\main\windows\SDL_sysmain_runapp.c" />
439 <ClCompile Include="..\..\src\render\vulkan\SDL_render_vulkan.c" />
440 <ClCompile Include="..\..\src\render\vulkan\SDL_shaders_vulkan.c" />
441 <ClCompile Include="..\..\src\SDL_guid.c" />
442 <ClInclude Include="..\..\src\SDL_hashtable.h" />
443 <ClInclude Include="..\..\src\SDL_hints_c.h" />
444 <ClInclude Include="..\..\src\SDL_internal.h" />
445 <ClInclude Include="..\..\src\SDL_list.h" />
446 <ClInclude Include="..\..\src\SDL_log_c.h" />
447 <ClInclude Include="..\..\src\SDL_properties_c.h" />
448 <ClInclude Include="..\..\src\sensor\dummy\SDL_dummysensor.h" />
449 <ClInclude Include="..\..\src\sensor\SDL_sensor_c.h" />
450 <ClInclude Include="..\..\src\sensor\SDL_syssensor.h" />
451 <ClInclude Include="..\..\src\sensor\windows\SDL_windowssensor.h" />
452 <ClInclude Include="..\..\src\thread\SDL_systhread.h" />
453 <ClInclude Include="..\..\src\thread\SDL_thread_c.h" />
454 <ClInclude Include="..\..\src\thread\generic\SDL_syscond_c.h" />
455 <ClInclude Include="..\..\src\thread\windows\SDL_sysmutex_c.h" />
456 <ClInclude Include="..\..\src\thread\generic\SDL_sysrwlock_c.h" />
457 <ClInclude Include="..\..\src\thread\windows\SDL_systhread_c.h" />
458 <ClInclude Include="..\..\src\timer\SDL_timer_c.h" />
459 <ClInclude Include="..\..\src\video\dummy\SDL_nullevents_c.h" />
460 <ClInclude Include="..\..\src\video\dummy\SDL_nullframebuffer_c.h" />
461 <ClInclude Include="..\..\src\video\dummy\SDL_nullvideo.h" />
462 <ClInclude Include="..\..\src\video\khronos\vulkan\vk_icd.h" />
463 <ClInclude Include="..\..\src\video\khronos\vulkan\vk_layer.h" />
464 <ClInclude Include="..\..\src\video\khronos\vulkan\vk_platform.h" />
465 <ClInclude Include="..\..\src\video\khronos\vulkan\vk_sdk_platform.h" />
466 <ClInclude Include="..\..\src\video\khronos\vulkan\vulkan.h" />
467 <ClInclude Include="..\..\src\video\khronos\vulkan\vulkan_android.h" />
468 <ClInclude Include="..\..\src\video\khronos\vulkan\vulkan_beta.h" />
469 <ClInclude Include="..\..\src\video\khronos\vulkan\vulkan_core.h" />
470 <ClInclude Include="..\..\src\video\khronos\vulkan\vulkan_directfb.h" />
471 <ClInclude Include="..\..\src\video\khronos\vulkan\vulkan_fuchsia.h" />
472 <ClInclude Include="..\..\src\video\khronos\vulkan\vulkan_ggp.h" />
473 <ClInclude Include="..\..\src\video\khronos\vulkan\vulkan_ios.h" />
474 <ClInclude Include="..\..\src\video\khronos\vulkan\vulkan_macos.h" />
475 <ClInclude Include="..\..\src\video\khronos\vulkan\vulkan_metal.h" />
476 <ClInclude Include="..\..\src\video\khronos\vulkan\vulkan_vi.h" />
477 <ClInclude Include="..\..\src\video\khronos\vulkan\vulkan_wayland.h" />
478 <ClInclude Include="..\..\src\video\khronos\vulkan\vulkan_win32.h" />
479 <ClInclude Include="..\..\src\video\khronos\vulkan\vulkan_xcb.h" />
480 <ClInclude Include="..\..\src\video\khronos\vulkan\vulkan_xlib.h" />
481 <ClInclude Include="..\..\src\video\khronos\vulkan\vulkan_xlib_xrandr.h" />
482 <ClInclude Include="..\..\src\video\offscreen\SDL_offscreenevents_c.h" />
483 <ClInclude Include="..\..\src\video\offscreen\SDL_offscreenframebuffer_c.h" />
484 <ClInclude Include="..\..\src\video\offscreen\SDL_offscreenopengles.h" />
485 <ClInclude Include="..\..\src\video\offscreen\SDL_offscreenvideo.h" />
486 <ClInclude Include="..\..\src\video\offscreen\SDL_offscreenvulkan.h" />
487 <ClInclude Include="..\..\src\video\offscreen\SDL_offscreenwindow.h" />
488 <ClInclude Include="..\..\src\video\SDL_blit.h" />
489 <ClInclude Include="..\..\src\video\SDL_blit_auto.h" />
490 <ClInclude Include="..\..\src\video\SDL_blit_copy.h" />
491 <ClInclude Include="..\..\src\video\SDL_blit_slow.h" />
492 <ClInclude Include="..\..\src\video\SDL_clipboard_c.h" />
493 <ClInclude Include="..\..\src\video\SDL_egl_c.h" />
494 <ClInclude Include="..\..\src\video\SDL_pixels_c.h" />
495 <ClInclude Include="..\..\src\video\SDL_rect_c.h" />
496 <ClInclude Include="..\..\src\video\SDL_RLEaccel_c.h" />
497 <ClInclude Include="..\..\src\video\SDL_stb_c.h" />
498 <ClInclude Include="..\..\src\video\SDL_surface_c.h" />
499 <ClInclude Include="..\..\src\video\SDL_sysvideo.h" />
500 <ClInclude Include="..\..\src\video\SDL_vulkan_internal.h" />
501 <ClInclude Include="..\..\src\video\SDL_yuv_c.h" />
502 <ClInclude Include="..\..\src\video\windows\SDL_msctf.h" />
503 <ClInclude Include="..\..\src\video\windows\SDL_surface_utils.h" />
504 <ClInclude Include="..\..\src\video\windows\SDL_windowsclipboard.h" />
505 <ClInclude Include="..\..\src\video\windows\SDL_windowsevents.h" />
506 <ClInclude Include="..\..\src\video\windows\SDL_windowsframebuffer.h" />
507 <ClInclude Include="..\..\src\video\windows\SDL_windowskeyboard.h" />
508 <ClInclude Include="..\..\src\video\windows\SDL_windowsgameinput.h" />
509 <ClInclude Include="..\..\src\video\windows\SDL_windowsmessagebox.h" />
510 <ClInclude Include="..\..\src\video\windows\SDL_windowsmodes.h" />
511 <ClInclude Include="..\..\src\video\windows\SDL_windowsmouse.h" />
512 <ClInclude Include="..\..\src\video\windows\SDL_windowsopengl.h" />
513 <ClInclude Include="..\..\src\video\windows\SDL_windowsopengles.h" />
514 <ClInclude Include="..\..\src\video\windows\SDL_windowsrawinput.h" />
515 <ClInclude Include="..\..\src\video\windows\SDL_windowsshape.h" />
516 <ClInclude Include="..\..\src\video\windows\SDL_windowsvideo.h" />
517 <ClInclude Include="..\..\src\video\windows\SDL_windowsvulkan.h" />
518 <ClInclude Include="..\..\src\video\windows\SDL_windowswindow.h" />
519 <ClInclude Include="..\..\src\video\windows\wmmsg.h" />
520 <ClInclude Include="..\..\src\video\yuv2rgb\yuv_rgb.h" />
521 <ClInclude Include="..\..\src\video\yuv2rgb\yuv_rgb_common.h" />
522 <ClInclude Include="..\..\src\video\yuv2rgb\yuv_rgb_internal.h" />
523 <ClInclude Include="..\..\src\video\yuv2rgb\yuv_rgb_lsx.h" />
524 <ClInclude Include="..\..\src\video\yuv2rgb\yuv_rgb_lsx_func.h" />
525 <ClInclude Include="..\..\src\video\yuv2rgb\yuv_rgb_sse.h" />
526 <ClInclude Include="..\..\src\video\yuv2rgb\yuv_rgb_sse_func.h" />
527 <ClInclude Include="..\..\src\video\yuv2rgb\yuv_rgb_std.h" />
528 <ClInclude Include="..\..\src\video\yuv2rgb\yuv_rgb_std_func.h" />
529 <ClCompile Include="..\..\src\atomic\SDL_atomic.c" />
530 <ClCompile Include="..\..\src\atomic\SDL_spinlock.c" />
531 <ClCompile Include="..\..\src\audio\directsound\SDL_directsound.c" />
532 <ClCompile Include="..\..\src\audio\disk\SDL_diskaudio.c" />
533 <ClCompile Include="..\..\src\audio\dummy\SDL_dummyaudio.c" />
534 <ClCompile Include="..\..\src\audio\SDL_audio.c" />
535 <ClCompile Include="..\..\src\audio\SDL_audiocvt.c" />
536 <ClCompile Include="..\..\src\audio\SDL_audiodev.c" />
537 <ClCompile Include="..\..\src\audio\SDL_audiotypecvt.c" />
538 <ClCompile Include="..\..\src\audio\SDL_audioqueue.c" />
539 <ClCompile Include="..\..\src\audio\SDL_audioresample.c" />
540 <ClCompile Include="..\..\src\audio\SDL_mixer.c" />
541 <ClCompile Include="..\..\src\audio\SDL_wave.c" />
542 <ClCompile Include="..\..\src\audio\wasapi\SDL_wasapi.c" />
543 <ClCompile Include="..\..\src\core\SDL_core_unsupported.c" />
544 <ClCompile Include="..\..\src\core\windows\SDL_gameinput.c" />
545 <ClCompile Include="..\..\src\core\windows\SDL_hid.c" />
546 <ClCompile Include="..\..\src\core\windows\SDL_immdevice.c" />
547 <ClCompile Include="..\..\src\core\windows\SDL_windows.c" />
548 <ClCompile Include="..\..\src\core\windows\SDL_xinput.c" />
549 <ClCompile Include="..\..\src\cpuinfo\SDL_cpuinfo.c" />
550 <ClCompile Include="..\..\src\dialog\windows\SDL_windowsdialog.c" />
551 <ClCompile Include="..\..\src\dynapi\SDL_dynapi.c">
552 <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">NotUsing</PrecompiledHeader>
553 <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">NotUsing</PrecompiledHeader>
554 <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">NotUsing</PrecompiledHeader>
555 <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">NotUsing</PrecompiledHeader>
556 </ClCompile>
557 <ClCompile Include="..\..\src\events\SDL_categories.c" />
558 <ClCompile Include="..\..\src\events\SDL_clipboardevents.c" />
559 <ClCompile Include="..\..\src\events\SDL_displayevents.c" />
560 <ClCompile Include="..\..\src\events\SDL_dropevents.c" />
561 <ClCompile Include="..\..\src\events\SDL_events.c" />
562 <ClCompile Include="..\..\src\events\SDL_eventwatch.c" />
563 <ClCompile Include="..\..\src\events\SDL_keyboard.c" />
564 <ClCompile Include="..\..\src\events\SDL_keymap.c" />
565 <ClCompile Include="..\..\src\events\SDL_mouse.c" />
566 <ClCompile Include="..\..\src\events\SDL_pen.c" />
567 <ClCompile Include="..\..\src\events\SDL_quit.c" />
568 <ClCompile Include="..\..\src\events\SDL_touch.c" />
569 <ClCompile Include="..\..\src\events\SDL_windowevents.c" />
570 <ClCompile Include="..\..\src\io\SDL_iostream.c" />
571 <ClCompile Include="..\..\src\filesystem\windows\SDL_sysfilesystem.c" />
572 <ClCompile Include="..\..\src\haptic\dummy\SDL_syshaptic.c" />
573 <ClCompile Include="..\..\src\haptic\SDL_haptic.c" />
574 <ClCompile Include="..\..\src\haptic\windows\SDL_dinputhaptic.c" />
575 <ClCompile Include="..\..\src\haptic\windows\SDL_windowshaptic.c" />
576 <ClCompile Include="..\..\src\hidapi\SDL_hidapi.c" />
577 <ClCompile Include="..\..\src\joystick\controller_type.c" />
578 <ClCompile Include="..\..\src\joystick\dummy\SDL_sysjoystick.c" />
579 <ClCompile Include="..\..\src\joystick\gdk\SDL_gameinputjoystick.c" />
580 <ClCompile Include="..\..\src\joystick\hidapi\SDL_hidapijoystick.c" />
581 <ClCompile Include="..\..\src\joystick\hidapi\SDL_hidapi_combined.c" />
582 <ClCompile Include="..\..\src\joystick\hidapi\SDL_hidapi_gamecube.c" />
583 <ClCompile Include="..\..\src\joystick\hidapi\SDL_hidapi_luna.c" />
584 <ClCompile Include="..\..\src\joystick\hidapi\SDL_hidapi_ps3.c" />
585 <ClCompile Include="..\..\src\joystick\hidapi\SDL_hidapi_ps4.c" />
586 <ClCompile Include="..\..\src\joystick\hidapi\SDL_hidapi_ps5.c" />
587 <ClCompile Include="..\..\src\joystick\hidapi\SDL_hidapi_rumble.c" />
588 <ClCompile Include="..\..\src\joystick\hidapi\SDL_hidapi_shield.c" />
589 <ClCompile Include="..\..\src\joystick\hidapi\SDL_hidapi_stadia.c" />
590 <ClCompile Include="..\..\src\joystick\hidapi\SDL_hidapi_steam.c" />
591 <ClCompile Include="..\..\src\joystick\hidapi\SDL_hidapi_steam_hori.c" />
592 <ClCompile Include="..\..\src\joystick\hidapi\SDL_hidapi_steamdeck.c" />
593 <ClCompile Include="..\..\src\joystick\hidapi\SDL_hidapi_switch.c" />
594 <ClCompile Include="..\..\src\joystick\hidapi\SDL_hidapi_wii.c" />
595 <ClCompile Include="..\..\src\joystick\hidapi\SDL_hidapi_xbox360.c" />
596 <ClCompile Include="..\..\src\joystick\hidapi\SDL_hidapi_xbox360w.c" />
597 <ClCompile Include="..\..\src\joystick\hidapi\SDL_hidapi_xboxone.c" />
598 <ClCompile Include="..\..\src\joystick\SDL_gamepad.c" />
599 <ClCompile Include="..\..\src\joystick\SDL_joystick.c" />
600 <ClCompile Include="..\..\src\joystick\SDL_steam_virtual_gamepad.c" />
601 <ClCompile Include="..\..\src\joystick\virtual\SDL_virtualjoystick.c" />
602 <ClCompile Include="..\..\src\joystick\windows\SDL_dinputjoystick.c" />
603 <ClCompile Include="..\..\src\joystick\windows\SDL_rawinputjoystick.c" />
604 <ClCompile Include="..\..\src\joystick\windows\SDL_windowsjoystick.c" />
605 <ClCompile Include="..\..\src\joystick\windows\SDL_windows_gaming_input.c" />
606 <ClCompile Include="..\..\src\joystick\windows\SDL_xinputjoystick.c" />
607 <ClCompile Include="..\..\src\libm\s_modf.c" />
608 <ClCompile Include="..\..\src\loadso\windows\SDL_sysloadso.c" />
609 <ClCompile Include="..\..\src\locale\SDL_locale.c" />
610 <ClCompile Include="..\..\src\locale\windows\SDL_syslocale.c" />
611 <ClCompile Include="..\..\src\misc\SDL_url.c" />
612 <ClCompile Include="..\..\src\misc\windows\SDL_sysurl.c" />
613 <ClCompile Include="..\..\src\power\SDL_power.c" />
614 <ClCompile Include="..\..\src\power\windows\SDL_syspower.c" />
615 <ClCompile Include="..\..\src\process\SDL_process.c" />
616 <ClCompile Include="..\..\src\process\windows\SDL_windowsprocess.c" />
617 <ClCompile Include="..\..\src\render\direct3d11\SDL_shaders_d3d11.c" />
618 <ClCompile Include="..\..\src\render\direct3d12\SDL_render_d3d12.c" />
619 <ClCompile Include="..\..\src\render\direct3d12\SDL_shaders_d3d12.c" />
620 <ClCompile Include="..\..\src\render\direct3d\SDL_render_d3d.c" />
621 <ClCompile Include="..\..\src\render\direct3d11\SDL_render_d3d11.c" />
622 <ClCompile Include="..\..\src\render\direct3d\SDL_shaders_d3d.c" />
623 <ClCompile Include="..\..\src\render\gpu\SDL_pipeline_gpu.c" />
624 <ClCompile Include="..\..\src\render\gpu\SDL_render_gpu.c" />
625 <ClCompile Include="..\..\src\render\gpu\SDL_shaders_gpu.c" />
626 <ClCompile Include="..\..\src\render\opengl\SDL_render_gl.c" />
627 <ClCompile Include="..\..\src\render\opengl\SDL_shaders_gl.c" />
628 <ClCompile Include="..\..\src\render\opengles2\SDL_render_gles2.c" />
629 <ClCompile Include="..\..\src\render\opengles2\SDL_shaders_gles2.c" />
630 <ClCompile Include="..\..\src\render\SDL_d3dmath.c" />
631 <ClCompile Include="..\..\src\render\SDL_render.c" />
632 <ClCompile Include="..\..\src\render\SDL_render_unsupported.c" />
633 <ClCompile Include="..\..\src\render\SDL_yuv_sw.c" />
634 <ClCompile Include="..\..\src\render\software\SDL_blendfillrect.c" />
635 <ClCompile Include="..\..\src\render\software\SDL_blendline.c" />
636 <ClCompile Include="..\..\src\render\software\SDL_blendpoint.c" />
637 <ClCompile Include="..\..\src\render\software\SDL_drawline.c" />
638 <ClCompile Include="..\..\src\render\software\SDL_drawpoint.c" />
639 <ClCompile Include="..\..\src\render\software\SDL_render_sw.c" />
640 <ClCompile Include="..\..\src\render\software\SDL_rotate.c" />
641 <ClCompile Include="..\..\src\render\software\SDL_triangle.c" />
642 <ClCompile Include="..\..\src\SDL.c" />
643 <ClCompile Include="..\..\src\SDL_assert.c" />
644 <ClCompile Include="..\..\src\SDL_error.c" />
645 <ClCompile Include="..\..\src\SDL_hashtable.c" />
646 <ClCompile Include="..\..\src\SDL_hints.c" />
647 <ClCompile Include="..\..\src\SDL_list.c" />
648 <ClCompile Include="..\..\src\SDL_log.c" />
649 <ClCompile Include="..\..\src\SDL_properties.c" />
650 <ClCompile Include="..\..\src\SDL_utils.c" />
651 <ClCompile Include="..\..\src\sensor\dummy\SDL_dummysensor.c" />
652 <ClCompile Include="..\..\src\sensor\SDL_sensor.c" />
653 <ClCompile Include="..\..\src\sensor\windows\SDL_windowssensor.c" />
654 <ClCompile Include="..\..\src\stdlib\SDL_crc16.c" />
655 <ClCompile Include="..\..\src\stdlib\SDL_crc32.c" />
656 <ClCompile Include="..\..\src\stdlib\SDL_getenv.c" />
657 <ClCompile Include="..\..\src\stdlib\SDL_iconv.c" />
658 <ClCompile Include="..\..\src\stdlib\SDL_malloc.c" />
659 <ClCompile Include="..\..\src\stdlib\SDL_memcpy.c" />
660 <ClCompile Include="..\..\src\stdlib\SDL_memmove.c" />
661 <ClCompile Include="..\..\src\stdlib\SDL_memset.c" />
662 <ClCompile Include="..\..\src\stdlib\SDL_mslibc.c" />
663 <ClCompile Include="..\..\src\stdlib\SDL_murmur3.c" />
664 <ClCompile Include="..\..\src\stdlib\SDL_qsort.c" />
665 <ClCompile Include="..\..\src\stdlib\SDL_random.c" />
666 <ClCompile Include="..\..\src\stdlib\SDL_stdlib.c" />
667 <ClCompile Include="..\..\src\stdlib\SDL_string.c" />
668 <ClCompile Include="..\..\src\stdlib\SDL_strtokr.c" />
669 <ClCompile Include="..\..\src\storage\generic\SDL_genericstorage.c" />
670 <ClCompile Include="..\..\src\storage\steam\SDL_steamstorage.c" />
671 <ClCompile Include="..\..\src\storage\SDL_storage.c" />
672 <ClCompile Include="..\..\src\thread\generic\SDL_syscond.c" />
673 <ClCompile Include="..\..\src\thread\generic\SDL_sysrwlock.c" />
674 <ClCompile Include="..\..\src\thread\SDL_thread.c" />
675 <ClCompile Include="..\..\src\thread\windows\SDL_syscond_cv.c" />
676 <ClCompile Include="..\..\src\thread\windows\SDL_sysmutex.c" />
677 <ClCompile Include="..\..\src\thread\windows\SDL_sysrwlock_srw.c" />
678 <ClCompile Include="..\..\src\thread\windows\SDL_syssem.c" />
679 <ClCompile Include="..\..\src\thread\windows\SDL_systhread.c" />
680 <ClCompile Include="..\..\src\thread\windows\SDL_systls.c" />
681 <ClCompile Include="..\..\src\timer\SDL_timer.c" />
682 <ClCompile Include="..\..\src\timer\windows\SDL_systimer.c" />
683 <ClCompile Include="..\..\src\time\SDL_time.c" />
684 <ClCompile Include="..\..\src\time\windows\SDL_systime.c" />
685 <ClCompile Include="..\..\src\tray\windows\SDL_tray.c" />
686 <ClCompile Include="..\..\src\tray\SDL_tray_utils.c" />
687 <ClCompile Include="..\..\src\video\dummy\SDL_nullevents.c" />
688 <ClCompile Include="..\..\src\video\dummy\SDL_nullframebuffer.c" />
689 <ClCompile Include="..\..\src\video\dummy\SDL_nullvideo.c" />
690 <ClCompile Include="..\..\src\video\offscreen\SDL_offscreenevents.c" />
691 <ClCompile Include="..\..\src\video\offscreen\SDL_offscreenframebuffer.c" />
692 <ClCompile Include="..\..\src\video\offscreen\SDL_offscreenopengles.c" />
693 <ClCompile Include="..\..\src\video\offscreen\SDL_offscreenvideo.c" />
694 <ClCompile Include="..\..\src\video\offscreen\SDL_offscreenvulkan.c" />
695 <ClCompile Include="..\..\src\video\offscreen\SDL_offscreenwindow.c" />
696 <ClCompile Include="..\..\src\video\SDL_blit.c" />
697 <ClCompile Include="..\..\src\video\SDL_blit_0.c" />
698 <ClCompile Include="..\..\src\video\SDL_blit_1.c" />
699 <ClCompile Include="..\..\src\video\SDL_blit_A.c" />
700 <ClCompile Include="..\..\src\video\SDL_blit_auto.c" />
701 <ClCompile Include="..\..\src\video\SDL_blit_copy.c" />
702 <ClCompile Include="..\..\src\video\SDL_blit_N.c" />
703 <ClCompile Include="..\..\src\video\SDL_blit_slow.c" />
704 <ClCompile Include="..\..\src\video\SDL_bmp.c" />
705 <ClCompile Include="..\..\src\video\SDL_clipboard.c" />
706 <ClCompile Include="..\..\src\video\SDL_egl.c" />
707 <ClCompile Include="..\..\src\video\SDL_fillrect.c" />
708 <ClCompile Include="..\..\src\video\SDL_pixels.c" />
709 <ClCompile Include="..\..\src\video\SDL_rect.c" />
710 <ClCompile Include="..\..\src\video\SDL_RLEaccel.c" />
711 <ClCompile Include="..\..\src\video\SDL_stb.c" />
712 <ClCompile Include="..\..\src\video\SDL_stretch.c" />
713 <ClCompile Include="..\..\src\video\SDL_surface.c" />
714 <ClCompile Include="..\..\src\video\SDL_video.c" />
715 <ClCompile Include="..\..\src\video\SDL_video_unsupported.c" />
716 <ClCompile Include="..\..\src\video\SDL_vulkan_utils.c" />
717 <ClCompile Include="..\..\src\video\SDL_yuv.c" />
718 <ClCompile Include="..\..\src\video\windows\SDL_surface_utils.c" />
719 <ClCompile Include="..\..\src\video\windows\SDL_windowsclipboard.c" />
720 <ClCompile Include="..\..\src\video\windows\SDL_windowsevents.c" />
721 <ClCompile Include="..\..\src\video\windows\SDL_windowsframebuffer.c" />
722 <ClCompile Include="..\..\src\video\windows\SDL_windowskeyboard.c" />
723 <ClCompile Include="..\..\src\video\windows\SDL_windowsgameinput.c" />
724 <ClCompile Include="..\..\src\video\windows\SDL_windowsmessagebox.c" />
725 <ClCompile Include="..\..\src\video\windows\SDL_windowsmodes.c" />
726 <ClCompile Include="..\..\src\video\windows\SDL_windowsmouse.c" />
727 <ClCompile Include="..\..\src\video\windows\SDL_windowsopengl.c" />
728 <ClCompile Include="..\..\src\video\windows\SDL_windowsopengles.c" />
729 <ClCompile Include="..\..\src\video\windows\SDL_windowsrawinput.c" />
730 <ClCompile Include="..\..\src\video\windows\SDL_windowsshape.c" />
731 <ClCompile Include="..\..\src\video\windows\SDL_windowsvideo.c" />
732 <ClCompile Include="..\..\src\video\windows\SDL_windowsvulkan.c" />
733 <ClCompile Include="..\..\src\video\windows\SDL_windowswindow.c" />
734 <ClCompile Include="..\..\src\video\yuv2rgb\yuv_rgb_lsx.c" />
735 <ClCompile Include="..\..\src\video\yuv2rgb\yuv_rgb_sse.c" />
736 <ClCompile Include="..\..\src\video\yuv2rgb\yuv_rgb_std.c" />
737 </ItemGroup>
738 <ItemGroup>
739 <ResourceCompile Include="..\..\src\core\windows\version.rc" />
740 </ItemGroup>
741 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
742 <ImportGroup Label="ExtensionTargets">
743 </ImportGroup>
744</Project>