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 --- .../SDL-3.2.8/src/hidapi/windows/hidapi.vcxproj | 200 +++++++++++++++++++++ 1 file changed, 200 insertions(+) create mode 100644 contrib/SDL-3.2.8/src/hidapi/windows/hidapi.vcxproj (limited to 'contrib/SDL-3.2.8/src/hidapi/windows/hidapi.vcxproj') diff --git a/contrib/SDL-3.2.8/src/hidapi/windows/hidapi.vcxproj b/contrib/SDL-3.2.8/src/hidapi/windows/hidapi.vcxproj new file mode 100644 index 0000000..7f7a95d --- /dev/null +++ b/contrib/SDL-3.2.8/src/hidapi/windows/hidapi.vcxproj @@ -0,0 +1,200 @@ + + + + + Debug + Win32 + + + Debug + x64 + + + Release + Win32 + + + Release + x64 + + + + {A107C21C-418A-4697-BB10-20C3AA60E2E4} + hidapi + Win32Proj + + + + DynamicLibrary + v110 + v120 + v140 + v141 + v142 + v143 + Unicode + true + + + DynamicLibrary + v110 + v120 + v140 + v141 + v142 + v143 + Unicode + true + + + DynamicLibrary + v110 + v120 + v140 + v141 + v142 + v143 + Unicode + + + DynamicLibrary + v110 + v120 + v140 + v141 + v142 + v143 + Unicode + + + + + + + + + + + + + + + + + + + <_ProjectFileVersion>14.0.25431.1 + + + + + + + + Disabled + ..\hidapi;%(AdditionalIncludeDirectories) + WIN32;_DEBUG;_WINDOWS;_USRDLL;HIDAPI_EXPORTS;%(PreprocessorDefinitions) + true + EnableFastChecks + MultiThreadedDebugDLL + + Level3 + EditAndContinue + + + %(AdditionalDependencies) + true + Windows + MachineX86 + + + ..\hidapi + _DEBUG + + + + + Disabled + ..\hidapi;%(AdditionalIncludeDirectories) + WIN32;_DEBUG;_WINDOWS;_USRDLL;HIDAPI_EXPORTS;%(PreprocessorDefinitions) + EnableFastChecks + MultiThreadedDebugDLL + + + Level3 + EditAndContinue + + + %(AdditionalDependencies) + true + Windows + + + ..\hidapi + _DEBUG + + + + + MaxSpeed + true + ..\hidapi;%(AdditionalIncludeDirectories) + WIN32;NDEBUG;_WINDOWS;_USRDLL;HIDAPI_EXPORTS;%(PreprocessorDefinitions) + MultiThreaded + true + + Level3 + ProgramDatabase + + + %(AdditionalDependencies) + true + Windows + true + true + MachineX86 + + + ..\hidapi + NDEBUG + + + + + MaxSpeed + true + ..\hidapi;%(AdditionalIncludeDirectories) + WIN32;NDEBUG;_WINDOWS;_USRDLL;HIDAPI_EXPORTS;%(PreprocessorDefinitions) + MultiThreaded + true + + + Level3 + ProgramDatabase + + + %(AdditionalDependencies) + true + Windows + true + true + + + ..\hidapi + NDEBUG + + + + + + + + + + + + + + + + \ No newline at end of file -- cgit v1.2.3