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 +--------------------- 1 file changed, 3 insertions(+), 95 deletions(-) (limited to 'general/obcallback/control') 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 -- cgit v1.3.1