diff options
Diffstat (limited to 'src/contrib/SDL-3.2.20/VisualC/SDL')
-rw-r--r-- | src/contrib/SDL-3.2.20/VisualC/SDL/Directory.Build.props | 8 | ||||
-rw-r--r-- | src/contrib/SDL-3.2.20/VisualC/SDL/SDL.vcxproj | 744 | ||||
-rw-r--r-- | src/contrib/SDL-3.2.20/VisualC/SDL/SDL.vcxproj.filters | 1595 |
3 files changed, 2347 insertions, 0 deletions
diff --git a/src/contrib/SDL-3.2.20/VisualC/SDL/Directory.Build.props b/src/contrib/SDL-3.2.20/VisualC/SDL/Directory.Build.props new file mode 100644 index 0000000..24033f4 --- /dev/null +++ b/src/contrib/SDL-3.2.20/VisualC/SDL/Directory.Build.props | |||
@@ -0,0 +1,8 @@ | |||
1 | <?xml version="1.0" encoding="utf-8"?> | ||
2 | <Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | ||
3 | <ItemDefinitionGroup> | ||
4 | <ClCompile> | ||
5 | <PreprocessorDefinitions>SDL_VENDOR_INFO="libsdl.org";%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
6 | </ClCompile> | ||
7 | </ItemDefinitionGroup> | ||
8 | </Project> | ||
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> | ||
diff --git a/src/contrib/SDL-3.2.20/VisualC/SDL/SDL.vcxproj.filters b/src/contrib/SDL-3.2.20/VisualC/SDL/SDL.vcxproj.filters new file mode 100644 index 0000000..d653ee0 --- /dev/null +++ b/src/contrib/SDL-3.2.20/VisualC/SDL/SDL.vcxproj.filters | |||
@@ -0,0 +1,1595 @@ | |||
1 | <?xml version="1.0" encoding="utf-8"?> | ||
2 | <Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | ||
3 | <ItemGroup> | ||
4 | <Filter Include="API Headers"> | ||
5 | <UniqueIdentifier>{395b3af0-33d0-411b-b153-de1676bf1ef8}</UniqueIdentifier> | ||
6 | </Filter> | ||
7 | <Filter Include="audio"> | ||
8 | <UniqueIdentifier>{5a3e3167-75be-414f-8947-a5306df372b2}</UniqueIdentifier> | ||
9 | </Filter> | ||
10 | <Filter Include="atomic"> | ||
11 | <UniqueIdentifier>{546d9ed1-988e-49d3-b1a5-e5b3d19de6c1}</UniqueIdentifier> | ||
12 | </Filter> | ||
13 | <Filter Include="core"> | ||
14 | <UniqueIdentifier>{a56247ff-5108-4960-ba6a-6814fd1554ec}</UniqueIdentifier> | ||
15 | </Filter> | ||
16 | <Filter Include="core\windows"> | ||
17 | <UniqueIdentifier>{8880dfad-2a06-4e84-ab6e-6583641ad2d1}</UniqueIdentifier> | ||
18 | </Filter> | ||
19 | <Filter Include="cpuinfo"> | ||
20 | <UniqueIdentifier>{2b996a7f-f3e9-4300-a97f-2c907bcd89a9}</UniqueIdentifier> | ||
21 | </Filter> | ||
22 | <Filter Include="dynapi"> | ||
23 | <UniqueIdentifier>{5713d682-2bc7-4da4-bcf0-262a98f142eb}</UniqueIdentifier> | ||
24 | </Filter> | ||
25 | <Filter Include="events"> | ||
26 | <UniqueIdentifier>{5e27e19f-b3f8-4e2d-b323-b00b2040ec86}</UniqueIdentifier> | ||
27 | </Filter> | ||
28 | <Filter Include="io"> | ||
29 | <UniqueIdentifier>{a3ab9cff-8495-4a5c-8af6-27e43199a712}</UniqueIdentifier> | ||
30 | </Filter> | ||
31 | <Filter Include="filesystem"> | ||
32 | <UniqueIdentifier>{377061e4-3856-4f05-b916-0d3b360df0f6}</UniqueIdentifier> | ||
33 | </Filter> | ||
34 | <Filter Include="filesystem\windows"> | ||
35 | <UniqueIdentifier>{226a6643-1c65-4c7f-92aa-861313d974bb}</UniqueIdentifier> | ||
36 | </Filter> | ||
37 | <Filter Include="haptic"> | ||
38 | <UniqueIdentifier>{ef859522-a7fe-4a00-a511-d6a9896adf5b}</UniqueIdentifier> | ||
39 | </Filter> | ||
40 | <Filter Include="hidapi"> | ||
41 | <UniqueIdentifier>{01fd2642-4493-4316-b548-fb829f4c9125}</UniqueIdentifier> | ||
42 | </Filter> | ||
43 | <Filter Include="joystick"> | ||
44 | <UniqueIdentifier>{cce7558f-590a-4f0a-ac0d-e579f76e588e}</UniqueIdentifier> | ||
45 | </Filter> | ||
46 | <Filter Include="libm"> | ||
47 | <UniqueIdentifier>{7a53c9e4-d4bd-40ed-9265-1625df685121}</UniqueIdentifier> | ||
48 | </Filter> | ||
49 | <Filter Include="hidapi\hidapi"> | ||
50 | <UniqueIdentifier>{4c7a051c-ce7c-426c-bf8c-9187827f9052}</UniqueIdentifier> | ||
51 | </Filter> | ||
52 | <Filter Include="loadso"> | ||
53 | <UniqueIdentifier>{97e2f79f-311b-42ea-81b2-e801649fdd93}</UniqueIdentifier> | ||
54 | </Filter> | ||
55 | <Filter Include="loadso\windows"> | ||
56 | <UniqueIdentifier>{baf97c8c-7e90-41e5-bff8-14051b8d3956}</UniqueIdentifier> | ||
57 | </Filter> | ||
58 | <Filter Include="locale"> | ||
59 | <UniqueIdentifier>{45e50d3a-56c9-4352-b811-0c60c49a2431}</UniqueIdentifier> | ||
60 | </Filter> | ||
61 | <Filter Include="misc"> | ||
62 | <UniqueIdentifier>{9d86e0ef-d6f6-4db2-bfc5-b3529406fa8d}</UniqueIdentifier> | ||
63 | </Filter> | ||
64 | <Filter Include="misc\windows"> | ||
65 | <UniqueIdentifier>{b35fa13c-6ed2-4680-8c56-c7d71b76ceab}</UniqueIdentifier> | ||
66 | </Filter> | ||
67 | <Filter Include="locale\windows"> | ||
68 | <UniqueIdentifier>{61b61b31-9e26-4171-a3bb-b969f1889726}</UniqueIdentifier> | ||
69 | </Filter> | ||
70 | <Filter Include="audio\directsound"> | ||
71 | <UniqueIdentifier>{f63aa216-6ee7-4143-90d3-32be3787f276}</UniqueIdentifier> | ||
72 | </Filter> | ||
73 | <Filter Include="audio\disk"> | ||
74 | <UniqueIdentifier>{90bee923-89df-417f-a6c3-3e260a7dd54d}</UniqueIdentifier> | ||
75 | </Filter> | ||
76 | <Filter Include="audio\dummy"> | ||
77 | <UniqueIdentifier>{4c8ad943-c2fb-4014-9ca3-041e0ad08426}</UniqueIdentifier> | ||
78 | </Filter> | ||
79 | <Filter Include="audio\wasapi"> | ||
80 | <UniqueIdentifier>{3d68ae70-a9ff-46cf-be69-069f0b02aca0}</UniqueIdentifier> | ||
81 | </Filter> | ||
82 | <Filter Include="haptic\windows"> | ||
83 | <UniqueIdentifier>{ebc2fca3-3c26-45e3-815e-3e0581d5e226}</UniqueIdentifier> | ||
84 | </Filter> | ||
85 | <Filter Include="haptic\dummy"> | ||
86 | <UniqueIdentifier>{47c445a2-7014-4e15-9660-7c89a27dddcf}</UniqueIdentifier> | ||
87 | </Filter> | ||
88 | <Filter Include="joystick\dummy"> | ||
89 | <UniqueIdentifier>{d008487d-6ed0-4251-848b-79a68e3c1459}</UniqueIdentifier> | ||
90 | </Filter> | ||
91 | <Filter Include="joystick\gdk"> | ||
92 | <UniqueIdentifier>{c9e8273e-13ae-47dc-bef8-8ad8e64c9a3e}</UniqueIdentifier> | ||
93 | </Filter> | ||
94 | <Filter Include="joystick\hidapi"> | ||
95 | <UniqueIdentifier>{c9e8273e-13ae-47dc-bef8-8ad8e64c9a3d}</UniqueIdentifier> | ||
96 | </Filter> | ||
97 | <Filter Include="joystick\windows"> | ||
98 | <UniqueIdentifier>{0b8e136d-56ae-47e7-9981-e863a57ac616}</UniqueIdentifier> | ||
99 | </Filter> | ||
100 | <Filter Include="joystick\virtual"> | ||
101 | <UniqueIdentifier>{bf3febd3-9328-43e8-b196-0fd3be8177dd}</UniqueIdentifier> | ||
102 | </Filter> | ||
103 | <Filter Include="video"> | ||
104 | <UniqueIdentifier>{1a62dc68-52d2-4c07-9d81-d94dfe1d0d12}</UniqueIdentifier> | ||
105 | </Filter> | ||
106 | <Filter Include="video\dummy"> | ||
107 | <UniqueIdentifier>{e9f01b22-34b3-4380-ade6-0e96c74e9c90}</UniqueIdentifier> | ||
108 | </Filter> | ||
109 | <Filter Include="video\yuv2rgb"> | ||
110 | <UniqueIdentifier>{f674f22f-7841-4f3a-974e-c36b2d4823fc}</UniqueIdentifier> | ||
111 | </Filter> | ||
112 | <Filter Include="video\windows"> | ||
113 | <UniqueIdentifier>{d7ad92de-4e55-4202-9b2b-1bd9a35fe4dc}</UniqueIdentifier> | ||
114 | </Filter> | ||
115 | <Filter Include="timer"> | ||
116 | <UniqueIdentifier>{8311d79d-9ad5-4369-99fe-b2fb2659d402}</UniqueIdentifier> | ||
117 | </Filter> | ||
118 | <Filter Include="timer\windows"> | ||
119 | <UniqueIdentifier>{6c4dfb80-fdf9-497c-a6ff-3cd8f22efde9}</UniqueIdentifier> | ||
120 | </Filter> | ||
121 | <Filter Include="thread"> | ||
122 | <UniqueIdentifier>{4810e35c-33cb-4da2-bfaf-452da20d3c9a}</UniqueIdentifier> | ||
123 | </Filter> | ||
124 | <Filter Include="thread\windows"> | ||
125 | <UniqueIdentifier>{2cf93f1d-81fd-4bdc-998c-5e2fa43988bc}</UniqueIdentifier> | ||
126 | </Filter> | ||
127 | <Filter Include="thread\generic"> | ||
128 | <UniqueIdentifier>{5752b7ab-2344-4f38-95ab-b5d3bc150315}</UniqueIdentifier> | ||
129 | </Filter> | ||
130 | <Filter Include="stdlib"> | ||
131 | <UniqueIdentifier>{7a0eae3d-f113-4914-b926-6816d1929250}</UniqueIdentifier> | ||
132 | </Filter> | ||
133 | <Filter Include="sensor"> | ||
134 | <UniqueIdentifier>{ee602cbf-96a2-4b0b-92a9-51d38a727411}</UniqueIdentifier> | ||
135 | </Filter> | ||
136 | <Filter Include="sensor\dummy"> | ||
137 | <UniqueIdentifier>{a812185b-9060-4a1c-8431-be4f66894626}</UniqueIdentifier> | ||
138 | </Filter> | ||
139 | <Filter Include="sensor\windows"> | ||
140 | <UniqueIdentifier>{31c16cdf-adc4-4950-8293-28ba530f3882}</UniqueIdentifier> | ||
141 | </Filter> | ||
142 | <Filter Include="render"> | ||
143 | <UniqueIdentifier>{add61b53-8144-47d6-bd67-3420a87c4905}</UniqueIdentifier> | ||
144 | </Filter> | ||
145 | <Filter Include="render\direct3d"> | ||
146 | <UniqueIdentifier>{e7cdcf36-b462-49c7-98b7-07ea7b3687f4}</UniqueIdentifier> | ||
147 | </Filter> | ||
148 | <Filter Include="render\direct3d11"> | ||
149 | <UniqueIdentifier>{82588eef-dcaa-4f69-b2a9-e675940ce54c}</UniqueIdentifier> | ||
150 | </Filter> | ||
151 | <Filter Include="render\opengl"> | ||
152 | <UniqueIdentifier>{560239c3-8fa1-4d23-a81a-b8408b2f7d3f}</UniqueIdentifier> | ||
153 | </Filter> | ||
154 | <Filter Include="render\opengles2"> | ||
155 | <UniqueIdentifier>{81711059-7575-4ece-9e68-333b63e992c4}</UniqueIdentifier> | ||
156 | </Filter> | ||
157 | <Filter Include="render\software"> | ||
158 | <UniqueIdentifier>{1e44970f-7535-4bfb-b8a5-ea0cea0349e0}</UniqueIdentifier> | ||
159 | </Filter> | ||
160 | <Filter Include="power"> | ||
161 | <UniqueIdentifier>{1dd91224-1176-492b-a2cb-e26153394db0}</UniqueIdentifier> | ||
162 | </Filter> | ||
163 | <Filter Include="power\windows"> | ||
164 | <UniqueIdentifier>{e3ecfe50-cf22-41d3-8983-2fead5164b47}</UniqueIdentifier> | ||
165 | </Filter> | ||
166 | <Filter Include="video\khronos"> | ||
167 | <UniqueIdentifier>{5521d22f-1e52-47a6-8c52-06a3b6bdefd7}</UniqueIdentifier> | ||
168 | </Filter> | ||
169 | <Filter Include="video\khronos\vulkan"> | ||
170 | <UniqueIdentifier>{4755f3a6-49ac-46d6-86be-21f5c21f2197}</UniqueIdentifier> | ||
171 | </Filter> | ||
172 | <Filter Include="render\direct3d12"> | ||
173 | <UniqueIdentifier>{f48c2b17-1bee-4fec-a7c8-24cf619abe08}</UniqueIdentifier> | ||
174 | </Filter> | ||
175 | <Filter Include="video\intrin"> | ||
176 | <UniqueIdentifier>{653672cc-90ae-4eba-a256-6479f2c31804}</UniqueIdentifier> | ||
177 | </Filter> | ||
178 | <Filter Include="main"> | ||
179 | <UniqueIdentifier>{00001967ea2801028a046a722a070000}</UniqueIdentifier> | ||
180 | </Filter> | ||
181 | <Filter Include="main\generic"> | ||
182 | <UniqueIdentifier>{0000ddc7911820dbe64274d3654f0000}</UniqueIdentifier> | ||
183 | </Filter> | ||
184 | <Filter Include="camera"> | ||
185 | <UniqueIdentifier>{0000de1b75e1a954834693f1c81e0000}</UniqueIdentifier> | ||
186 | </Filter> | ||
187 | <Filter Include="camera\dummy"> | ||
188 | <UniqueIdentifier>{0000fc2700d453b3c8d79fe81e1c0000}</UniqueIdentifier> | ||
189 | </Filter> | ||
190 | <Filter Include="camera\mediafoundation"> | ||
191 | <UniqueIdentifier>{0000fbfe2d21e4f451142e7d0e870000}</UniqueIdentifier> | ||
192 | </Filter> | ||
193 | <Filter Include="render\vulkan"> | ||
194 | <UniqueIdentifier>{5115ba31-20f8-4eab-a8c5-6a572ab78ff7}</UniqueIdentifier> | ||
195 | </Filter> | ||
196 | <Filter Include="time"> | ||
197 | <UniqueIdentifier>{00003288226ff86b99eee5b443e90000}</UniqueIdentifier> | ||
198 | </Filter> | ||
199 | <Filter Include="time\windows"> | ||
200 | <UniqueIdentifier>{0000d7fda065b13b0ca4ab262c380000}</UniqueIdentifier> | ||
201 | </Filter> | ||
202 | <Filter Include="gpu"> | ||
203 | <UniqueIdentifier>{098fbef9-d8a0-4b3b-b57b-d157d395335d}</UniqueIdentifier> | ||
204 | </Filter> | ||
205 | <Filter Include="dialog"> | ||
206 | <UniqueIdentifier>{00008dfdfa0190856fbf3c7db52d0000}</UniqueIdentifier> | ||
207 | </Filter> | ||
208 | <Filter Include="video\offscreen"> | ||
209 | <UniqueIdentifier>{748cf015-00b8-4e71-ac48-02e947e4d93d}</UniqueIdentifier> | ||
210 | </Filter> | ||
211 | <Filter Include="main\windows"> | ||
212 | <UniqueIdentifier>{00009d5ded166cc6c6680ec771a30000}</UniqueIdentifier> | ||
213 | </Filter> | ||
214 | <Filter Include="io\generic"> | ||
215 | <UniqueIdentifier>{00004d6806b6238cae0ed62db5440000}</UniqueIdentifier> | ||
216 | </Filter> | ||
217 | <Filter Include="io\windows"> | ||
218 | <UniqueIdentifier>{000028b2ea36d7190d13777a4dc70000}</UniqueIdentifier> | ||
219 | </Filter> | ||
220 | </ItemGroup> | ||
221 | <ItemGroup> | ||
222 | <ClInclude Include="..\..\include\SDL3\SDL_begin_code.h"> | ||
223 | <Filter>API Headers</Filter> | ||
224 | </ClInclude> | ||
225 | <ClInclude Include="..\..\include\SDL3\SDL_camera.h"> | ||
226 | <Filter>API Headers</Filter> | ||
227 | </ClInclude> | ||
228 | <ClInclude Include="..\..\include\SDL3\SDL_close_code.h"> | ||
229 | <Filter>API Headers</Filter> | ||
230 | </ClInclude> | ||
231 | <ClInclude Include="..\..\include\SDL3\SDL.h"> | ||
232 | <Filter>API Headers</Filter> | ||
233 | </ClInclude> | ||
234 | <ClInclude Include="..\..\include\SDL3\SDL_assert.h"> | ||
235 | <Filter>API Headers</Filter> | ||
236 | </ClInclude> | ||
237 | <ClInclude Include="..\..\include\SDL3\SDL_atomic.h"> | ||
238 | <Filter>API Headers</Filter> | ||
239 | </ClInclude> | ||
240 | <ClInclude Include="..\..\include\SDL3\SDL_audio.h"> | ||
241 | <Filter>API Headers</Filter> | ||
242 | </ClInclude> | ||
243 | <ClInclude Include="..\..\include\SDL3\SDL_bits.h"> | ||
244 | <Filter>API Headers</Filter> | ||
245 | </ClInclude> | ||
246 | <ClInclude Include="..\..\include\SDL3\SDL_blendmode.h"> | ||
247 | <Filter>API Headers</Filter> | ||
248 | </ClInclude> | ||
249 | <ClInclude Include="..\..\include\SDL3\SDL_clipboard.h"> | ||
250 | <Filter>API Headers</Filter> | ||
251 | </ClInclude> | ||
252 | <ClInclude Include="..\..\include\SDL3\SDL_copying.h"> | ||
253 | <Filter>API Headers</Filter> | ||
254 | </ClInclude> | ||
255 | <ClInclude Include="..\..\include\SDL3\SDL_cpuinfo.h"> | ||
256 | <Filter>API Headers</Filter> | ||
257 | </ClInclude> | ||
258 | <ClInclude Include="..\..\include\SDL3\SDL_egl.h"> | ||
259 | <Filter>API Headers</Filter> | ||
260 | </ClInclude> | ||
261 | <ClInclude Include="..\..\include\SDL3\SDL_endian.h"> | ||
262 | <Filter>API Headers</Filter> | ||
263 | </ClInclude> | ||
264 | <ClInclude Include="..\..\include\SDL3\SDL_error.h"> | ||
265 | <Filter>API Headers</Filter> | ||
266 | </ClInclude> | ||
267 | <ClInclude Include="..\..\include\SDL3\SDL_events.h"> | ||
268 | <Filter>API Headers</Filter> | ||
269 | </ClInclude> | ||
270 | <ClInclude Include="..\..\include\SDL3\SDL_filesystem.h"> | ||
271 | <Filter>API Headers</Filter> | ||
272 | </ClInclude> | ||
273 | <ClInclude Include="..\..\include\SDL3\SDL_gamepad.h"> | ||
274 | <Filter>API Headers</Filter> | ||
275 | </ClInclude> | ||
276 | <ClInclude Include="..\..\include\SDL3\SDL_guid.h"> | ||
277 | <Filter>API Headers</Filter> | ||
278 | </ClInclude> | ||
279 | <ClInclude Include="..\..\include\SDL3\SDL_haptic.h"> | ||
280 | <Filter>API Headers</Filter> | ||
281 | </ClInclude> | ||
282 | <ClInclude Include="..\..\include\SDL3\SDL_hints.h"> | ||
283 | <Filter>API Headers</Filter> | ||
284 | </ClInclude> | ||
285 | <ClInclude Include="..\..\include\SDL3\SDL_hidapi.h"> | ||
286 | <Filter>API Headers</Filter> | ||
287 | </ClInclude> | ||
288 | <ClInclude Include="..\..\include\SDL3\SDL_asyncio.h"> | ||
289 | <Filter>API Headers</Filter> | ||
290 | </ClInclude> | ||
291 | <ClInclude Include="..\..\include\SDL3\SDL_joystick.h"> | ||
292 | <Filter>API Headers</Filter> | ||
293 | </ClInclude> | ||
294 | <ClInclude Include="..\..\include\SDL3\SDL_keyboard.h"> | ||
295 | <Filter>API Headers</Filter> | ||
296 | </ClInclude> | ||
297 | <ClInclude Include="..\..\include\SDL3\SDL_keycode.h"> | ||
298 | <Filter>API Headers</Filter> | ||
299 | </ClInclude> | ||
300 | <ClInclude Include="..\..\include\SDL3\SDL_loadso.h"> | ||
301 | <Filter>API Headers</Filter> | ||
302 | </ClInclude> | ||
303 | <ClInclude Include="..\..\include\SDL3\SDL_locale.h"> | ||
304 | <Filter>API Headers</Filter> | ||
305 | </ClInclude> | ||
306 | <ClInclude Include="..\..\include\SDL3\SDL_log.h"> | ||
307 | <Filter>API Headers</Filter> | ||
308 | </ClInclude> | ||
309 | <ClInclude Include="..\..\include\SDL3\SDL_main.h"> | ||
310 | <Filter>API Headers</Filter> | ||
311 | </ClInclude> | ||
312 | <ClInclude Include="..\..\include\SDL3\SDL_messagebox.h"> | ||
313 | <Filter>API Headers</Filter> | ||
314 | </ClInclude> | ||
315 | <ClInclude Include="..\..\include\SDL3\SDL_mouse.h"> | ||
316 | <Filter>API Headers</Filter> | ||
317 | </ClInclude> | ||
318 | <ClInclude Include="..\..\include\SDL3\SDL_mutex.h"> | ||
319 | <Filter>API Headers</Filter> | ||
320 | </ClInclude> | ||
321 | <ClInclude Include="..\..\include\SDL3\SDL_opengl.h"> | ||
322 | <Filter>API Headers</Filter> | ||
323 | </ClInclude> | ||
324 | <ClInclude Include="..\..\include\SDL3\SDL_opengl_glext.h"> | ||
325 | <Filter>API Headers</Filter> | ||
326 | </ClInclude> | ||
327 | <ClInclude Include="..\..\include\SDL3\SDL_opengles.h"> | ||
328 | <Filter>API Headers</Filter> | ||
329 | </ClInclude> | ||
330 | <ClInclude Include="..\..\include\SDL3\SDL_opengles2.h"> | ||
331 | <Filter>API Headers</Filter> | ||
332 | </ClInclude> | ||
333 | <ClInclude Include="..\..\include\SDL3\SDL_opengles2_gl2.h"> | ||
334 | <Filter>API Headers</Filter> | ||
335 | </ClInclude> | ||
336 | <ClInclude Include="..\..\include\SDL3\SDL_opengles2_gl2ext.h"> | ||
337 | <Filter>API Headers</Filter> | ||
338 | </ClInclude> | ||
339 | <ClInclude Include="..\..\include\SDL3\SDL_opengles2_gl2platform.h"> | ||
340 | <Filter>API Headers</Filter> | ||
341 | </ClInclude> | ||
342 | <ClInclude Include="..\..\include\SDL3\SDL_opengles2_khrplatform.h"> | ||
343 | <Filter>API Headers</Filter> | ||
344 | </ClInclude> | ||
345 | <ClInclude Include="..\..\include\SDL3\SDL_pen.h"> | ||
346 | <Filter>API Headers</Filter> | ||
347 | </ClInclude> | ||
348 | <ClInclude Include="..\..\include\SDL3\SDL_pixels.h"> | ||
349 | <Filter>API Headers</Filter> | ||
350 | </ClInclude> | ||
351 | <ClInclude Include="..\..\include\SDL3\SDL_platform.h"> | ||
352 | <Filter>API Headers</Filter> | ||
353 | </ClInclude> | ||
354 | <ClInclude Include="..\..\include\SDL3\SDL_platform_defines.h"> | ||
355 | <Filter>API Headers</Filter> | ||
356 | </ClInclude> | ||
357 | <ClInclude Include="..\..\include\SDL3\SDL_power.h"> | ||
358 | <Filter>API Headers</Filter> | ||
359 | </ClInclude> | ||
360 | <ClInclude Include="..\..\include\SDL3\SDL_process.h"> | ||
361 | <Filter>API Headers</Filter> | ||
362 | </ClInclude> | ||
363 | <ClInclude Include="..\..\include\SDL3\SDL_properties.h"> | ||
364 | <Filter>API Headers</Filter> | ||
365 | </ClInclude> | ||
366 | <ClInclude Include="..\..\include\SDL3\SDL_rect.h"> | ||
367 | <Filter>API Headers</Filter> | ||
368 | </ClInclude> | ||
369 | <ClInclude Include="..\..\include\SDL3\SDL_render.h"> | ||
370 | <Filter>API Headers</Filter> | ||
371 | </ClInclude> | ||
372 | <ClInclude Include="..\..\include\SDL3\SDL_revision.h"> | ||
373 | <Filter>API Headers</Filter> | ||
374 | </ClInclude> | ||
375 | <ClInclude Include="..\..\include\SDL3\SDL_iostream.h"> | ||
376 | <Filter>API Headers</Filter> | ||
377 | </ClInclude> | ||
378 | <ClInclude Include="..\..\include\SDL3\SDL_scancode.h"> | ||
379 | <Filter>API Headers</Filter> | ||
380 | </ClInclude> | ||
381 | <ClInclude Include="..\..\include\SDL3\SDL_sensor.h"> | ||
382 | <Filter>API Headers</Filter> | ||
383 | </ClInclude> | ||
384 | <ClInclude Include="..\..\include\SDL3\SDL_stdinc.h"> | ||
385 | <Filter>API Headers</Filter> | ||
386 | </ClInclude> | ||
387 | <ClInclude Include="..\..\include\SDL3\SDL_surface.h"> | ||
388 | <Filter>API Headers</Filter> | ||
389 | </ClInclude> | ||
390 | <ClInclude Include="..\..\include\SDL3\SDL_system.h"> | ||
391 | <Filter>API Headers</Filter> | ||
392 | </ClInclude> | ||
393 | <ClInclude Include="..\..\include\SDL3\SDL_test.h"> | ||
394 | <Filter>API Headers</Filter> | ||
395 | </ClInclude> | ||
396 | <ClInclude Include="..\..\include\SDL3\SDL_test_assert.h"> | ||
397 | <Filter>API Headers</Filter> | ||
398 | </ClInclude> | ||
399 | <ClInclude Include="..\..\include\SDL3\SDL_test_common.h"> | ||
400 | <Filter>API Headers</Filter> | ||
401 | </ClInclude> | ||
402 | <ClInclude Include="..\..\include\SDL3\SDL_test_compare.h"> | ||
403 | <Filter>API Headers</Filter> | ||
404 | </ClInclude> | ||
405 | <ClInclude Include="..\..\include\SDL3\SDL_test_crc32.h"> | ||
406 | <Filter>API Headers</Filter> | ||
407 | </ClInclude> | ||
408 | <ClInclude Include="..\..\include\SDL3\SDL_test_font.h"> | ||
409 | <Filter>API Headers</Filter> | ||
410 | </ClInclude> | ||
411 | <ClInclude Include="..\..\include\SDL3\SDL_test_fuzzer.h"> | ||
412 | <Filter>API Headers</Filter> | ||
413 | </ClInclude> | ||
414 | <ClInclude Include="..\..\include\SDL3\SDL_test_harness.h"> | ||
415 | <Filter>API Headers</Filter> | ||
416 | </ClInclude> | ||
417 | <ClInclude Include="..\..\include\SDL3\SDL_test_log.h"> | ||
418 | <Filter>API Headers</Filter> | ||
419 | </ClInclude> | ||
420 | <ClInclude Include="..\..\include\SDL3\SDL_test_md5.h"> | ||
421 | <Filter>API Headers</Filter> | ||
422 | </ClInclude> | ||
423 | <ClInclude Include="..\..\include\SDL3\SDL_thread.h"> | ||
424 | <Filter>API Headers</Filter> | ||
425 | </ClInclude> | ||
426 | <ClInclude Include="..\..\include\SDL3\SDL_timer.h"> | ||
427 | <Filter>API Headers</Filter> | ||
428 | </ClInclude> | ||
429 | <ClInclude Include="..\..\include\SDL3\SDL_touch.h"> | ||
430 | <Filter>API Headers</Filter> | ||
431 | </ClInclude> | ||
432 | <ClInclude Include="..\..\include\SDL3\SDL_version.h"> | ||
433 | <Filter>API Headers</Filter> | ||
434 | </ClInclude> | ||
435 | <ClInclude Include="..\..\include\SDL3\SDL_video.h"> | ||
436 | <Filter>API Headers</Filter> | ||
437 | </ClInclude> | ||
438 | <ClInclude Include="..\..\include\SDL3\SDL_vulkan.h"> | ||
439 | <Filter>API Headers</Filter> | ||
440 | </ClInclude> | ||
441 | <ClInclude Include="..\..\src\camera\SDL_camera_c.h"> | ||
442 | <Filter>camera</Filter> | ||
443 | </ClInclude> | ||
444 | <ClInclude Include="..\..\src\camera\SDL_syscamera.h"> | ||
445 | <Filter>camera</Filter> | ||
446 | </ClInclude> | ||
447 | <ClInclude Include="..\..\src\filesystem\SDL_sysfilesystem.h"> | ||
448 | <Filter>filesystem</Filter> | ||
449 | </ClInclude> | ||
450 | <ClInclude Include="..\..\src\io\SDL_asyncio_c.h"> | ||
451 | <Filter>io</Filter> | ||
452 | </ClInclude> | ||
453 | <ClInclude Include="..\..\src\io\SDL_sysasyncio.h"> | ||
454 | <Filter>io</Filter> | ||
455 | </ClInclude> | ||
456 | <ClInclude Include="..\..\src\main\SDL_main_callbacks.h"> | ||
457 | <Filter>main</Filter> | ||
458 | </ClInclude> | ||
459 | <ClInclude Include="..\..\src\SDL_error_c.h" /> | ||
460 | <ClInclude Include="..\..\src\SDL_hashtable.h" /> | ||
461 | <ClInclude Include="..\..\src\SDL_list.h" /> | ||
462 | <ClInclude Include="..\..\include\SDL3\SDL_metal.h"> | ||
463 | <Filter>API Headers</Filter> | ||
464 | </ClInclude> | ||
465 | <ClInclude Include="..\..\include\SDL3\SDL_misc.h"> | ||
466 | <Filter>API Headers</Filter> | ||
467 | </ClInclude> | ||
468 | <ClInclude Include="..\..\include\SDL3\SDL_test_memory.h"> | ||
469 | <Filter>API Headers</Filter> | ||
470 | </ClInclude> | ||
471 | <ClInclude Include="..\..\src\audio\SDL_audio_c.h"> | ||
472 | <Filter>audio</Filter> | ||
473 | </ClInclude> | ||
474 | <ClInclude Include="..\..\src\audio\SDL_audiodev_c.h"> | ||
475 | <Filter>audio</Filter> | ||
476 | </ClInclude> | ||
477 | <ClInclude Include="..\..\src\audio\SDL_wave.h"> | ||
478 | <Filter>audio</Filter> | ||
479 | </ClInclude> | ||
480 | <ClInclude Include="..\..\src\audio\SDL_sysaudio.h"> | ||
481 | <Filter>audio</Filter> | ||
482 | </ClInclude> | ||
483 | <ClInclude Include="..\..\src\audio\SDL_audioqueue.h"> | ||
484 | <Filter>audio</Filter> | ||
485 | </ClInclude> | ||
486 | <ClInclude Include="..\..\src\audio\SDL_audioresample.h"> | ||
487 | <Filter>audio</Filter> | ||
488 | </ClInclude> | ||
489 | <ClInclude Include="..\..\src\core\windows\SDL_directx.h"> | ||
490 | <Filter>core\windows</Filter> | ||
491 | </ClInclude> | ||
492 | <ClInclude Include="..\..\src\core\windows\SDL_gameinput.h"> | ||
493 | <Filter>core\windows</Filter> | ||
494 | </ClInclude> | ||
495 | <ClInclude Include="..\..\src\core\windows\SDL_hid.h"> | ||
496 | <Filter>core\windows</Filter> | ||
497 | </ClInclude> | ||
498 | <ClInclude Include="..\..\src\core\windows\SDL_immdevice.h"> | ||
499 | <Filter>core\windows</Filter> | ||
500 | </ClInclude> | ||
501 | <ClInclude Include="..\..\src\core\windows\SDL_windows.h"> | ||
502 | <Filter>core\windows</Filter> | ||
503 | </ClInclude> | ||
504 | <ClInclude Include="..\..\src\core\windows\SDL_xinput.h"> | ||
505 | <Filter>core\windows</Filter> | ||
506 | </ClInclude> | ||
507 | <ClInclude Include="..\..\src\core\windows\SDL_directx.h"> | ||
508 | <Filter>core\windows</Filter> | ||
509 | </ClInclude> | ||
510 | <ClInclude Include="..\..\src\cpuinfo\SDL_cpuinfo_c.h"> | ||
511 | <Filter>cpuinfo</Filter> | ||
512 | </ClInclude> | ||
513 | <ClInclude Include="..\..\src\dynapi\SDL_dynapi.h"> | ||
514 | <Filter>dynapi</Filter> | ||
515 | </ClInclude> | ||
516 | <ClInclude Include="..\..\src\dynapi\SDL_dynapi_overrides.h"> | ||
517 | <Filter>dynapi</Filter> | ||
518 | </ClInclude> | ||
519 | <ClInclude Include="..\..\src\dynapi\SDL_dynapi_procs.h"> | ||
520 | <Filter>dynapi</Filter> | ||
521 | </ClInclude> | ||
522 | <ClInclude Include="..\..\src\dynapi\SDL_dynapi_unsupported.h"> | ||
523 | <Filter>dynapi</Filter> | ||
524 | </ClInclude> | ||
525 | <ClInclude Include="..\..\src\events\SDL_clipboardevents_c.h"> | ||
526 | <Filter>events</Filter> | ||
527 | </ClInclude> | ||
528 | <ClInclude Include="..\..\src\events\SDL_displayevents_c.h"> | ||
529 | <Filter>events</Filter> | ||
530 | </ClInclude> | ||
531 | <ClInclude Include="..\..\src\events\SDL_dropevents_c.h"> | ||
532 | <Filter>events</Filter> | ||
533 | </ClInclude> | ||
534 | <ClInclude Include="..\..\src\events\SDL_events_c.h"> | ||
535 | <Filter>events</Filter> | ||
536 | </ClInclude> | ||
537 | <ClInclude Include="..\..\src\events\SDL_eventfilter_c.h"> | ||
538 | <Filter>events</Filter> | ||
539 | </ClInclude> | ||
540 | <ClInclude Include="..\..\src\events\SDL_keyboard_c.h"> | ||
541 | <Filter>events</Filter> | ||
542 | </ClInclude> | ||
543 | <ClInclude Include="..\..\src\events\SDL_keymap_c.h"> | ||
544 | <Filter>events</Filter> | ||
545 | </ClInclude> | ||
546 | <ClInclude Include="..\..\src\events\SDL_mouse_c.h"> | ||
547 | <Filter>events</Filter> | ||
548 | </ClInclude> | ||
549 | <ClInclude Include="..\..\src\events\SDL_touch_c.h"> | ||
550 | <Filter>events</Filter> | ||
551 | </ClInclude> | ||
552 | <ClInclude Include="..\..\src\events\SDL_windowevents_c.h"> | ||
553 | <Filter>events</Filter> | ||
554 | </ClInclude> | ||
555 | <ClInclude Include="..\..\src\events\blank_cursor.h"> | ||
556 | <Filter>events</Filter> | ||
557 | </ClInclude> | ||
558 | <ClInclude Include="..\..\src\events\default_cursor.h"> | ||
559 | <Filter>events</Filter> | ||
560 | </ClInclude> | ||
561 | <ClInclude Include="..\..\src\events\scancodes_windows.h"> | ||
562 | <Filter>events</Filter> | ||
563 | </ClInclude> | ||
564 | <ClInclude Include="..\..\src\haptic\SDL_syshaptic.h"> | ||
565 | <Filter>haptic</Filter> | ||
566 | </ClInclude> | ||
567 | <ClInclude Include="..\..\src\haptic\SDL_haptic_c.h"> | ||
568 | <Filter>haptic</Filter> | ||
569 | </ClInclude> | ||
570 | <ClInclude Include="..\..\src\joystick\SDL_gamepad_c.h"> | ||
571 | <Filter>joystick</Filter> | ||
572 | </ClInclude> | ||
573 | <ClInclude Include="..\..\src\joystick\SDL_gamepad_db.h"> | ||
574 | <Filter>joystick</Filter> | ||
575 | </ClInclude> | ||
576 | <ClInclude Include="..\..\src\joystick\SDL_joystick_c.h"> | ||
577 | <Filter>joystick</Filter> | ||
578 | </ClInclude> | ||
579 | <ClInclude Include="..\..\src\joystick\SDL_steam_virtual_gamepad.h"> | ||
580 | <Filter>joystick</Filter> | ||
581 | </ClInclude> | ||
582 | <ClInclude Include="..\..\src\joystick\SDL_sysjoystick.h"> | ||
583 | <Filter>joystick</Filter> | ||
584 | </ClInclude> | ||
585 | <ClInclude Include="..\..\src\joystick\controller_type.h"> | ||
586 | <Filter>joystick</Filter> | ||
587 | </ClInclude> | ||
588 | <ClInclude Include="..\..\src\joystick\usb_ids.h"> | ||
589 | <Filter>joystick</Filter> | ||
590 | </ClInclude> | ||
591 | <ClInclude Include="..\..\src\libm\math_libm.h"> | ||
592 | <Filter>libm</Filter> | ||
593 | </ClInclude> | ||
594 | <ClInclude Include="..\..\src\libm\math_private.h"> | ||
595 | <Filter>libm</Filter> | ||
596 | </ClInclude> | ||
597 | <ClInclude Include="..\..\src\hidapi\hidapi\hidapi.h"> | ||
598 | <Filter>hidapi\hidapi</Filter> | ||
599 | </ClInclude> | ||
600 | <ClInclude Include="..\..\src\locale\SDL_syslocale.h"> | ||
601 | <Filter>locale</Filter> | ||
602 | </ClInclude> | ||
603 | <ClInclude Include="..\..\src\misc\SDL_sysurl.h"> | ||
604 | <Filter>misc</Filter> | ||
605 | </ClInclude> | ||
606 | <ClInclude Include="..\..\src\audio\directsound\SDL_directsound.h"> | ||
607 | <Filter>audio\directsound</Filter> | ||
608 | </ClInclude> | ||
609 | <ClInclude Include="..\..\src\audio\disk\SDL_diskaudio.h"> | ||
610 | <Filter>audio\disk</Filter> | ||
611 | </ClInclude> | ||
612 | <ClInclude Include="..\..\src\audio\dummy\SDL_dummyaudio.h"> | ||
613 | <Filter>audio\dummy</Filter> | ||
614 | </ClInclude> | ||
615 | <ClInclude Include="..\..\src\audio\wasapi\SDL_wasapi.h"> | ||
616 | <Filter>audio\wasapi</Filter> | ||
617 | </ClInclude> | ||
618 | <ClInclude Include="..\..\src\haptic\windows\SDL_dinputhaptic_c.h"> | ||
619 | <Filter>haptic\windows</Filter> | ||
620 | </ClInclude> | ||
621 | <ClInclude Include="..\..\src\haptic\windows\SDL_windowshaptic_c.h"> | ||
622 | <Filter>haptic\windows</Filter> | ||
623 | </ClInclude> | ||
624 | <ClInclude Include="..\..\src\joystick\hidapi\SDL_hidapijoystick_c.h"> | ||
625 | <Filter>joystick\hidapi</Filter> | ||
626 | </ClInclude> | ||
627 | <ClInclude Include="..\..\src\joystick\hidapi\SDL_hidapi_rumble.h"> | ||
628 | <Filter>joystick\hidapi</Filter> | ||
629 | </ClInclude> | ||
630 | <ClInclude Include="..\..\src\joystick\windows\SDL_dinputjoystick_c.h"> | ||
631 | <Filter>joystick\windows</Filter> | ||
632 | </ClInclude> | ||
633 | <ClInclude Include="..\..\src\joystick\windows\SDL_rawinputjoystick_c.h"> | ||
634 | <Filter>joystick\windows</Filter> | ||
635 | </ClInclude> | ||
636 | <ClInclude Include="..\..\src\joystick\windows\SDL_windowsjoystick_c.h"> | ||
637 | <Filter>joystick\windows</Filter> | ||
638 | </ClInclude> | ||
639 | <ClInclude Include="..\..\src\joystick\windows\SDL_xinputjoystick_c.h"> | ||
640 | <Filter>joystick\windows</Filter> | ||
641 | </ClInclude> | ||
642 | <ClInclude Include="..\..\src\joystick\virtual\SDL_virtualjoystick_c.h"> | ||
643 | <Filter>joystick\virtual</Filter> | ||
644 | </ClInclude> | ||
645 | <ClInclude Include="..\..\src\video\SDL_RLEaccel_c.h"> | ||
646 | <Filter>video</Filter> | ||
647 | </ClInclude> | ||
648 | <ClInclude Include="..\..\src\video\SDL_surface_c.h"> | ||
649 | <Filter>video</Filter> | ||
650 | </ClInclude> | ||
651 | <ClInclude Include="..\..\src\video\SDL_blit.h"> | ||
652 | <Filter>video</Filter> | ||
653 | </ClInclude> | ||
654 | <ClInclude Include="..\..\src\video\SDL_blit_auto.h"> | ||
655 | <Filter>video</Filter> | ||
656 | </ClInclude> | ||
657 | <ClInclude Include="..\..\src\video\SDL_blit_copy.h"> | ||
658 | <Filter>video</Filter> | ||
659 | </ClInclude> | ||
660 | <ClInclude Include="..\..\src\video\SDL_blit_slow.h"> | ||
661 | <Filter>video</Filter> | ||
662 | </ClInclude> | ||
663 | <ClInclude Include="..\..\src\video\SDL_clipboard_c.h"> | ||
664 | <Filter>video</Filter> | ||
665 | </ClInclude> | ||
666 | <ClInclude Include="..\..\src\video\SDL_pixels_c.h"> | ||
667 | <Filter>video</Filter> | ||
668 | </ClInclude> | ||
669 | <ClInclude Include="..\..\src\video\SDL_rect_c.h"> | ||
670 | <Filter>video</Filter> | ||
671 | </ClInclude> | ||
672 | <ClInclude Include="..\..\src\video\SDL_sysvideo.h"> | ||
673 | <Filter>video</Filter> | ||
674 | </ClInclude> | ||
675 | <ClInclude Include="..\..\src\video\SDL_egl_c.h"> | ||
676 | <Filter>video</Filter> | ||
677 | </ClInclude> | ||
678 | <ClInclude Include="..\..\src\video\SDL_stb_c.h"> | ||
679 | <Filter>video</Filter> | ||
680 | </ClInclude> | ||
681 | <ClInclude Include="..\..\src\video\SDL_yuv_c.h"> | ||
682 | <Filter>video</Filter> | ||
683 | </ClInclude> | ||
684 | <ClInclude Include="..\..\src\video\SDL_vulkan_internal.h"> | ||
685 | <Filter>video</Filter> | ||
686 | </ClInclude> | ||
687 | <ClInclude Include="..\..\src\video\dummy\SDL_nullevents_c.h"> | ||
688 | <Filter>video\dummy</Filter> | ||
689 | </ClInclude> | ||
690 | <ClInclude Include="..\..\src\video\dummy\SDL_nullframebuffer_c.h"> | ||
691 | <Filter>video\dummy</Filter> | ||
692 | </ClInclude> | ||
693 | <ClInclude Include="..\..\src\video\dummy\SDL_nullvideo.h"> | ||
694 | <Filter>video\dummy</Filter> | ||
695 | </ClInclude> | ||
696 | <ClInclude Include="..\..\src\video\yuv2rgb\yuv_rgb.h"> | ||
697 | <Filter>video\yuv2rgb</Filter> | ||
698 | </ClInclude> | ||
699 | <ClInclude Include="..\..\src\video\yuv2rgb\yuv_rgb_sse_func.h"> | ||
700 | <Filter>video\yuv2rgb</Filter> | ||
701 | </ClInclude> | ||
702 | <ClInclude Include="..\..\src\video\yuv2rgb\yuv_rgb_std_func.h"> | ||
703 | <Filter>video\yuv2rgb</Filter> | ||
704 | </ClInclude> | ||
705 | <ClInclude Include="..\..\src\video\windows\SDL_surface_utils.h"> | ||
706 | <Filter>video\windows</Filter> | ||
707 | </ClInclude> | ||
708 | <ClInclude Include="..\..\src\video\windows\SDL_windowsclipboard.h"> | ||
709 | <Filter>video\windows</Filter> | ||
710 | </ClInclude> | ||
711 | <ClInclude Include="..\..\src\video\windows\SDL_windowsevents.h"> | ||
712 | <Filter>video\windows</Filter> | ||
713 | </ClInclude> | ||
714 | <ClInclude Include="..\..\src\video\windows\SDL_windowsframebuffer.h"> | ||
715 | <Filter>video\windows</Filter> | ||
716 | </ClInclude> | ||
717 | <ClInclude Include="..\..\src\video\windows\SDL_windowskeyboard.h"> | ||
718 | <Filter>video\windows</Filter> | ||
719 | </ClInclude> | ||
720 | <ClInclude Include="..\..\src\video\windows\SDL_windowsgameinput.h"> | ||
721 | <Filter>video\windows</Filter> | ||
722 | </ClInclude> | ||
723 | <ClInclude Include="..\..\src\video\windows\SDL_windowsmessagebox.h"> | ||
724 | <Filter>video\windows</Filter> | ||
725 | </ClInclude> | ||
726 | <ClInclude Include="..\..\src\video\windows\SDL_windowsmodes.h"> | ||
727 | <Filter>video\windows</Filter> | ||
728 | </ClInclude> | ||
729 | <ClInclude Include="..\..\src\video\windows\SDL_windowsmouse.h"> | ||
730 | <Filter>video\windows</Filter> | ||
731 | </ClInclude> | ||
732 | <ClInclude Include="..\..\src\video\windows\SDL_windowsopengl.h"> | ||
733 | <Filter>video\windows</Filter> | ||
734 | </ClInclude> | ||
735 | <ClInclude Include="..\..\src\video\windows\SDL_windowsrawinput.h"> | ||
736 | <Filter>video\windows</Filter> | ||
737 | </ClInclude> | ||
738 | <ClInclude Include="..\..\src\video\windows\SDL_windowsshape.h"> | ||
739 | <Filter>video\windows</Filter> | ||
740 | </ClInclude> | ||
741 | <ClInclude Include="..\..\src\video\windows\SDL_windowsvideo.h"> | ||
742 | <Filter>video\windows</Filter> | ||
743 | </ClInclude> | ||
744 | <ClInclude Include="..\..\src\video\windows\SDL_windowsvulkan.h"> | ||
745 | <Filter>video\windows</Filter> | ||
746 | </ClInclude> | ||
747 | <ClInclude Include="..\..\src\video\windows\SDL_windowswindow.h"> | ||
748 | <Filter>video\windows</Filter> | ||
749 | </ClInclude> | ||
750 | <ClInclude Include="..\..\src\video\windows\wmmsg.h"> | ||
751 | <Filter>video\windows</Filter> | ||
752 | </ClInclude> | ||
753 | <ClInclude Include="..\..\src\video\windows\SDL_msctf.h"> | ||
754 | <Filter>video\windows</Filter> | ||
755 | </ClInclude> | ||
756 | <ClInclude Include="..\..\src\video\windows\SDL_windowsopengles.h"> | ||
757 | <Filter>video\windows</Filter> | ||
758 | </ClInclude> | ||
759 | <ClInclude Include="..\..\src\timer\SDL_timer_c.h"> | ||
760 | <Filter>timer</Filter> | ||
761 | </ClInclude> | ||
762 | <ClInclude Include="..\..\src\thread\SDL_thread_c.h"> | ||
763 | <Filter>thread</Filter> | ||
764 | </ClInclude> | ||
765 | <ClInclude Include="..\..\src\thread\SDL_systhread.h"> | ||
766 | <Filter>thread</Filter> | ||
767 | </ClInclude> | ||
768 | <ClInclude Include="..\..\src\thread\windows\SDL_sysmutex_c.h"> | ||
769 | <Filter>thread\windows</Filter> | ||
770 | </ClInclude> | ||
771 | <ClInclude Include="..\..\src\thread\windows\SDL_systhread_c.h"> | ||
772 | <Filter>thread\windows</Filter> | ||
773 | </ClInclude> | ||
774 | <ClInclude Include="..\..\src\thread\generic\SDL_syscond_c.h"> | ||
775 | <Filter>thread\generic</Filter> | ||
776 | </ClInclude> | ||
777 | <ClInclude Include="..\..\src\sensor\SDL_sensor_c.h"> | ||
778 | <Filter>sensor</Filter> | ||
779 | </ClInclude> | ||
780 | <ClInclude Include="..\..\src\sensor\SDL_syssensor.h"> | ||
781 | <Filter>sensor</Filter> | ||
782 | </ClInclude> | ||
783 | <ClInclude Include="..\..\src\sensor\dummy\SDL_dummysensor.h"> | ||
784 | <Filter>sensor\dummy</Filter> | ||
785 | </ClInclude> | ||
786 | <ClInclude Include="..\..\src\sensor\windows\SDL_windowssensor.h"> | ||
787 | <Filter>sensor\windows</Filter> | ||
788 | </ClInclude> | ||
789 | <ClInclude Include="..\..\src\render\SDL_d3dmath.h"> | ||
790 | <Filter>render</Filter> | ||
791 | </ClInclude> | ||
792 | <ClInclude Include="..\..\src\render\SDL_sysrender.h"> | ||
793 | <Filter>render</Filter> | ||
794 | </ClInclude> | ||
795 | <ClInclude Include="..\..\src\render\SDL_yuv_sw_c.h"> | ||
796 | <Filter>render</Filter> | ||
797 | </ClInclude> | ||
798 | <ClInclude Include="..\..\src\render\direct3d\SDL_shaders_d3d.h"> | ||
799 | <Filter>render\direct3d</Filter> | ||
800 | </ClInclude> | ||
801 | <ClInclude Include="..\..\src\render\direct3d11\SDL_shaders_d3d11.h"> | ||
802 | <Filter>render\direct3d11</Filter> | ||
803 | </ClInclude> | ||
804 | <ClInclude Include="..\..\src\render\opengl\SDL_glfuncs.h"> | ||
805 | <Filter>render\opengl</Filter> | ||
806 | </ClInclude> | ||
807 | <ClInclude Include="..\..\src\render\opengl\SDL_shaders_gl.h"> | ||
808 | <Filter>render\opengl</Filter> | ||
809 | </ClInclude> | ||
810 | <ClInclude Include="..\..\src\render\opengles2\SDL_shaders_gles2.h"> | ||
811 | <Filter>render\opengles2</Filter> | ||
812 | </ClInclude> | ||
813 | <ClInclude Include="..\..\src\render\opengles2\SDL_gles2funcs.h"> | ||
814 | <Filter>render\opengles2</Filter> | ||
815 | </ClInclude> | ||
816 | <ClInclude Include="..\..\src\render\software\SDL_blendfillrect.h"> | ||
817 | <Filter>render\software</Filter> | ||
818 | </ClInclude> | ||
819 | <ClInclude Include="..\..\src\render\software\SDL_blendline.h"> | ||
820 | <Filter>render\software</Filter> | ||
821 | </ClInclude> | ||
822 | <ClInclude Include="..\..\src\render\software\SDL_blendpoint.h"> | ||
823 | <Filter>render\software</Filter> | ||
824 | </ClInclude> | ||
825 | <ClInclude Include="..\..\src\render\software\SDL_draw.h"> | ||
826 | <Filter>render\software</Filter> | ||
827 | </ClInclude> | ||
828 | <ClInclude Include="..\..\src\render\software\SDL_drawline.h"> | ||
829 | <Filter>render\software</Filter> | ||
830 | </ClInclude> | ||
831 | <ClInclude Include="..\..\src\render\software\SDL_drawpoint.h"> | ||
832 | <Filter>render\software</Filter> | ||
833 | </ClInclude> | ||
834 | <ClInclude Include="..\..\src\render\software\SDL_render_sw_c.h"> | ||
835 | <Filter>render\software</Filter> | ||
836 | </ClInclude> | ||
837 | <ClInclude Include="..\..\src\render\software\SDL_rotate.h"> | ||
838 | <Filter>render\software</Filter> | ||
839 | </ClInclude> | ||
840 | <ClInclude Include="..\..\src\render\software\SDL_triangle.h"> | ||
841 | <Filter>render\software</Filter> | ||
842 | </ClInclude> | ||
843 | <ClInclude Include="..\..\src\power\SDL_syspower.h"> | ||
844 | <Filter>power</Filter> | ||
845 | </ClInclude> | ||
846 | <ClInclude Include="..\..\src\video\khronos\vulkan\vulkan_xlib_xrandr.h"> | ||
847 | <Filter>video\khronos\vulkan</Filter> | ||
848 | </ClInclude> | ||
849 | <ClInclude Include="..\..\src\video\khronos\vulkan\vk_icd.h"> | ||
850 | <Filter>video\khronos\vulkan</Filter> | ||
851 | </ClInclude> | ||
852 | <ClInclude Include="..\..\src\video\khronos\vulkan\vk_layer.h"> | ||
853 | <Filter>video\khronos\vulkan</Filter> | ||
854 | </ClInclude> | ||
855 | <ClInclude Include="..\..\src\video\khronos\vulkan\vk_platform.h"> | ||
856 | <Filter>video\khronos\vulkan</Filter> | ||
857 | </ClInclude> | ||
858 | <ClInclude Include="..\..\src\video\khronos\vulkan\vk_sdk_platform.h"> | ||
859 | <Filter>video\khronos\vulkan</Filter> | ||
860 | </ClInclude> | ||
861 | <ClInclude Include="..\..\src\video\khronos\vulkan\vulkan.h"> | ||
862 | <Filter>video\khronos\vulkan</Filter> | ||
863 | </ClInclude> | ||
864 | <ClInclude Include="..\..\src\video\khronos\vulkan\vulkan_android.h"> | ||
865 | <Filter>video\khronos\vulkan</Filter> | ||
866 | </ClInclude> | ||
867 | <ClInclude Include="..\..\src\video\khronos\vulkan\vulkan_beta.h"> | ||
868 | <Filter>video\khronos\vulkan</Filter> | ||
869 | </ClInclude> | ||
870 | <ClInclude Include="..\..\src\video\khronos\vulkan\vulkan_core.h"> | ||
871 | <Filter>video\khronos\vulkan</Filter> | ||
872 | </ClInclude> | ||
873 | <ClInclude Include="..\..\src\video\khronos\vulkan\vulkan_directfb.h"> | ||
874 | <Filter>video\khronos\vulkan</Filter> | ||
875 | </ClInclude> | ||
876 | <ClInclude Include="..\..\src\video\khronos\vulkan\vulkan_fuchsia.h"> | ||
877 | <Filter>video\khronos\vulkan</Filter> | ||
878 | </ClInclude> | ||
879 | <ClInclude Include="..\..\src\video\khronos\vulkan\vulkan_ggp.h"> | ||
880 | <Filter>video\khronos\vulkan</Filter> | ||
881 | </ClInclude> | ||
882 | <ClInclude Include="..\..\src\video\khronos\vulkan\vulkan_ios.h"> | ||
883 | <Filter>video\khronos\vulkan</Filter> | ||
884 | </ClInclude> | ||
885 | <ClInclude Include="..\..\src\video\khronos\vulkan\vulkan_macos.h"> | ||
886 | <Filter>video\khronos\vulkan</Filter> | ||
887 | </ClInclude> | ||
888 | <ClInclude Include="..\..\src\video\khronos\vulkan\vulkan_metal.h"> | ||
889 | <Filter>video\khronos\vulkan</Filter> | ||
890 | </ClInclude> | ||
891 | <ClInclude Include="..\..\src\video\khronos\vulkan\vulkan_vi.h"> | ||
892 | <Filter>video\khronos\vulkan</Filter> | ||
893 | </ClInclude> | ||
894 | <ClInclude Include="..\..\src\video\khronos\vulkan\vulkan_wayland.h"> | ||
895 | <Filter>video\khronos\vulkan</Filter> | ||
896 | </ClInclude> | ||
897 | <ClInclude Include="..\..\src\video\khronos\vulkan\vulkan_win32.h"> | ||
898 | <Filter>video\khronos\vulkan</Filter> | ||
899 | </ClInclude> | ||
900 | <ClInclude Include="..\..\src\video\khronos\vulkan\vulkan_xcb.h"> | ||
901 | <Filter>video\khronos\vulkan</Filter> | ||
902 | </ClInclude> | ||
903 | <ClInclude Include="..\..\src\video\khronos\vulkan\vulkan_xlib.h"> | ||
904 | <Filter>video\khronos\vulkan</Filter> | ||
905 | </ClInclude> | ||
906 | <ClInclude Include="..\..\src\SDL_assert_c.h" /> | ||
907 | <ClInclude Include="..\..\src\SDL_hints_c.h" /> | ||
908 | <ClInclude Include="..\..\src\SDL_internal.h" /> | ||
909 | <ClInclude Include="..\..\src\SDL_log_c.h" /> | ||
910 | <ClInclude Include="..\..\src\SDL_properties_c.h" /> | ||
911 | <ClInclude Include="..\..\src\render\direct3d12\SDL_shaders_d3d12.h"> | ||
912 | <Filter>render\direct3d12</Filter> | ||
913 | </ClInclude> | ||
914 | <ClInclude Include="..\..\src\hidapi\SDL_hidapi_c.h" /> | ||
915 | <ClInclude Include="..\..\src\thread\generic\SDL_sysrwlock_c.h" /> | ||
916 | <ClInclude Include="..\..\src\thread\generic\SDL_sysrwlock_c.h" /> | ||
917 | <ClInclude Include="..\..\src\video\yuv2rgb\yuv_rgb_common.h" /> | ||
918 | <ClInclude Include="..\..\src\video\yuv2rgb\yuv_rgb_internal.h" /> | ||
919 | <ClInclude Include="..\..\src\video\yuv2rgb\yuv_rgb_lsx.h" /> | ||
920 | <ClInclude Include="..\..\src\video\yuv2rgb\yuv_rgb_lsx_func.h" /> | ||
921 | <ClInclude Include="..\..\src\video\yuv2rgb\yuv_rgb_sse.h" /> | ||
922 | <ClInclude Include="..\..\src\video\yuv2rgb\yuv_rgb_std.h" /> | ||
923 | <ClInclude Include="..\..\src\render\vulkan\SDL_shaders_vulkan.h"> | ||
924 | <Filter>render\vulkan</Filter> | ||
925 | </ClInclude> | ||
926 | <ClInclude Include="..\..\src\video\offscreen\SDL_offscreenevents_c.h"> | ||
927 | <Filter>video\offscreen</Filter> | ||
928 | </ClInclude> | ||
929 | <ClInclude Include="..\..\src\video\offscreen\SDL_offscreenframebuffer_c.h"> | ||
930 | <Filter>video\offscreen</Filter> | ||
931 | </ClInclude> | ||
932 | <ClInclude Include="..\..\src\video\offscreen\SDL_offscreenopengles.h"> | ||
933 | <Filter>video\offscreen</Filter> | ||
934 | </ClInclude> | ||
935 | <ClInclude Include="..\..\src\video\offscreen\SDL_offscreenvideo.h"> | ||
936 | <Filter>video\offscreen</Filter> | ||
937 | </ClInclude> | ||
938 | <ClInclude Include="..\..\src\video\offscreen\SDL_offscreenvulkan.h"> | ||
939 | <Filter>video\offscreen</Filter> | ||
940 | </ClInclude> | ||
941 | <ClInclude Include="..\..\src\video\offscreen\SDL_offscreenwindow.h"> | ||
942 | <Filter>video\offscreen</Filter> | ||
943 | </ClInclude> | ||
944 | <ClInclude Include="..\..\include\SDL3\SDL_gpu.h"> | ||
945 | <Filter>API Headers</Filter> | ||
946 | </ClInclude> | ||
947 | <ClInclude Include="..\..\src\gpu\SDL_sysgpu.h"> | ||
948 | <Filter>gpu</Filter> | ||
949 | </ClInclude> | ||
950 | <ClInclude Include="..\..\src\gpu\vulkan\SDL_gpu_vulkan_vkfuncs.h"> | ||
951 | <Filter>gpu</Filter> | ||
952 | </ClInclude> | ||
953 | <ClInclude Include="..\..\include\SDL3\SDL_storage.h" /> | ||
954 | <ClInclude Include="..\..\include\SDL3\SDL_time.h" /> | ||
955 | <ClInclude Include="..\..\src\events\SDL_categories_c.h" /> | ||
956 | </ItemGroup> | ||
957 | <ItemGroup> | ||
958 | <ClCompile Include="..\..\src\audio\wasapi\SDL_wasapi.c" /> | ||
959 | <ClCompile Include="..\..\src\camera\dummy\SDL_camera_dummy.c"> | ||
960 | <Filter>camera\dummy</Filter> | ||
961 | </ClCompile> | ||
962 | <ClCompile Include="..\..\src\camera\mediafoundation\SDL_camera_mediafoundation.c"> | ||
963 | <Filter>camera\mediafoundation</Filter> | ||
964 | </ClCompile> | ||
965 | <ClCompile Include="..\..\src\camera\SDL_camera.c"> | ||
966 | <Filter>camera</Filter> | ||
967 | </ClCompile> | ||
968 | <ClCompile Include="..\..\src\dialog\SDL_dialog.c"> | ||
969 | <Filter>dialog</Filter> | ||
970 | </ClCompile> | ||
971 | <ClCompile Include="..\..\src\dialog\SDL_dialog_utils.c"> | ||
972 | <Filter>dialog</Filter> | ||
973 | </ClCompile> | ||
974 | <ClCompile Include="..\..\src\filesystem\SDL_filesystem.c"> | ||
975 | <Filter>filesystem</Filter> | ||
976 | </ClCompile> | ||
977 | <ClCompile Include="..\..\src\filesystem\windows\SDL_sysfsops.c"> | ||
978 | <Filter>filesystem\windows</Filter> | ||
979 | </ClCompile> | ||
980 | <ClCompile Include="..\..\src\io\generic\SDL_asyncio_generic.c"> | ||
981 | <Filter>io\generic</Filter> | ||
982 | </ClCompile> | ||
983 | <ClCompile Include="..\..\src\io\SDL_asyncio.c"> | ||
984 | <Filter>io</Filter> | ||
985 | </ClCompile> | ||
986 | <ClCompile Include="..\..\src\io\windows\SDL_asyncio_windows_ioring.c"> | ||
987 | <Filter>io\windows</Filter> | ||
988 | </ClCompile> | ||
989 | <ClCompile Include="..\..\src\main\generic\SDL_sysmain_callbacks.c"> | ||
990 | <Filter>main\generic</Filter> | ||
991 | </ClCompile> | ||
992 | <ClCompile Include="..\..\src\main\SDL_main_callbacks.c"> | ||
993 | <Filter>main</Filter> | ||
994 | </ClCompile> | ||
995 | <ClCompile Include="..\..\src\main\SDL_runapp.c"> | ||
996 | <Filter>main</Filter> | ||
997 | </ClCompile> | ||
998 | <ClCompile Include="..\..\src\main\windows\SDL_sysmain_runapp.c"> | ||
999 | <Filter>main\windows</Filter> | ||
1000 | </ClCompile> | ||
1001 | <ClCompile Include="..\..\src\SDL.c" /> | ||
1002 | <ClCompile Include="..\..\src\SDL_assert.c" /> | ||
1003 | <ClCompile Include="..\..\src\SDL_error.c" /> | ||
1004 | <ClCompile Include="..\..\src\SDL_guid.c" /> | ||
1005 | <ClCompile Include="..\..\src\SDL_hashtable.c" /> | ||
1006 | <ClCompile Include="..\..\src\SDL_hints.c" /> | ||
1007 | <ClCompile Include="..\..\src\SDL_list.c" /> | ||
1008 | <ClCompile Include="..\..\src\SDL_properties.c" /> | ||
1009 | <ClCompile Include="..\..\src\SDL_utils.c" /> | ||
1010 | <ClCompile Include="..\..\src\audio\SDL_audio.c"> | ||
1011 | <Filter>audio</Filter> | ||
1012 | </ClCompile> | ||
1013 | <ClCompile Include="..\..\src\audio\SDL_audiocvt.c"> | ||
1014 | <Filter>audio</Filter> | ||
1015 | </ClCompile> | ||
1016 | <ClCompile Include="..\..\src\audio\SDL_audiodev.c"> | ||
1017 | <Filter>audio</Filter> | ||
1018 | </ClCompile> | ||
1019 | <ClCompile Include="..\..\src\audio\SDL_audiotypecvt.c"> | ||
1020 | <Filter>audio</Filter> | ||
1021 | </ClCompile> | ||
1022 | <ClCompile Include="..\..\src\audio\SDL_audioqueue.c"> | ||
1023 | <Filter>audio</Filter> | ||
1024 | </ClCompile> | ||
1025 | <ClCompile Include="..\..\src\audio\SDL_audioresample.c"> | ||
1026 | <Filter>audio</Filter> | ||
1027 | </ClCompile> | ||
1028 | <ClCompile Include="..\..\src\audio\SDL_wave.c"> | ||
1029 | <Filter>audio</Filter> | ||
1030 | </ClCompile> | ||
1031 | <ClCompile Include="..\..\src\audio\SDL_mixer.c"> | ||
1032 | <Filter>audio</Filter> | ||
1033 | </ClCompile> | ||
1034 | <ClCompile Include="..\..\src\atomic\SDL_atomic.c"> | ||
1035 | <Filter>atomic</Filter> | ||
1036 | </ClCompile> | ||
1037 | <ClCompile Include="..\..\src\atomic\SDL_spinlock.c"> | ||
1038 | <Filter>atomic</Filter> | ||
1039 | </ClCompile> | ||
1040 | <ClCompile Include="..\..\src\core\SDL_core_unsupported.c"> | ||
1041 | <Filter>core</Filter> | ||
1042 | </ClCompile> | ||
1043 | <ClCompile Include="..\..\src\core\windows\SDL_gameinput.c"> | ||
1044 | <Filter>core\windows</Filter> | ||
1045 | </ClCompile> | ||
1046 | <ClCompile Include="..\..\src\core\windows\SDL_hid.c"> | ||
1047 | <Filter>core\windows</Filter> | ||
1048 | </ClCompile> | ||
1049 | <ClCompile Include="..\..\src\core\windows\SDL_immdevice.c"> | ||
1050 | <Filter>core\windows</Filter> | ||
1051 | </ClCompile> | ||
1052 | <ClCompile Include="..\..\src\core\windows\SDL_windows.c"> | ||
1053 | <Filter>core\windows</Filter> | ||
1054 | </ClCompile> | ||
1055 | <ClCompile Include="..\..\src\core\windows\SDL_xinput.c"> | ||
1056 | <Filter>core\windows</Filter> | ||
1057 | </ClCompile> | ||
1058 | <ClCompile Include="..\..\src\cpuinfo\SDL_cpuinfo.c"> | ||
1059 | <Filter>cpuinfo</Filter> | ||
1060 | </ClCompile> | ||
1061 | <ClCompile Include="..\..\src\dialog\windows\SDL_windowsdialog.c"> | ||
1062 | <Filter>dialog</Filter> | ||
1063 | </ClCompile> | ||
1064 | <ClCompile Include="..\..\src\dynapi\SDL_dynapi.c"> | ||
1065 | <Filter>dynapi</Filter> | ||
1066 | </ClCompile> | ||
1067 | <ClCompile Include="..\..\src\events\SDL_categories.c"> | ||
1068 | <Filter>events</Filter> | ||
1069 | </ClCompile> | ||
1070 | <ClCompile Include="..\..\src\events\SDL_clipboardevents.c"> | ||
1071 | <Filter>events</Filter> | ||
1072 | </ClCompile> | ||
1073 | <ClCompile Include="..\..\src\events\SDL_displayevents.c"> | ||
1074 | <Filter>events</Filter> | ||
1075 | </ClCompile> | ||
1076 | <ClCompile Include="..\..\src\events\SDL_dropevents.c"> | ||
1077 | <Filter>events</Filter> | ||
1078 | </ClCompile> | ||
1079 | <ClCompile Include="..\..\src\events\SDL_events.c"> | ||
1080 | <Filter>events</Filter> | ||
1081 | </ClCompile> | ||
1082 | <ClCompile Include="..\..\src\events\SDL_eventfilter.c"> | ||
1083 | <Filter>events</Filter> | ||
1084 | </ClCompile> | ||
1085 | <ClCompile Include="..\..\src\events\SDL_keyboard.c"> | ||
1086 | <Filter>events</Filter> | ||
1087 | </ClCompile> | ||
1088 | <ClCompile Include="..\..\src\events\SDL_keymap.c"> | ||
1089 | <Filter>events</Filter> | ||
1090 | </ClCompile> | ||
1091 | <ClCompile Include="..\..\src\events\SDL_mouse.c"> | ||
1092 | <Filter>events</Filter> | ||
1093 | </ClCompile> | ||
1094 | <ClCompile Include="..\..\src\events\SDL_pen.c"> | ||
1095 | <Filter>events</Filter> | ||
1096 | </ClCompile> | ||
1097 | <ClCompile Include="..\..\src\events\SDL_quit.c"> | ||
1098 | <Filter>events</Filter> | ||
1099 | </ClCompile> | ||
1100 | <ClCompile Include="..\..\src\events\SDL_touch.c"> | ||
1101 | <Filter>events</Filter> | ||
1102 | </ClCompile> | ||
1103 | <ClCompile Include="..\..\src\events\SDL_windowevents.c"> | ||
1104 | <Filter>events</Filter> | ||
1105 | </ClCompile> | ||
1106 | <ClCompile Include="..\..\src\io\SDL_iostream.c"> | ||
1107 | <Filter>io</Filter> | ||
1108 | </ClCompile> | ||
1109 | <ClCompile Include="..\..\src\filesystem\windows\SDL_sysfilesystem.c"> | ||
1110 | <Filter>filesystem\windows</Filter> | ||
1111 | </ClCompile> | ||
1112 | <ClCompile Include="..\..\src\haptic\SDL_haptic.c"> | ||
1113 | <Filter>haptic</Filter> | ||
1114 | </ClCompile> | ||
1115 | <ClCompile Include="..\..\src\hidapi\SDL_hidapi.c"> | ||
1116 | <Filter>hidapi</Filter> | ||
1117 | </ClCompile> | ||
1118 | <ClCompile Include="..\..\src\joystick\controller_type.c"> | ||
1119 | <Filter>joystick</Filter> | ||
1120 | </ClCompile> | ||
1121 | <ClCompile Include="..\..\src\joystick\SDL_gamepad.c"> | ||
1122 | <Filter>joystick</Filter> | ||
1123 | </ClCompile> | ||
1124 | <ClCompile Include="..\..\src\joystick\SDL_joystick.c"> | ||
1125 | <Filter>joystick</Filter> | ||
1126 | </ClCompile> | ||
1127 | <ClCompile Include="..\..\src\joystick\SDL_steam_virtual_gamepad.c"> | ||
1128 | <Filter>joystick</Filter> | ||
1129 | </ClCompile> | ||
1130 | <ClCompile Include="..\..\src\libm\s_modf.c"> | ||
1131 | <Filter>libm</Filter> | ||
1132 | </ClCompile> | ||
1133 | <ClCompile Include="..\..\src\loadso\windows\SDL_sysloadso.c"> | ||
1134 | <Filter>loadso\windows</Filter> | ||
1135 | </ClCompile> | ||
1136 | <ClCompile Include="..\..\src\misc\SDL_url.c"> | ||
1137 | <Filter>misc</Filter> | ||
1138 | </ClCompile> | ||
1139 | <ClCompile Include="..\..\src\misc\windows\SDL_sysurl.c"> | ||
1140 | <Filter>misc\windows</Filter> | ||
1141 | </ClCompile> | ||
1142 | <ClCompile Include="..\..\src\locale\windows\SDL_syslocale.c"> | ||
1143 | <Filter>locale\windows</Filter> | ||
1144 | </ClCompile> | ||
1145 | <ClCompile Include="..\..\src\locale\SDL_locale.c"> | ||
1146 | <Filter>locale</Filter> | ||
1147 | </ClCompile> | ||
1148 | <ClCompile Include="..\..\src\audio\directsound\SDL_directsound.c"> | ||
1149 | <Filter>audio\directsound</Filter> | ||
1150 | </ClCompile> | ||
1151 | <ClCompile Include="..\..\src\audio\disk\SDL_diskaudio.c"> | ||
1152 | <Filter>audio\disk</Filter> | ||
1153 | </ClCompile> | ||
1154 | <ClCompile Include="..\..\src\audio\dummy\SDL_dummyaudio.c"> | ||
1155 | <Filter>audio\dummy</Filter> | ||
1156 | </ClCompile> | ||
1157 | <ClCompile Include="..\..\src\audio\wasapi\SDL_wasapi.c"> | ||
1158 | <Filter>audio\wasapi</Filter> | ||
1159 | </ClCompile> | ||
1160 | <ClCompile Include="..\..\src\haptic\windows\SDL_dinputhaptic.c"> | ||
1161 | <Filter>haptic\windows</Filter> | ||
1162 | </ClCompile> | ||
1163 | <ClCompile Include="..\..\src\haptic\windows\SDL_windowshaptic.c"> | ||
1164 | <Filter>haptic\windows</Filter> | ||
1165 | </ClCompile> | ||
1166 | <ClCompile Include="..\..\src\haptic\dummy\SDL_syshaptic.c"> | ||
1167 | <Filter>haptic\dummy</Filter> | ||
1168 | </ClCompile> | ||
1169 | <ClCompile Include="..\..\src\joystick\dummy\SDL_sysjoystick.c"> | ||
1170 | <Filter>joystick\dummy</Filter> | ||
1171 | </ClCompile> | ||
1172 | <ClCompile Include="..\..\src\joystick\gdk\SDL_gameinputjoystick.c"> | ||
1173 | <Filter>joystick\gdk</Filter> | ||
1174 | </ClCompile> | ||
1175 | <ClCompile Include="..\..\src\joystick\hidapi\SDL_hidapi_combined.c"> | ||
1176 | <Filter>joystick\hidapi</Filter> | ||
1177 | </ClCompile> | ||
1178 | <ClCompile Include="..\..\src\joystick\hidapi\SDL_hidapi_gamecube.c"> | ||
1179 | <Filter>joystick\hidapi</Filter> | ||
1180 | </ClCompile> | ||
1181 | <ClCompile Include="..\..\src\joystick\hidapi\SDL_hidapi_luna.c"> | ||
1182 | <Filter>joystick\hidapi</Filter> | ||
1183 | </ClCompile> | ||
1184 | <ClCompile Include="..\..\src\joystick\hidapi\SDL_hidapi_ps3.c"> | ||
1185 | <Filter>joystick\hidapi</Filter> | ||
1186 | </ClCompile> | ||
1187 | <ClCompile Include="..\..\src\joystick\hidapi\SDL_hidapi_ps4.c"> | ||
1188 | <Filter>joystick\hidapi</Filter> | ||
1189 | </ClCompile> | ||
1190 | <ClCompile Include="..\..\src\joystick\hidapi\SDL_hidapi_ps5.c"> | ||
1191 | <Filter>joystick\hidapi</Filter> | ||
1192 | </ClCompile> | ||
1193 | <ClCompile Include="..\..\src\joystick\hidapi\SDL_hidapi_rumble.c"> | ||
1194 | <Filter>joystick\hidapi</Filter> | ||
1195 | </ClCompile> | ||
1196 | <ClCompile Include="..\..\src\joystick\hidapi\SDL_hidapi_shield.c"> | ||
1197 | <Filter>joystick\hidapi</Filter> | ||
1198 | </ClCompile> | ||
1199 | <ClCompile Include="..\..\src\joystick\hidapi\SDL_hidapi_stadia.c"> | ||
1200 | <Filter>joystick\hidapi</Filter> | ||
1201 | </ClCompile> | ||
1202 | <ClCompile Include="..\..\src\joystick\hidapi\SDL_hidapi_steam.c"> | ||
1203 | <Filter>joystick\hidapi</Filter> | ||
1204 | </ClCompile> | ||
1205 | <ClCompile Include="..\..\src\joystick\hidapi\SDL_hidapi_steam_hori.c"> | ||
1206 | <Filter>joystick\hidapi</Filter> | ||
1207 | </ClCompile> | ||
1208 | <ClCompile Include="..\..\src\joystick\hidapi\SDL_hidapi_steamdeck.c"> | ||
1209 | <Filter>joystick\hidapi</Filter> | ||
1210 | </ClCompile> | ||
1211 | <ClCompile Include="..\..\src\joystick\hidapi\SDL_hidapi_switch.c"> | ||
1212 | <Filter>joystick\hidapi</Filter> | ||
1213 | </ClCompile> | ||
1214 | <ClCompile Include="..\..\src\joystick\hidapi\SDL_hidapi_wii.c"> | ||
1215 | <Filter>joystick\hidapi</Filter> | ||
1216 | </ClCompile> | ||
1217 | <ClCompile Include="..\..\src\joystick\hidapi\SDL_hidapi_xbox360.c"> | ||
1218 | <Filter>joystick\hidapi</Filter> | ||
1219 | </ClCompile> | ||
1220 | <ClCompile Include="..\..\src\joystick\hidapi\SDL_hidapi_xbox360w.c"> | ||
1221 | <Filter>joystick\hidapi</Filter> | ||
1222 | </ClCompile> | ||
1223 | <ClCompile Include="..\..\src\joystick\hidapi\SDL_hidapi_xboxone.c"> | ||
1224 | <Filter>joystick\hidapi</Filter> | ||
1225 | </ClCompile> | ||
1226 | <ClCompile Include="..\..\src\joystick\hidapi\SDL_hidapijoystick.c"> | ||
1227 | <Filter>joystick\hidapi</Filter> | ||
1228 | </ClCompile> | ||
1229 | <ClCompile Include="..\..\src\joystick\windows\SDL_dinputjoystick.c"> | ||
1230 | <Filter>joystick\windows</Filter> | ||
1231 | </ClCompile> | ||
1232 | <ClCompile Include="..\..\src\joystick\windows\SDL_rawinputjoystick.c"> | ||
1233 | <Filter>joystick\windows</Filter> | ||
1234 | </ClCompile> | ||
1235 | <ClCompile Include="..\..\src\joystick\windows\SDL_windows_gaming_input.c"> | ||
1236 | <Filter>joystick\windows</Filter> | ||
1237 | </ClCompile> | ||
1238 | <ClCompile Include="..\..\src\joystick\windows\SDL_windowsjoystick.c"> | ||
1239 | <Filter>joystick\windows</Filter> | ||
1240 | </ClCompile> | ||
1241 | <ClCompile Include="..\..\src\joystick\windows\SDL_xinputjoystick.c"> | ||
1242 | <Filter>joystick\windows</Filter> | ||
1243 | </ClCompile> | ||
1244 | <ClCompile Include="..\..\src\joystick\virtual\SDL_virtualjoystick.c"> | ||
1245 | <Filter>joystick\virtual</Filter> | ||
1246 | </ClCompile> | ||
1247 | <ClCompile Include="..\..\src\time\SDL_time.c"> | ||
1248 | <Filter>time</Filter> | ||
1249 | </ClCompile> | ||
1250 | <ClCompile Include="..\..\src\time\windows\SDL_systime.c"> | ||
1251 | <Filter>time\windows</Filter> | ||
1252 | </ClCompile> | ||
1253 | <ClCompile Include="..\..\src\tray\windows\SDL_tray.c"> | ||
1254 | <Filter>video</Filter> | ||
1255 | </ClCompile> | ||
1256 | <ClCompile Include="..\..\src\tray\SDL_tray_utils.c"> | ||
1257 | <Filter>video</Filter> | ||
1258 | </ClCompile> | ||
1259 | <ClCompile Include="..\..\src\video\SDL_RLEaccel.c"> | ||
1260 | <Filter>video</Filter> | ||
1261 | </ClCompile> | ||
1262 | <ClCompile Include="..\..\src\video\SDL_blit.c"> | ||
1263 | <Filter>video</Filter> | ||
1264 | </ClCompile> | ||
1265 | <ClCompile Include="..\..\src\video\SDL_blit_0.c"> | ||
1266 | <Filter>video</Filter> | ||
1267 | </ClCompile> | ||
1268 | <ClCompile Include="..\..\src\video\SDL_blit_1.c"> | ||
1269 | <Filter>video</Filter> | ||
1270 | </ClCompile> | ||
1271 | <ClCompile Include="..\..\src\video\SDL_blit_A.c"> | ||
1272 | <Filter>video</Filter> | ||
1273 | </ClCompile> | ||
1274 | <ClCompile Include="..\..\src\video\SDL_blit_N.c"> | ||
1275 | <Filter>video</Filter> | ||
1276 | </ClCompile> | ||
1277 | <ClCompile Include="..\..\src\video\SDL_blit_auto.c"> | ||
1278 | <Filter>video</Filter> | ||
1279 | </ClCompile> | ||
1280 | <ClCompile Include="..\..\src\video\SDL_blit_copy.c"> | ||
1281 | <Filter>video</Filter> | ||
1282 | </ClCompile> | ||
1283 | <ClCompile Include="..\..\src\video\SDL_blit_slow.c"> | ||
1284 | <Filter>video</Filter> | ||
1285 | </ClCompile> | ||
1286 | <ClCompile Include="..\..\src\video\SDL_bmp.c"> | ||
1287 | <Filter>video</Filter> | ||
1288 | </ClCompile> | ||
1289 | <ClCompile Include="..\..\src\video\SDL_clipboard.c"> | ||
1290 | <Filter>video</Filter> | ||
1291 | </ClCompile> | ||
1292 | <ClCompile Include="..\..\src\video\SDL_egl.c"> | ||
1293 | <Filter>video</Filter> | ||
1294 | </ClCompile> | ||
1295 | <ClCompile Include="..\..\src\video\SDL_fillrect.c"> | ||
1296 | <Filter>video</Filter> | ||
1297 | </ClCompile> | ||
1298 | <ClCompile Include="..\..\src\video\SDL_pixels.c"> | ||
1299 | <Filter>video</Filter> | ||
1300 | </ClCompile> | ||
1301 | <ClCompile Include="..\..\src\video\SDL_rect.c"> | ||
1302 | <Filter>video</Filter> | ||
1303 | </ClCompile> | ||
1304 | <ClCompile Include="..\..\src\video\SDL_stb.c"> | ||
1305 | <Filter>video</Filter> | ||
1306 | </ClCompile> | ||
1307 | <ClCompile Include="..\..\src\video\SDL_stretch.c"> | ||
1308 | <Filter>video</Filter> | ||
1309 | </ClCompile> | ||
1310 | <ClCompile Include="..\..\src\video\SDL_surface.c"> | ||
1311 | <Filter>video</Filter> | ||
1312 | </ClCompile> | ||
1313 | <ClCompile Include="..\..\src\video\SDL_video.c"> | ||
1314 | <Filter>video</Filter> | ||
1315 | </ClCompile> | ||
1316 | <ClCompile Include="..\..\src\video\SDL_video_unsupported.c"> | ||
1317 | <Filter>video</Filter> | ||
1318 | </ClCompile> | ||
1319 | <ClCompile Include="..\..\src\video\SDL_yuv.c"> | ||
1320 | <Filter>video</Filter> | ||
1321 | </ClCompile> | ||
1322 | <ClCompile Include="..\..\src\video\SDL_vulkan_utils.c"> | ||
1323 | <Filter>video</Filter> | ||
1324 | </ClCompile> | ||
1325 | <ClCompile Include="..\..\src\video\dummy\SDL_nullevents.c"> | ||
1326 | <Filter>video\dummy</Filter> | ||
1327 | </ClCompile> | ||
1328 | <ClCompile Include="..\..\src\video\dummy\SDL_nullframebuffer.c"> | ||
1329 | <Filter>video\dummy</Filter> | ||
1330 | </ClCompile> | ||
1331 | <ClCompile Include="..\..\src\video\dummy\SDL_nullvideo.c"> | ||
1332 | <Filter>video\dummy</Filter> | ||
1333 | </ClCompile> | ||
1334 | <ClCompile Include="..\..\src\video\windows\SDL_surface_utils.c"> | ||
1335 | <Filter>video\windows</Filter> | ||
1336 | </ClCompile> | ||
1337 | <ClCompile Include="..\..\src\video\windows\SDL_windowsclipboard.c"> | ||
1338 | <Filter>video\windows</Filter> | ||
1339 | </ClCompile> | ||
1340 | <ClCompile Include="..\..\src\video\windows\SDL_windowsevents.c"> | ||
1341 | <Filter>video\windows</Filter> | ||
1342 | </ClCompile> | ||
1343 | <ClCompile Include="..\..\src\video\windows\SDL_windowsframebuffer.c"> | ||
1344 | <Filter>video\windows</Filter> | ||
1345 | </ClCompile> | ||
1346 | <ClCompile Include="..\..\src\video\windows\SDL_windowskeyboard.c"> | ||
1347 | <Filter>video\windows</Filter> | ||
1348 | </ClCompile> | ||
1349 | <ClCompile Include="..\..\src\video\windows\SDL_windowsgameinput.c"> | ||
1350 | <Filter>video\windows</Filter> | ||
1351 | </ClCompile> | ||
1352 | <ClCompile Include="..\..\src\video\windows\SDL_windowsmessagebox.c"> | ||
1353 | <Filter>video\windows</Filter> | ||
1354 | </ClCompile> | ||
1355 | <ClCompile Include="..\..\src\video\windows\SDL_windowsmodes.c"> | ||
1356 | <Filter>video\windows</Filter> | ||
1357 | </ClCompile> | ||
1358 | <ClCompile Include="..\..\src\video\windows\SDL_windowsmouse.c"> | ||
1359 | <Filter>video\windows</Filter> | ||
1360 | </ClCompile> | ||
1361 | <ClCompile Include="..\..\src\video\windows\SDL_windowsopengl.c"> | ||
1362 | <Filter>video\windows</Filter> | ||
1363 | </ClCompile> | ||
1364 | <ClCompile Include="..\..\src\video\windows\SDL_windowsopengles.c"> | ||
1365 | <Filter>video\windows</Filter> | ||
1366 | </ClCompile> | ||
1367 | <ClCompile Include="..\..\src\video\windows\SDL_windowsrawinput.c"> | ||
1368 | <Filter>video\windows</Filter> | ||
1369 | </ClCompile> | ||
1370 | <ClCompile Include="..\..\src\video\windows\SDL_windowsshape.c"> | ||
1371 | <Filter>video\windows</Filter> | ||
1372 | </ClCompile> | ||
1373 | <ClCompile Include="..\..\src\video\windows\SDL_windowsvideo.c"> | ||
1374 | <Filter>video\windows</Filter> | ||
1375 | </ClCompile> | ||
1376 | <ClCompile Include="..\..\src\video\windows\SDL_windowsvulkan.c"> | ||
1377 | <Filter>video\windows</Filter> | ||
1378 | </ClCompile> | ||
1379 | <ClCompile Include="..\..\src\video\windows\SDL_windowswindow.c"> | ||
1380 | <Filter>video\windows</Filter> | ||
1381 | </ClCompile> | ||
1382 | <ClCompile Include="..\..\src\timer\SDL_timer.c"> | ||
1383 | <Filter>timer</Filter> | ||
1384 | </ClCompile> | ||
1385 | <ClCompile Include="..\..\src\timer\windows\SDL_systimer.c"> | ||
1386 | <Filter>timer\windows</Filter> | ||
1387 | </ClCompile> | ||
1388 | <ClCompile Include="..\..\src\thread\SDL_thread.c"> | ||
1389 | <Filter>thread</Filter> | ||
1390 | </ClCompile> | ||
1391 | <ClCompile Include="..\..\src\thread\windows\SDL_syscond_cv.c"> | ||
1392 | <Filter>thread\windows</Filter> | ||
1393 | </ClCompile> | ||
1394 | <ClCompile Include="..\..\src\thread\windows\SDL_sysmutex.c"> | ||
1395 | <Filter>thread\windows</Filter> | ||
1396 | </ClCompile> | ||
1397 | <ClCompile Include="..\..\src\thread\windows\SDL_sysrwlock_srw.c"> | ||
1398 | <Filter>thread\windows</Filter> | ||
1399 | </ClCompile> | ||
1400 | <ClCompile Include="..\..\src\thread\windows\SDL_syssem.c"> | ||
1401 | <Filter>thread\windows</Filter> | ||
1402 | </ClCompile> | ||
1403 | <ClCompile Include="..\..\src\thread\windows\SDL_systhread.c"> | ||
1404 | <Filter>thread\windows</Filter> | ||
1405 | </ClCompile> | ||
1406 | <ClCompile Include="..\..\src\thread\windows\SDL_systls.c"> | ||
1407 | <Filter>thread\windows</Filter> | ||
1408 | </ClCompile> | ||
1409 | <ClCompile Include="..\..\src\thread\generic\SDL_syscond.c"> | ||
1410 | <Filter>thread\generic</Filter> | ||
1411 | </ClCompile> | ||
1412 | <ClCompile Include="..\..\src\stdlib\SDL_crc16.c"> | ||
1413 | <Filter>stdlib</Filter> | ||
1414 | </ClCompile> | ||
1415 | <ClCompile Include="..\..\src\stdlib\SDL_crc32.c"> | ||
1416 | <Filter>stdlib</Filter> | ||
1417 | </ClCompile> | ||
1418 | <ClCompile Include="..\..\src\stdlib\SDL_getenv.c"> | ||
1419 | <Filter>stdlib</Filter> | ||
1420 | </ClCompile> | ||
1421 | <ClCompile Include="..\..\src\stdlib\SDL_iconv.c"> | ||
1422 | <Filter>stdlib</Filter> | ||
1423 | </ClCompile> | ||
1424 | <ClCompile Include="..\..\src\stdlib\SDL_malloc.c"> | ||
1425 | <Filter>stdlib</Filter> | ||
1426 | </ClCompile> | ||
1427 | <ClCompile Include="..\..\src\stdlib\SDL_memcpy.c"> | ||
1428 | <Filter>stdlib</Filter> | ||
1429 | </ClCompile> | ||
1430 | <ClCompile Include="..\..\src\stdlib\SDL_memmove.c"> | ||
1431 | <Filter>stdlib</Filter> | ||
1432 | </ClCompile> | ||
1433 | <ClCompile Include="..\..\src\stdlib\SDL_memset.c"> | ||
1434 | <Filter>stdlib</Filter> | ||
1435 | </ClCompile> | ||
1436 | <ClCompile Include="..\..\src\stdlib\SDL_murmur3.c"> | ||
1437 | <Filter>stdlib</Filter> | ||
1438 | </ClCompile> | ||
1439 | <ClCompile Include="..\..\src\stdlib\SDL_qsort.c"> | ||
1440 | <Filter>stdlib</Filter> | ||
1441 | </ClCompile> | ||
1442 | <ClCompile Include="..\..\src\stdlib\SDL_random.c"> | ||
1443 | <Filter>stdlib</Filter> | ||
1444 | </ClCompile> | ||
1445 | <ClCompile Include="..\..\src\stdlib\SDL_stdlib.c"> | ||
1446 | <Filter>stdlib</Filter> | ||
1447 | </ClCompile> | ||
1448 | <ClCompile Include="..\..\src\stdlib\SDL_string.c"> | ||
1449 | <Filter>stdlib</Filter> | ||
1450 | </ClCompile> | ||
1451 | <ClCompile Include="..\..\src\stdlib\SDL_strtokr.c"> | ||
1452 | <Filter>stdlib</Filter> | ||
1453 | </ClCompile> | ||
1454 | <ClCompile Include="..\..\src\sensor\SDL_sensor.c"> | ||
1455 | <Filter>sensor</Filter> | ||
1456 | </ClCompile> | ||
1457 | <ClCompile Include="..\..\src\sensor\dummy\SDL_dummysensor.c"> | ||
1458 | <Filter>sensor\dummy</Filter> | ||
1459 | </ClCompile> | ||
1460 | <ClCompile Include="..\..\src\sensor\windows\SDL_windowssensor.c"> | ||
1461 | <Filter>sensor\windows</Filter> | ||
1462 | </ClCompile> | ||
1463 | <ClCompile Include="..\..\src\render\SDL_d3dmath.c"> | ||
1464 | <Filter>render</Filter> | ||
1465 | </ClCompile> | ||
1466 | <ClCompile Include="..\..\src\render\SDL_render.c"> | ||
1467 | <Filter>render</Filter> | ||
1468 | </ClCompile> | ||
1469 | <ClCompile Include="..\..\src\render\SDL_render_unsupported.c"> | ||
1470 | <Filter>render</Filter> | ||
1471 | </ClCompile> | ||
1472 | <ClCompile Include="..\..\src\render\SDL_yuv_sw.c"> | ||
1473 | <Filter>render</Filter> | ||
1474 | </ClCompile> | ||
1475 | <ClCompile Include="..\..\src\render\direct3d\SDL_render_d3d.c"> | ||
1476 | <Filter>render\direct3d</Filter> | ||
1477 | </ClCompile> | ||
1478 | <ClCompile Include="..\..\src\render\direct3d\SDL_shaders_d3d.c"> | ||
1479 | <Filter>render\direct3d</Filter> | ||
1480 | </ClCompile> | ||
1481 | <ClCompile Include="..\..\src\render\direct3d11\SDL_render_d3d11.c"> | ||
1482 | <Filter>render\direct3d11</Filter> | ||
1483 | </ClCompile> | ||
1484 | <ClCompile Include="..\..\src\render\direct3d11\SDL_shaders_d3d11.c"> | ||
1485 | <Filter>render\direct3d11</Filter> | ||
1486 | </ClCompile> | ||
1487 | <ClCompile Include="..\..\src\render\opengl\SDL_render_gl.c"> | ||
1488 | <Filter>render\opengl</Filter> | ||
1489 | </ClCompile> | ||
1490 | <ClCompile Include="..\..\src\render\opengl\SDL_shaders_gl.c"> | ||
1491 | <Filter>render\opengl</Filter> | ||
1492 | </ClCompile> | ||
1493 | <ClCompile Include="..\..\src\render\opengles2\SDL_render_gles2.c"> | ||
1494 | <Filter>render\opengles2</Filter> | ||
1495 | </ClCompile> | ||
1496 | <ClCompile Include="..\..\src\render\opengles2\SDL_shaders_gles2.c"> | ||
1497 | <Filter>render\opengles2</Filter> | ||
1498 | </ClCompile> | ||
1499 | <ClCompile Include="..\..\src\render\software\SDL_blendfillrect.c"> | ||
1500 | <Filter>render\software</Filter> | ||
1501 | </ClCompile> | ||
1502 | <ClCompile Include="..\..\src\render\software\SDL_blendline.c"> | ||
1503 | <Filter>render\software</Filter> | ||
1504 | </ClCompile> | ||
1505 | <ClCompile Include="..\..\src\render\software\SDL_blendpoint.c"> | ||
1506 | <Filter>render\software</Filter> | ||
1507 | </ClCompile> | ||
1508 | <ClCompile Include="..\..\src\render\software\SDL_drawline.c"> | ||
1509 | <Filter>render\software</Filter> | ||
1510 | </ClCompile> | ||
1511 | <ClCompile Include="..\..\src\render\software\SDL_drawpoint.c"> | ||
1512 | <Filter>render\software</Filter> | ||
1513 | </ClCompile> | ||
1514 | <ClCompile Include="..\..\src\render\software\SDL_render_sw.c"> | ||
1515 | <Filter>render\software</Filter> | ||
1516 | </ClCompile> | ||
1517 | <ClCompile Include="..\..\src\render\software\SDL_rotate.c"> | ||
1518 | <Filter>render\software</Filter> | ||
1519 | </ClCompile> | ||
1520 | <ClCompile Include="..\..\src\render\software\SDL_triangle.c"> | ||
1521 | <Filter>render\software</Filter> | ||
1522 | </ClCompile> | ||
1523 | <ClCompile Include="..\..\src\power\SDL_power.c"> | ||
1524 | <Filter>power</Filter> | ||
1525 | </ClCompile> | ||
1526 | <ClCompile Include="..\..\src\power\windows\SDL_syspower.c"> | ||
1527 | <Filter>power\windows</Filter> | ||
1528 | </ClCompile> | ||
1529 | <ClCompile Include="..\..\src\SDL_log.c" /> | ||
1530 | <ClCompile Include="..\..\src\render\direct3d12\SDL_render_d3d12.c"> | ||
1531 | <Filter>render\direct3d12</Filter> | ||
1532 | </ClCompile> | ||
1533 | <ClCompile Include="..\..\src\render\direct3d12\SDL_shaders_d3d12.c"> | ||
1534 | <Filter>render\direct3d12</Filter> | ||
1535 | </ClCompile> | ||
1536 | <ClCompile Include="..\..\src\core\windows\pch.c"> | ||
1537 | <Filter>core\windows</Filter> | ||
1538 | </ClCompile> | ||
1539 | <ClCompile Include="..\..\src\stdlib\SDL_mslibc.c"> | ||
1540 | <Filter>stdlib</Filter> | ||
1541 | </ClCompile> | ||
1542 | <ClCompile Include="..\..\src\thread\generic\SDL_sysrwlock.c" /> | ||
1543 | <ClCompile Include="..\..\src\thread\generic\SDL_sysrwlock.c" /> | ||
1544 | <ClCompile Include="..\..\src\video\yuv2rgb\yuv_rgb_lsx.c" /> | ||
1545 | <ClCompile Include="..\..\src\video\yuv2rgb\yuv_rgb_sse.c" /> | ||
1546 | <ClCompile Include="..\..\src\video\yuv2rgb\yuv_rgb_std.c" /> | ||
1547 | <ClCompile Include="..\..\src\render\vulkan\SDL_render_vulkan.c"> | ||
1548 | <Filter>render\vulkan</Filter> | ||
1549 | </ClCompile> | ||
1550 | <ClCompile Include="..\..\src\render\vulkan\SDL_shaders_vulkan.c"> | ||
1551 | <Filter>render\vulkan</Filter> | ||
1552 | </ClCompile> | ||
1553 | <ClCompile Include="..\..\src\video\offscreen\SDL_offscreenevents.c"> | ||
1554 | <Filter>video\offscreen</Filter> | ||
1555 | </ClCompile> | ||
1556 | <ClCompile Include="..\..\src\video\offscreen\SDL_offscreenframebuffer.c"> | ||
1557 | <Filter>video\offscreen</Filter> | ||
1558 | </ClCompile> | ||
1559 | <ClCompile Include="..\..\src\video\offscreen\SDL_offscreenopengles.c"> | ||
1560 | <Filter>video\offscreen</Filter> | ||
1561 | </ClCompile> | ||
1562 | <ClCompile Include="..\..\src\video\offscreen\SDL_offscreenvideo.c"> | ||
1563 | <Filter>video\offscreen</Filter> | ||
1564 | </ClCompile> | ||
1565 | <ClCompile Include="..\..\src\video\offscreen\SDL_offscreenvulkan.c"> | ||
1566 | <Filter>video\offscreen</Filter> | ||
1567 | </ClCompile> | ||
1568 | <ClCompile Include="..\..\src\video\offscreen\SDL_offscreenwindow.c"> | ||
1569 | <Filter>video\offscreen</Filter> | ||
1570 | </ClCompile> | ||
1571 | <ClCompile Include="..\..\src\gpu\SDL_gpu.c"> | ||
1572 | <Filter>gpu</Filter> | ||
1573 | </ClCompile> | ||
1574 | <ClCompile Include="..\..\src\gpu\d3d12\SDL_gpu_d3d12.c"> | ||
1575 | <Filter>gpu</Filter> | ||
1576 | </ClCompile> | ||
1577 | <ClCompile Include="..\..\src\gpu\vulkan\SDL_gpu_vulkan.c"> | ||
1578 | <Filter>gpu</Filter> | ||
1579 | </ClCompile> | ||
1580 | <ClCompile Include="..\..\src\process\SDL_process.c" /> | ||
1581 | <ClCompile Include="..\..\src\process\windows\SDL_windowsprocess.c" /> | ||
1582 | <ClCompile Include="..\..\src\render\gpu\SDL_pipeline_gpu.c" /> | ||
1583 | <ClCompile Include="..\..\src\render\gpu\SDL_render_gpu.c" /> | ||
1584 | <ClCompile Include="..\..\src\render\gpu\SDL_shaders_gpu.c" /> | ||
1585 | <ClCompile Include="..\..\src\storage\generic\SDL_genericstorage.c" /> | ||
1586 | <ClCompile Include="..\..\src\storage\steam\SDL_steamstorage.c" /> | ||
1587 | <ClCompile Include="..\..\src\storage\SDL_storage.c" /> | ||
1588 | </ItemGroup> | ||
1589 | <ItemGroup> | ||
1590 | <ResourceCompile Include="..\..\src\core\windows\version.rc" /> | ||
1591 | </ItemGroup> | ||
1592 | <ItemGroup> | ||
1593 | <MASM Include="..\..\src\stdlib\SDL_mslibc_x64.masm" /> | ||
1594 | </ItemGroup> | ||
1595 | </Project> | ||