From 6aaedb813fa11ba0679c3051bc2eb28646b9506c Mon Sep 17 00:00:00 2001 From: 3gg <3gg@shellblade.net> Date: Sat, 30 Aug 2025 16:53:58 -0700 Subject: Update to SDL3 --- .../VisualC/SDL_test/Directory.Build.props | 8 + .../SDL-3.2.20/VisualC/SDL_test/SDL_test.vcxproj | 180 +++++++++++++++++++++ 2 files changed, 188 insertions(+) create mode 100644 src/contrib/SDL-3.2.20/VisualC/SDL_test/Directory.Build.props create mode 100644 src/contrib/SDL-3.2.20/VisualC/SDL_test/SDL_test.vcxproj (limited to 'src/contrib/SDL-3.2.20/VisualC/SDL_test') diff --git a/src/contrib/SDL-3.2.20/VisualC/SDL_test/Directory.Build.props b/src/contrib/SDL-3.2.20/VisualC/SDL_test/Directory.Build.props new file mode 100644 index 0000000..24033f4 --- /dev/null +++ b/src/contrib/SDL-3.2.20/VisualC/SDL_test/Directory.Build.props @@ -0,0 +1,8 @@ + + + + + SDL_VENDOR_INFO="libsdl.org";%(PreprocessorDefinitions) + + + diff --git a/src/contrib/SDL-3.2.20/VisualC/SDL_test/SDL_test.vcxproj b/src/contrib/SDL-3.2.20/VisualC/SDL_test/SDL_test.vcxproj new file mode 100644 index 0000000..4313bbe --- /dev/null +++ b/src/contrib/SDL-3.2.20/VisualC/SDL_test/SDL_test.vcxproj @@ -0,0 +1,180 @@ + + + + + Debug + Win32 + + + Debug + x64 + + + Release + Win32 + + + Release + x64 + + + + SDL3_test + {DA956FD3-E143-46F2-9FE5-C77BEBC56B1A} + SDL_test + 10.0 + + + + StaticLibrary + $(DefaultPlatformToolset) + + + StaticLibrary + $(DefaultPlatformToolset) + + + StaticLibrary + $(DefaultPlatformToolset) + + + StaticLibrary + $(DefaultPlatformToolset) + + + + + + + + + + + + + + + + + + + <_ProjectFileVersion>10.0.40219.1 + $(SolutionDir)$(Platform)\$(Configuration)\ + $(Platform)\$(Configuration)\ + $(SolutionDir)$(Platform)\$(Configuration)\ + $(Platform)\$(Configuration)\ + $(SolutionDir)$(Platform)\$(Configuration)\ + $(Platform)\$(Configuration)\ + $(SolutionDir)$(Platform)\$(Configuration)\ + $(Platform)\$(Configuration)\ + AllRules.ruleset + + + AllRules.ruleset + + + AllRules.ruleset + + + AllRules.ruleset + + + + + + + + + + %(AdditionalOptions) /utf-8 + $(ProjectDir)/../../include;%(AdditionalIncludeDirectories) + %(AdditionalUsingDirectories) + WIN32;NDEBUG;_WINDOWS;%(PreprocessorDefinitions) + true + MultiThreadedDLL + false + StreamingSIMDExtensions + Level3 + OldStyle + true + true + + + + + X64 + + + %(AdditionalOptions) /utf-8 + $(ProjectDir)/../../include;%(AdditionalIncludeDirectories) + %(AdditionalUsingDirectories) + WIN32;NDEBUG;_WINDOWS;%(PreprocessorDefinitions) + true + MultiThreadedDLL + false + Level3 + OldStyle + true + true + + + + + + + + + %(AdditionalOptions) /utf-8 + Disabled + $(ProjectDir)/../../include;%(AdditionalIncludeDirectories) + %(AdditionalUsingDirectories) + WIN32;_DEBUG;_WINDOWS;%(PreprocessorDefinitions) + MultiThreadedDLL + false + StreamingSIMDExtensions + Level3 + OldStyle + true + true + + + + + X64 + + + %(AdditionalOptions) /utf-8 + Disabled + $(ProjectDir)/../../include;%(AdditionalIncludeDirectories) + %(AdditionalUsingDirectories) + WIN32;_DEBUG;_WINDOWS;%(PreprocessorDefinitions) + MultiThreadedDLL + false + Level3 + OldStyle + true + true + + + + + %(AdditionalOptions) /utf-8 + $(TreatWarningsAsError) + + + + + + + + + + + + + + + + + + -- cgit v1.2.3