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. --- general/ioctl/kmdf/exe/nonpnpapp.vcxproj | 92 ++------------------------------ general/ioctl/kmdf/ioctl.sln | 10 ---- general/ioctl/kmdf/sys/nonpnp.vcxproj | 86 ++--------------------------- general/ioctl/wdm/exe/ioctlapp.vcxproj | 80 ++------------------------- general/ioctl/wdm/ioctl.sln | 10 ---- general/ioctl/wdm/sys/sioctl.vcxproj | 64 ++-------------------- 6 files changed, 12 insertions(+), 330 deletions(-) (limited to 'general/ioctl') diff --git a/general/ioctl/kmdf/exe/nonpnpapp.vcxproj b/general/ioctl/kmdf/exe/nonpnpapp.vcxproj index ef34735c..83b8dacb 100644 --- a/general/ioctl/kmdf/exe/nonpnpapp.vcxproj +++ b/general/ioctl/kmdf/exe/nonpnpapp.vcxproj @@ -1,4 +1,4 @@ - + @@ -9,14 +9,6 @@ Release ARM64 - - Debug - Win32 - - - Release - Win32 - Debug x64 @@ -32,7 +24,7 @@ 1 11 Debug - Win32 + x64 {F5414C9C-6CDE-4673-879E-27AD5A30C4C5} @@ -68,22 +60,6 @@ WindowsApplicationForDrivers10.0 Application - - Windows10 - False - Windows Driver - - WindowsApplicationForDrivers10.0 - Application - - - Windows10 - True - Windows Driver - - WindowsApplicationForDrivers10.0 - Application - $(IntDir) @@ -100,12 +76,6 @@ - - - - - - true @@ -123,12 +93,6 @@ nonpnpapp - - nonpnpapp - - - nonpnpapp - %(AdditionalDependencies);setupapi.lib;user32.lib @@ -229,56 +193,6 @@ sha256 - - - %(AdditionalDependencies);setupapi.lib;user32.lib - - - %(AdditionalIncludeDirectories);..\sys - %(PreprocessorDefinitions);KMDF_VERSION_MAJOR=1;KMDF_VERSION_MINOR=11 - %(AdditionalIncludeDirectories);$(WDKContentRoot)\Include\wdf\kmdf\1.11 - - - %(AdditionalIncludeDirectories);..\sys - %(PreprocessorDefinitions);KMDF_VERSION_MAJOR=1;KMDF_VERSION_MINOR=11 - %(AdditionalIncludeDirectories);$(WDKContentRoot)\Include\wdf\kmdf\1.11 - - - - - %(AdditionalIncludeDirectories);..\sys - %(PreprocessorDefinitions);KMDF_VERSION_MAJOR=1;KMDF_VERSION_MINOR=11 - %(AdditionalIncludeDirectories);$(WDKContentRoot)\Include\wdf\kmdf\1.11 - - - sha256 - - - - - %(AdditionalDependencies);setupapi.lib;user32.lib - - - %(AdditionalIncludeDirectories);..\sys - %(PreprocessorDefinitions);KMDF_VERSION_MAJOR=1;KMDF_VERSION_MINOR=11 - %(AdditionalIncludeDirectories);$(WDKContentRoot)\Include\wdf\kmdf\1.11 - - - %(AdditionalIncludeDirectories);..\sys - %(PreprocessorDefinitions);KMDF_VERSION_MAJOR=1;KMDF_VERSION_MINOR=11 - %(AdditionalIncludeDirectories);$(WDKContentRoot)\Include\wdf\kmdf\1.11 - - - - - %(AdditionalIncludeDirectories);..\sys - %(PreprocessorDefinitions);KMDF_VERSION_MAJOR=1;KMDF_VERSION_MINOR=11 - %(AdditionalIncludeDirectories);$(WDKContentRoot)\Include\wdf\kmdf\1.11 - - - sha256 - - @@ -292,4 +206,4 @@ - + \ No newline at end of file diff --git a/general/ioctl/kmdf/ioctl.sln b/general/ioctl/kmdf/ioctl.sln index 250299bc..d8b31ed4 100644 --- a/general/ioctl/kmdf/ioctl.sln +++ b/general/ioctl/kmdf/ioctl.sln @@ -15,8 +15,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 @@ -29,18 +27,10 @@ Global {18A38FF8-1227-4F3B-997B-A83A6E4CFD20}.Release|ARM64.Build.0 = Release|ARM64 {50EE7E00-D19A-4741-9440-33BECFCF6BED}.Release|ARM64.ActiveCfg = Release|ARM64 {50EE7E00-D19A-4741-9440-33BECFCF6BED}.Release|ARM64.Build.0 = Release|ARM64 - {18A38FF8-1227-4F3B-997B-A83A6E4CFD20}.Debug|Win32.ActiveCfg = Debug|Win32 - {18A38FF8-1227-4F3B-997B-A83A6E4CFD20}.Debug|Win32.Build.0 = Debug|Win32 - {18A38FF8-1227-4F3B-997B-A83A6E4CFD20}.Release|Win32.ActiveCfg = Release|Win32 - {18A38FF8-1227-4F3B-997B-A83A6E4CFD20}.Release|Win32.Build.0 = Release|Win32 {18A38FF8-1227-4F3B-997B-A83A6E4CFD20}.Debug|x64.ActiveCfg = Debug|x64 {18A38FF8-1227-4F3B-997B-A83A6E4CFD20}.Debug|x64.Build.0 = Debug|x64 {18A38FF8-1227-4F3B-997B-A83A6E4CFD20}.Release|x64.ActiveCfg = Release|x64 {18A38FF8-1227-4F3B-997B-A83A6E4CFD20}.Release|x64.Build.0 = Release|x64 - {50EE7E00-D19A-4741-9440-33BECFCF6BED}.Debug|Win32.ActiveCfg = Debug|Win32 - {50EE7E00-D19A-4741-9440-33BECFCF6BED}.Debug|Win32.Build.0 = Debug|Win32 - {50EE7E00-D19A-4741-9440-33BECFCF6BED}.Release|Win32.ActiveCfg = Release|Win32 - {50EE7E00-D19A-4741-9440-33BECFCF6BED}.Release|Win32.Build.0 = Release|Win32 {50EE7E00-D19A-4741-9440-33BECFCF6BED}.Debug|x64.ActiveCfg = Debug|x64 {50EE7E00-D19A-4741-9440-33BECFCF6BED}.Debug|x64.Build.0 = Debug|x64 {50EE7E00-D19A-4741-9440-33BECFCF6BED}.Release|x64.ActiveCfg = Release|x64 diff --git a/general/ioctl/kmdf/sys/nonpnp.vcxproj b/general/ioctl/kmdf/sys/nonpnp.vcxproj index 07b967f4..fc40c385 100644 --- a/general/ioctl/kmdf/sys/nonpnp.vcxproj +++ b/general/ioctl/kmdf/sys/nonpnp.vcxproj @@ -1,4 +1,4 @@ - + @@ -9,14 +9,6 @@ Release ARM64 - - Debug - Win32 - - - Release - Win32 - Debug x64 @@ -31,7 +23,7 @@ $(MSBuildProjectName) 1 Debug - Win32 + x64 {45D75B6C-2DA7-499F-A790-DDA070CCE572} @@ -67,22 +59,6 @@ WindowsKernelModeDriver10.0 Driver - - Windows10 - False - Windows Driver - KMDF - WindowsKernelModeDriver10.0 - Driver - - - Windows10 - True - Windows Driver - KMDF - WindowsKernelModeDriver10.0 - Driver - $(IntDir) @@ -99,12 +75,6 @@ - - - - - - true @@ -131,12 +101,6 @@ nonpnp - - nonpnp - - - nonpnp - %(AdditionalDependencies);$(DDK_LIB_PATH)\ntstrsafe.lib;$(DDK_LIB_PATH)\wdmsec.lib @@ -225,50 +189,6 @@ sha256 - - - %(AdditionalDependencies);$(DDK_LIB_PATH)\ntstrsafe.lib;$(DDK_LIB_PATH)\wdmsec.lib - - - %(PreprocessorDefinitions);_WIN2K_COMPAT_SLIST_USAGE - %(AdditionalIncludeDirectories);.. - - - - - %(PreprocessorDefinitions);_WIN2K_COMPAT_SLIST_USAGE - %(AdditionalIncludeDirectories);.. - - - %(PreprocessorDefinitions);_WIN2K_COMPAT_SLIST_USAGE - %(AdditionalIncludeDirectories);.. - - - sha256 - - - - - %(AdditionalDependencies);$(DDK_LIB_PATH)\ntstrsafe.lib;$(DDK_LIB_PATH)\wdmsec.lib - - - %(PreprocessorDefinitions);_WIN2K_COMPAT_SLIST_USAGE - %(AdditionalIncludeDirectories);.. - - - - - %(PreprocessorDefinitions);_WIN2K_COMPAT_SLIST_USAGE - %(AdditionalIncludeDirectories);.. - - - %(PreprocessorDefinitions);_WIN2K_COMPAT_SLIST_USAGE - %(AdditionalIncludeDirectories);.. - - - sha256 - - @@ -285,4 +205,4 @@ - + \ No newline at end of file diff --git a/general/ioctl/wdm/exe/ioctlapp.vcxproj b/general/ioctl/wdm/exe/ioctlapp.vcxproj index aaeb0a0d..936b9129 100644 --- a/general/ioctl/wdm/exe/ioctlapp.vcxproj +++ b/general/ioctl/wdm/exe/ioctlapp.vcxproj @@ -1,4 +1,4 @@ - + @@ -9,14 +9,6 @@ Release ARM64 - - Debug - Win32 - - - Release - Win32 - Debug x64 @@ -30,7 +22,7 @@ {61899E58-10C2-4EB1-9508-58AE7DC3B3A9} $(MSBuildProjectName) Debug - Win32 + x64 {14E9681A-41C8-43B1-885D-6CD8CB06AAD8} @@ -66,22 +58,6 @@ WindowsApplicationForDrivers10.0 Application - - Windows10 - False - Windows Driver - - WindowsApplicationForDrivers10.0 - Application - - - Windows10 - True - Windows Driver - - WindowsApplicationForDrivers10.0 - Application - $(IntDir) @@ -98,12 +74,6 @@ - - - - - - ioctlapp @@ -117,12 +87,6 @@ ioctlapp - - ioctlapp - - - ioctlapp - true @@ -175,32 +139,6 @@ %(AdditionalIncludeDirectories);..\ - - - true - Level4 - %(AdditionalIncludeDirectories);..\ - - - %(AdditionalIncludeDirectories);..\ - - - %(AdditionalIncludeDirectories);..\ - - - - - true - Level4 - %(AdditionalIncludeDirectories);..\ - - - %(AdditionalIncludeDirectories);..\ - - - %(AdditionalIncludeDirectories);..\ - - @@ -225,18 +163,6 @@ - - - - - - - - - - - - @@ -254,4 +180,4 @@ - + \ No newline at end of file diff --git a/general/ioctl/wdm/ioctl.sln b/general/ioctl/wdm/ioctl.sln index 7b06e5e2..04203e25 100644 --- a/general/ioctl/wdm/ioctl.sln +++ b/general/ioctl/wdm/ioctl.sln @@ -15,8 +15,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 @@ -29,18 +27,10 @@ Global {61899E58-10C2-4EB1-9508-58AE7DC3B3A9}.Release|ARM64.Build.0 = Release|ARM64 {29BD96E0-B6C5-42A0-B683-FD9740810699}.Release|ARM64.ActiveCfg = Release|ARM64 {29BD96E0-B6C5-42A0-B683-FD9740810699}.Release|ARM64.Build.0 = Release|ARM64 - {61899E58-10C2-4EB1-9508-58AE7DC3B3A9}.Debug|Win32.ActiveCfg = Debug|Win32 - {61899E58-10C2-4EB1-9508-58AE7DC3B3A9}.Debug|Win32.Build.0 = Debug|Win32 - {61899E58-10C2-4EB1-9508-58AE7DC3B3A9}.Release|Win32.ActiveCfg = Release|Win32 - {61899E58-10C2-4EB1-9508-58AE7DC3B3A9}.Release|Win32.Build.0 = Release|Win32 {61899E58-10C2-4EB1-9508-58AE7DC3B3A9}.Debug|x64.ActiveCfg = Debug|x64 {61899E58-10C2-4EB1-9508-58AE7DC3B3A9}.Debug|x64.Build.0 = Debug|x64 {61899E58-10C2-4EB1-9508-58AE7DC3B3A9}.Release|x64.ActiveCfg = Release|x64 {61899E58-10C2-4EB1-9508-58AE7DC3B3A9}.Release|x64.Build.0 = Release|x64 - {29BD96E0-B6C5-42A0-B683-FD9740810699}.Debug|Win32.ActiveCfg = Debug|Win32 - {29BD96E0-B6C5-42A0-B683-FD9740810699}.Debug|Win32.Build.0 = Debug|Win32 - {29BD96E0-B6C5-42A0-B683-FD9740810699}.Release|Win32.ActiveCfg = Release|Win32 - {29BD96E0-B6C5-42A0-B683-FD9740810699}.Release|Win32.Build.0 = Release|Win32 {29BD96E0-B6C5-42A0-B683-FD9740810699}.Debug|x64.ActiveCfg = Debug|x64 {29BD96E0-B6C5-42A0-B683-FD9740810699}.Debug|x64.Build.0 = Debug|x64 {29BD96E0-B6C5-42A0-B683-FD9740810699}.Release|x64.ActiveCfg = Release|x64 diff --git a/general/ioctl/wdm/sys/sioctl.vcxproj b/general/ioctl/wdm/sys/sioctl.vcxproj index afbe6d97..2d0b333b 100644 --- a/general/ioctl/wdm/sys/sioctl.vcxproj +++ b/general/ioctl/wdm/sys/sioctl.vcxproj @@ -1,4 +1,4 @@ - + @@ -9,14 +9,6 @@ Release ARM64 - - Debug - Win32 - - - Release - Win32 - Debug x64 @@ -30,7 +22,7 @@ {29BD96E0-B6C5-42A0-B683-FD9740810699} $(MSBuildProjectName) Debug - Win32 + x64 {A08AE94A-35FF-4A31-B152-5E3A43CE78A0} @@ -66,22 +58,6 @@ WindowsKernelModeDriver10.0 Driver - - Windows10 - False - Windows Driver - WDM - WindowsKernelModeDriver10.0 - Driver - - - Windows10 - True - Windows Driver - WDM - WindowsKernelModeDriver10.0 - Driver - $(IntDir) @@ -98,12 +74,6 @@ - - - - - - sioctl @@ -117,12 +87,6 @@ sioctl - - sioctl - - - sioctl - true @@ -167,28 +131,6 @@ sha256 - - - true - Level4 - - - - - sha256 - - - - - true - Level4 - - - - - sha256 - - @@ -206,4 +148,4 @@ - + \ No newline at end of file -- cgit v1.3.1