From 3fcc0f2bee2fbd40fe953ecbcb15b2bd8b0d3eb9 Mon Sep 17 00:00:00 2001 From: Adonais Romero González Date: Mon, 26 Feb 2024 09:47:25 -0800 Subject: Remove x86 and ARM configurations for sample projects. (#1126) * Removed Win32 and Arm from the project configurations. * Set default platform to x64. --- hid/hclient/hclient.sln | 6 ---- hid/hclient/hclient.vcxproj | 84 ++------------------------------------------- 2 files changed, 3 insertions(+), 87 deletions(-) (limited to 'hid/hclient') diff --git a/hid/hclient/hclient.sln b/hid/hclient/hclient.sln index 8698adb6..4d18c133 100644 --- a/hid/hclient/hclient.sln +++ b/hid/hclient/hclient.sln @@ -9,8 +9,6 @@ Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|ARM64 = Debug|ARM64 Release|ARM64 = Release|ARM64 - Debug|Win32 = Debug|Win32 - Release|Win32 = Release|Win32 Debug|x64 = Debug|x64 Release|x64 = Release|x64 EndGlobalSection @@ -19,10 +17,6 @@ Global {1C842832-07EF-4A86-B46F-8CE77446E7FE}.Debug|ARM64.Build.0 = Debug|ARM64 {1C842832-07EF-4A86-B46F-8CE77446E7FE}.Release|ARM64.ActiveCfg = Release|ARM64 {1C842832-07EF-4A86-B46F-8CE77446E7FE}.Release|ARM64.Build.0 = Release|ARM64 - {1C842832-07EF-4A86-B46F-8CE77446E7FE}.Debug|Win32.ActiveCfg = Debug|Win32 - {1C842832-07EF-4A86-B46F-8CE77446E7FE}.Debug|Win32.Build.0 = Debug|Win32 - {1C842832-07EF-4A86-B46F-8CE77446E7FE}.Release|Win32.ActiveCfg = Release|Win32 - {1C842832-07EF-4A86-B46F-8CE77446E7FE}.Release|Win32.Build.0 = Release|Win32 {1C842832-07EF-4A86-B46F-8CE77446E7FE}.Debug|x64.ActiveCfg = Debug|x64 {1C842832-07EF-4A86-B46F-8CE77446E7FE}.Debug|x64.Build.0 = Debug|x64 {1C842832-07EF-4A86-B46F-8CE77446E7FE}.Release|x64.ActiveCfg = Release|x64 diff --git a/hid/hclient/hclient.vcxproj b/hid/hclient/hclient.vcxproj index c7d4fa23..a02c2db8 100644 --- a/hid/hclient/hclient.vcxproj +++ b/hid/hclient/hclient.vcxproj @@ -1,4 +1,4 @@ - + @@ -9,14 +9,6 @@ Release ARM64 - - Debug - Win32 - - - Release - Win32 - Debug x64 @@ -30,7 +22,7 @@ {1C842832-07EF-4A86-B46F-8CE77446E7FE} $(MSBuildProjectName) Debug - Win32 + x64 {8CC30BF0-571B-467D-83C8-3B11A862C64F} @@ -66,22 +58,6 @@ WindowsApplicationForDrivers10.0 Application - - Windows10 - False - Desktop - - WindowsApplicationForDrivers10.0 - Application - - - Windows10 - True - Desktop - - WindowsApplicationForDrivers10.0 - Application - $(IntDir) @@ -98,12 +74,6 @@ - - - - - - hclient @@ -117,12 +87,6 @@ hclient - - hclient - - - hclient - true @@ -207,48 +171,6 @@ sha256 - - - true - Level4 - %(AdditionalIncludeDirectories) - - - - - %(AdditionalDependencies);hid.lib;setupapi.lib;comdlg32.lib;shell32.lib - - - %(AdditionalIncludeDirectories) - - - %(AdditionalIncludeDirectories) - - - sha256 - - - - - true - Level4 - %(AdditionalIncludeDirectories) - - - - - %(AdditionalDependencies);hid.lib;setupapi.lib;comdlg32.lib;shell32.lib - - - %(AdditionalIncludeDirectories) - - - %(AdditionalIncludeDirectories) - - - sha256 - - @@ -271,4 +193,4 @@ - + \ No newline at end of file -- cgit v1.3.1