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. --- .../obcallback/control/ObCallbackTestCtrl.vcxproj | 98 +--------------------- general/obcallback/driver/ObCallbackTest.vcxproj | 88 +------------------ general/obcallback/obcallback.sln | 10 --- 3 files changed, 6 insertions(+), 190 deletions(-) (limited to 'general/obcallback') diff --git a/general/obcallback/control/ObCallbackTestCtrl.vcxproj b/general/obcallback/control/ObCallbackTestCtrl.vcxproj index 2260cd5b..f7b229f0 100644 --- a/general/obcallback/control/ObCallbackTestCtrl.vcxproj +++ b/general/obcallback/control/ObCallbackTestCtrl.vcxproj @@ -1,4 +1,4 @@ - + @@ -9,14 +9,6 @@ Release ARM64 - - Debug - Win32 - - - Release - Win32 - Debug x64 @@ -30,7 +22,7 @@ {F723CC91-3218-4252-89C1-F7998292C456} $(MSBuildProjectName) Debug - Win32 + x64 {003682A9-FE10-4932-91BD-DA6390471330} @@ -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 @@ - - - - - - ObCallbackTestCtrl @@ -125,16 +95,6 @@ 0x0A00 0x0A000000 - - ObCallbackTestCtrl - 0x0A00 - 0x0A000000 - - - ObCallbackTestCtrl - 0x0A00 - 0x0A000000 - Disabled @@ -163,20 +123,6 @@ Level4 - - - Disabled - true - Level4 - - - - - Disabled - true - Level4 - - %(AdditionalOptions) /LARGEADDRESSAWARE @@ -201,18 +147,6 @@ %(AdditionalDependencies);ntdll.lib;kernel32.lib;advapi32.lib - - - %(AdditionalOptions) /LARGEADDRESSAWARE - %(AdditionalDependencies);ntdll.lib;kernel32.lib;advapi32.lib - - - - - %(AdditionalOptions) /LARGEADDRESSAWARE - %(AdditionalDependencies);ntdll.lib;kernel32.lib;advapi32.lib - - %(PreprocessorDefinitions);UNICODE;_UNICODE @@ -265,32 +199,6 @@ %(PreprocessorDefinitions);UNICODE;_UNICODE - - - %(PreprocessorDefinitions);UNICODE;_UNICODE - - - - - %(PreprocessorDefinitions);UNICODE;_UNICODE - - - %(PreprocessorDefinitions);UNICODE;_UNICODE - - - - - %(PreprocessorDefinitions);UNICODE;_UNICODE - - - - - %(PreprocessorDefinitions);UNICODE;_UNICODE - - - %(PreprocessorDefinitions);UNICODE;_UNICODE - - ;%(AdditionalIncludeDirectories) @@ -324,4 +232,4 @@ - + \ No newline at end of file diff --git a/general/obcallback/driver/ObCallbackTest.vcxproj b/general/obcallback/driver/ObCallbackTest.vcxproj index 1de92412..db88b20d 100644 --- a/general/obcallback/driver/ObCallbackTest.vcxproj +++ b/general/obcallback/driver/ObCallbackTest.vcxproj @@ -1,4 +1,4 @@ - + @@ -9,14 +9,6 @@ Release ARM64 - - Debug - Win32 - - - Release - Win32 - Debug x64 @@ -30,7 +22,7 @@ {850E3104-6DE2-4FA3-8E53-4CA21A230429} $(MSBuildProjectName) Debug - Win32 + x64 {9E9E0074-EA13-48A7-AFEE-B64F91E6C4CD} @@ -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 @@ - - - - - - ObCallbackTest @@ -117,12 +87,6 @@ ObCallbackTest - - ObCallbackTest - - - ObCallbackTest - %(AdditionalIncludeDirectories) @@ -215,52 +179,6 @@ sha256 - - - %(AdditionalIncludeDirectories) - - - %(AdditionalIncludeDirectories) - Disabled - true - Level4 - - - - - %(AdditionalIncludeDirectories) - - - %(AdditionalDependencies) - %(AdditionalOptions) /INTEGRITYCHECK - - - sha256 - - - - - %(AdditionalIncludeDirectories) - - - %(AdditionalIncludeDirectories) - Disabled - true - Level4 - - - - - %(AdditionalIncludeDirectories) - - - %(AdditionalDependencies) - %(AdditionalOptions) /INTEGRITYCHECK - - - sha256 - - ;%(AdditionalIncludeDirectories) @@ -300,4 +218,4 @@ - + \ No newline at end of file diff --git a/general/obcallback/obcallback.sln b/general/obcallback/obcallback.sln index 4b540499..1772c1af 100644 --- a/general/obcallback/obcallback.sln +++ b/general/obcallback/obcallback.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 {F723CC91-3218-4252-89C1-F7998292C456}.Release|ARM64.Build.0 = Release|ARM64 {850E3104-6DE2-4FA3-8E53-4CA21A230429}.Release|ARM64.ActiveCfg = Release|ARM64 {850E3104-6DE2-4FA3-8E53-4CA21A230429}.Release|ARM64.Build.0 = Release|ARM64 - {F723CC91-3218-4252-89C1-F7998292C456}.Debug|Win32.ActiveCfg = Debug|Win32 - {F723CC91-3218-4252-89C1-F7998292C456}.Debug|Win32.Build.0 = Debug|Win32 - {F723CC91-3218-4252-89C1-F7998292C456}.Release|Win32.ActiveCfg = Release|Win32 - {F723CC91-3218-4252-89C1-F7998292C456}.Release|Win32.Build.0 = Release|Win32 {F723CC91-3218-4252-89C1-F7998292C456}.Debug|x64.ActiveCfg = Debug|x64 {F723CC91-3218-4252-89C1-F7998292C456}.Debug|x64.Build.0 = Debug|x64 {F723CC91-3218-4252-89C1-F7998292C456}.Release|x64.ActiveCfg = Release|x64 {F723CC91-3218-4252-89C1-F7998292C456}.Release|x64.Build.0 = Release|x64 - {850E3104-6DE2-4FA3-8E53-4CA21A230429}.Debug|Win32.ActiveCfg = Debug|Win32 - {850E3104-6DE2-4FA3-8E53-4CA21A230429}.Debug|Win32.Build.0 = Debug|Win32 - {850E3104-6DE2-4FA3-8E53-4CA21A230429}.Release|Win32.ActiveCfg = Release|Win32 - {850E3104-6DE2-4FA3-8E53-4CA21A230429}.Release|Win32.Build.0 = Release|Win32 {850E3104-6DE2-4FA3-8E53-4CA21A230429}.Debug|x64.ActiveCfg = Debug|x64 {850E3104-6DE2-4FA3-8E53-4CA21A230429}.Debug|x64.Build.0 = Debug|x64 {850E3104-6DE2-4FA3-8E53-4CA21A230429}.Release|x64.ActiveCfg = Release|x64 -- cgit v1.3.1