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. --- .../SystemTraceControl/SystemTraceControl.vcxproj | 59 ++-------------------- 1 file changed, 3 insertions(+), 56 deletions(-) (limited to 'general/tracing/SystemTraceControl/SystemTraceControl.vcxproj') diff --git a/general/tracing/SystemTraceControl/SystemTraceControl.vcxproj b/general/tracing/SystemTraceControl/SystemTraceControl.vcxproj index 69e4c1c4..30b57b21 100644 --- a/general/tracing/SystemTraceControl/SystemTraceControl.vcxproj +++ b/general/tracing/SystemTraceControl/SystemTraceControl.vcxproj @@ -1,4 +1,4 @@ - + @@ -9,14 +9,6 @@ Release ARM64 - - Debug - Win32 - - - Release - Win32 - Debug x64 @@ -27,20 +19,10 @@ - Win32Proj + Win64Proj {69BD6A4C-5051-E271-F174-E5E67BC09464} - - Application - true - WindowsApplicationForDrivers10.0 - - - Application - false - WindowsApplicationForDrivers10.0 - Application true @@ -64,12 +46,6 @@ - - - - - - @@ -82,35 +58,6 @@ - - - WIN32;_DEBUG;_WINDOWS;%(PreprocessorDefinitions) - MultiThreadedDebugDLL - Level3 - ProgramDatabase - Disabled - - - MachineX86 - true - Console - - - - - WIN32;NDEBUG;_WINDOWS;%(PreprocessorDefinitions) - MultiThreadedDLL - Level3 - ProgramDatabase - - - MachineX86 - true - Console - true - true - - WIN32;_DEBUG;_WINDOWS;%(PreprocessorDefinitions) @@ -178,4 +125,4 @@ - + \ No newline at end of file -- cgit v1.3.1