diff options
| author | 3gg <3gg@shellblade.net> | 2025-12-27 12:03:39 -0800 |
|---|---|---|
| committer | 3gg <3gg@shellblade.net> | 2025-12-27 12:03:39 -0800 |
| commit | 5a079a2d114f96d4847d1ee305d5b7c16eeec50e (patch) | |
| tree | 8926ab44f168acf787d8e19608857b3af0f82758 /contrib/SDL-3.2.8/src/hidapi/windows/hidapi.vcxproj | |
Initial commit
Diffstat (limited to 'contrib/SDL-3.2.8/src/hidapi/windows/hidapi.vcxproj')
| -rw-r--r-- | contrib/SDL-3.2.8/src/hidapi/windows/hidapi.vcxproj | 200 |
1 files changed, 200 insertions, 0 deletions
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 @@ | |||
| 1 | <?xml version="1.0" encoding="utf-8"?> | ||
| 2 | <Project DefaultTargets="Build" ToolsVersion="14.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 | <ProjectGuid>{A107C21C-418A-4697-BB10-20C3AA60E2E4}</ProjectGuid> | ||
| 23 | <RootNamespace>hidapi</RootNamespace> | ||
| 24 | <Keyword>Win32Proj</Keyword> | ||
| 25 | </PropertyGroup> | ||
| 26 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> | ||
| 27 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> | ||
| 28 | <ConfigurationType>DynamicLibrary</ConfigurationType> | ||
| 29 | <PlatformToolset Condition="'$(VisualStudioVersion)'=='11'">v110</PlatformToolset> | ||
| 30 | <PlatformToolset Condition="'$(VisualStudioVersion)'=='12'">v120</PlatformToolset> | ||
| 31 | <PlatformToolset Condition="'$(VisualStudioVersion)'=='14'">v140</PlatformToolset> | ||
| 32 | <PlatformToolset Condition="'$(VisualStudioVersion)'=='15'">v141</PlatformToolset> | ||
| 33 | <PlatformToolset Condition="'$(VisualStudioVersion)'=='16'">v142</PlatformToolset> | ||
| 34 | <PlatformToolset Condition="'$(VisualStudioVersion)'=='17'">v143</PlatformToolset> | ||
| 35 | <CharacterSet>Unicode</CharacterSet> | ||
| 36 | <WholeProgramOptimization>true</WholeProgramOptimization> | ||
| 37 | </PropertyGroup> | ||
| 38 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration"> | ||
| 39 | <ConfigurationType>DynamicLibrary</ConfigurationType> | ||
| 40 | <PlatformToolset Condition="'$(VisualStudioVersion)'=='11'">v110</PlatformToolset> | ||
| 41 | <PlatformToolset Condition="'$(VisualStudioVersion)'=='12'">v120</PlatformToolset> | ||
| 42 | <PlatformToolset Condition="'$(VisualStudioVersion)'=='14'">v140</PlatformToolset> | ||
| 43 | <PlatformToolset Condition="'$(VisualStudioVersion)'=='15'">v141</PlatformToolset> | ||
| 44 | <PlatformToolset Condition="'$(VisualStudioVersion)'=='16'">v142</PlatformToolset> | ||
| 45 | <PlatformToolset Condition="'$(VisualStudioVersion)'=='17'">v143</PlatformToolset> | ||
| 46 | <CharacterSet>Unicode</CharacterSet> | ||
| 47 | <WholeProgramOptimization>true</WholeProgramOptimization> | ||
| 48 | </PropertyGroup> | ||
| 49 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> | ||
| 50 | <ConfigurationType>DynamicLibrary</ConfigurationType> | ||
| 51 | <PlatformToolset Condition="'$(VisualStudioVersion)'=='11'">v110</PlatformToolset> | ||
| 52 | <PlatformToolset Condition="'$(VisualStudioVersion)'=='12'">v120</PlatformToolset> | ||
| 53 | <PlatformToolset Condition="'$(VisualStudioVersion)'=='14'">v140</PlatformToolset> | ||
| 54 | <PlatformToolset Condition="'$(VisualStudioVersion)'=='15'">v141</PlatformToolset> | ||
| 55 | <PlatformToolset Condition="'$(VisualStudioVersion)'=='16'">v142</PlatformToolset> | ||
| 56 | <PlatformToolset Condition="'$(VisualStudioVersion)'=='17'">v143</PlatformToolset> | ||
| 57 | <CharacterSet>Unicode</CharacterSet> | ||
| 58 | </PropertyGroup> | ||
| 59 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration"> | ||
| 60 | <ConfigurationType>DynamicLibrary</ConfigurationType> | ||
| 61 | <PlatformToolset Condition="'$(VisualStudioVersion)'=='11'">v110</PlatformToolset> | ||
| 62 | <PlatformToolset Condition="'$(VisualStudioVersion)'=='12'">v120</PlatformToolset> | ||
| 63 | <PlatformToolset Condition="'$(VisualStudioVersion)'=='14'">v140</PlatformToolset> | ||
| 64 | <PlatformToolset Condition="'$(VisualStudioVersion)'=='15'">v141</PlatformToolset> | ||
| 65 | <PlatformToolset Condition="'$(VisualStudioVersion)'=='16'">v142</PlatformToolset> | ||
| 66 | <PlatformToolset Condition="'$(VisualStudioVersion)'=='17'">v143</PlatformToolset> | ||
| 67 | <CharacterSet>Unicode</CharacterSet> | ||
| 68 | </PropertyGroup> | ||
| 69 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> | ||
| 70 | <ImportGroup Label="ExtensionSettings"> | ||
| 71 | </ImportGroup> | ||
| 72 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets"> | ||
| 73 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | ||
| 74 | </ImportGroup> | ||
| 75 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets"> | ||
| 76 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | ||
| 77 | </ImportGroup> | ||
| 78 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets"> | ||
| 79 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | ||
| 80 | </ImportGroup> | ||
| 81 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets"> | ||
| 82 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | ||
| 83 | </ImportGroup> | ||
| 84 | <PropertyGroup Label="UserMacros" /> | ||
| 85 | <PropertyGroup> | ||
| 86 | <_ProjectFileVersion>14.0.25431.1</_ProjectFileVersion> | ||
| 87 | </PropertyGroup> | ||
| 88 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" /> | ||
| 89 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" /> | ||
| 90 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" /> | ||
| 91 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" /> | ||
| 92 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> | ||
| 93 | <ClCompile> | ||
| 94 | <Optimization>Disabled</Optimization> | ||
| 95 | <AdditionalIncludeDirectories>..\hidapi;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | ||
| 96 | <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;_USRDLL;HIDAPI_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
| 97 | <MinimalRebuild>true</MinimalRebuild> | ||
| 98 | <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> | ||
| 99 | <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> | ||
| 100 | <PrecompiledHeader /> | ||
| 101 | <WarningLevel>Level3</WarningLevel> | ||
| 102 | <DebugInformationFormat>EditAndContinue</DebugInformationFormat> | ||
| 103 | </ClCompile> | ||
| 104 | <Link> | ||
| 105 | <AdditionalDependencies>%(AdditionalDependencies)</AdditionalDependencies> | ||
| 106 | <GenerateDebugInformation>true</GenerateDebugInformation> | ||
| 107 | <SubSystem>Windows</SubSystem> | ||
| 108 | <TargetMachine>MachineX86</TargetMachine> | ||
| 109 | </Link> | ||
| 110 | <ResourceCompile> | ||
| 111 | <AdditionalIncludeDirectories>..\hidapi</AdditionalIncludeDirectories> | ||
| 112 | <PreprocessorDefinitions>_DEBUG</PreprocessorDefinitions> | ||
| 113 | </ResourceCompile> | ||
| 114 | </ItemDefinitionGroup> | ||
| 115 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> | ||
| 116 | <ClCompile> | ||
| 117 | <Optimization>Disabled</Optimization> | ||
| 118 | <AdditionalIncludeDirectories>..\hidapi;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | ||
| 119 | <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;_USRDLL;HIDAPI_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
| 120 | <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> | ||
| 121 | <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> | ||
| 122 | <PrecompiledHeader> | ||
| 123 | </PrecompiledHeader> | ||
| 124 | <WarningLevel>Level3</WarningLevel> | ||
| 125 | <DebugInformationFormat>EditAndContinue</DebugInformationFormat> | ||
| 126 | </ClCompile> | ||
| 127 | <Link> | ||
| 128 | <AdditionalDependencies>%(AdditionalDependencies)</AdditionalDependencies> | ||
| 129 | <GenerateDebugInformation>true</GenerateDebugInformation> | ||
| 130 | <SubSystem>Windows</SubSystem> | ||
| 131 | </Link> | ||
| 132 | <ResourceCompile> | ||
| 133 | <AdditionalIncludeDirectories>..\hidapi</AdditionalIncludeDirectories> | ||
| 134 | <PreprocessorDefinitions>_DEBUG</PreprocessorDefinitions> | ||
| 135 | </ResourceCompile> | ||
| 136 | </ItemDefinitionGroup> | ||
| 137 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> | ||
| 138 | <ClCompile> | ||
| 139 | <Optimization>MaxSpeed</Optimization> | ||
| 140 | <IntrinsicFunctions>true</IntrinsicFunctions> | ||
| 141 | <AdditionalIncludeDirectories>..\hidapi;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | ||
| 142 | <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;_USRDLL;HIDAPI_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
| 143 | <RuntimeLibrary>MultiThreaded</RuntimeLibrary> | ||
| 144 | <FunctionLevelLinking>true</FunctionLevelLinking> | ||
| 145 | <PrecompiledHeader /> | ||
| 146 | <WarningLevel>Level3</WarningLevel> | ||
| 147 | <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> | ||
| 148 | </ClCompile> | ||
| 149 | <Link> | ||
| 150 | <AdditionalDependencies>%(AdditionalDependencies)</AdditionalDependencies> | ||
| 151 | <GenerateDebugInformation>true</GenerateDebugInformation> | ||
| 152 | <SubSystem>Windows</SubSystem> | ||
| 153 | <OptimizeReferences>true</OptimizeReferences> | ||
| 154 | <EnableCOMDATFolding>true</EnableCOMDATFolding> | ||
| 155 | <TargetMachine>MachineX86</TargetMachine> | ||
| 156 | </Link> | ||
| 157 | <ResourceCompile> | ||
| 158 | <AdditionalIncludeDirectories>..\hidapi</AdditionalIncludeDirectories> | ||
| 159 | <PreprocessorDefinitions>NDEBUG</PreprocessorDefinitions> | ||
| 160 | </ResourceCompile> | ||
| 161 | </ItemDefinitionGroup> | ||
| 162 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> | ||
| 163 | <ClCompile> | ||
| 164 | <Optimization>MaxSpeed</Optimization> | ||
| 165 | <IntrinsicFunctions>true</IntrinsicFunctions> | ||
| 166 | <AdditionalIncludeDirectories>..\hidapi;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | ||
| 167 | <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;_USRDLL;HIDAPI_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
| 168 | <RuntimeLibrary>MultiThreaded</RuntimeLibrary> | ||
| 169 | <FunctionLevelLinking>true</FunctionLevelLinking> | ||
| 170 | <PrecompiledHeader> | ||
| 171 | </PrecompiledHeader> | ||
| 172 | <WarningLevel>Level3</WarningLevel> | ||
| 173 | <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> | ||
| 174 | </ClCompile> | ||
| 175 | <Link> | ||
| 176 | <AdditionalDependencies>%(AdditionalDependencies)</AdditionalDependencies> | ||
| 177 | <GenerateDebugInformation>true</GenerateDebugInformation> | ||
| 178 | <SubSystem>Windows</SubSystem> | ||
| 179 | <OptimizeReferences>true</OptimizeReferences> | ||
| 180 | <EnableCOMDATFolding>true</EnableCOMDATFolding> | ||
| 181 | </Link> | ||
| 182 | <ResourceCompile> | ||
| 183 | <AdditionalIncludeDirectories>..\hidapi</AdditionalIncludeDirectories> | ||
| 184 | <PreprocessorDefinitions>NDEBUG</PreprocessorDefinitions> | ||
| 185 | </ResourceCompile> | ||
| 186 | </ItemDefinitionGroup> | ||
| 187 | <ItemGroup> | ||
| 188 | <ClCompile Include="hid.c" /> | ||
| 189 | </ItemGroup> | ||
| 190 | <ItemGroup> | ||
| 191 | <ClInclude Include="..\hidapi\hidapi.h" /> | ||
| 192 | <ClInclude Include="hidapi_winapi.h" /> | ||
| 193 | </ItemGroup> | ||
| 194 | <ItemGroup> | ||
| 195 | <ResourceCompile Include="hidapi.rc" /> | ||
| 196 | </ItemGroup> | ||
| 197 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> | ||
| 198 | <ImportGroup Label="ExtensionTargets"> | ||
| 199 | </ImportGroup> | ||
| 200 | </Project> \ No newline at end of file | ||
