From 5a079a2d114f96d4847d1ee305d5b7c16eeec50e Mon Sep 17 00:00:00 2001
From: 3gg <3gg@shellblade.net>
Date: Sat, 27 Dec 2025 12:03:39 -0800
Subject: Initial commit
---
.../VisualC/SDL_test/Directory.Build.props | 8 +
.../SDL-3.2.8/VisualC/SDL_test/SDL_test.vcxproj | 180 +++++++++++++++++++++
2 files changed, 188 insertions(+)
create mode 100644 contrib/SDL-3.2.8/VisualC/SDL_test/Directory.Build.props
create mode 100644 contrib/SDL-3.2.8/VisualC/SDL_test/SDL_test.vcxproj
(limited to 'contrib/SDL-3.2.8/VisualC/SDL_test')
diff --git a/contrib/SDL-3.2.8/VisualC/SDL_test/Directory.Build.props b/contrib/SDL-3.2.8/VisualC/SDL_test/Directory.Build.props
new file mode 100644
index 0000000..24033f4
--- /dev/null
+++ b/contrib/SDL-3.2.8/VisualC/SDL_test/Directory.Build.props
@@ -0,0 +1,8 @@
+
+
+
+
+ SDL_VENDOR_INFO="libsdl.org";%(PreprocessorDefinitions)
+
+
+
diff --git a/contrib/SDL-3.2.8/VisualC/SDL_test/SDL_test.vcxproj b/contrib/SDL-3.2.8/VisualC/SDL_test/SDL_test.vcxproj
new file mode 100644
index 0000000..4313bbe
--- /dev/null
+++ b/contrib/SDL-3.2.8/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