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. --- TrEE/OSService/TrEEOSServiceSample.inf | Bin 4602 -> 2062 bytes TrEE/OSService/TrEEOSServiceSample.vcxproj | 126 +---------------------------- 2 files changed, 1 insertion(+), 125 deletions(-) (limited to 'TrEE/OSService') diff --git a/TrEE/OSService/TrEEOSServiceSample.inf b/TrEE/OSService/TrEEOSServiceSample.inf index e283ff98..eb5bb5cf 100644 Binary files a/TrEE/OSService/TrEEOSServiceSample.inf and b/TrEE/OSService/TrEEOSServiceSample.inf differ diff --git a/TrEE/OSService/TrEEOSServiceSample.vcxproj b/TrEE/OSService/TrEEOSServiceSample.vcxproj index 7fd4726d..c1ab3361 100644 --- a/TrEE/OSService/TrEEOSServiceSample.vcxproj +++ b/TrEE/OSService/TrEEOSServiceSample.vcxproj @@ -1,14 +1,6 @@  - - Debug - Win32 - - - Release - Win32 - Debug x64 @@ -17,40 +9,16 @@ Release x64 - - Debug - Arm - - - Release - Arm - {7661C397-614D-4562-9CC7-6178B246DB17} $(MSBuildProjectName) 1 Debug - Win32 + x64 {CF6545FF-8EA5-4A78-8776-59E492F8C276} - - Windows10 - False - Universal - KMDF - WindowsKernelModeDriver10.0 - Driver - - - Windows10 - True - Universal - KMDF - WindowsKernelModeDriver10.0 - Driver - Windows10 False @@ -67,89 +35,23 @@ WindowsKernelModeDriver10.0 Driver - - Windows10 - False - Universal - KMDF - WindowsKernelModeDriver10.0 - Driver - - - Windows10 - True - Universal - KMDF - WindowsKernelModeDriver10.0 - Driver - $(IntDir) - - - - - - - - - - - - - - TrEEOSServiceSample - - - TrEEOSServiceSample - TrEEOSServiceSample TrEEOSServiceSample - - TrEEOSServiceSample - - - TrEEOSServiceSample - - - - %(AdditionalIncludeDirectories);$(DDK_INC_PATH) - - - %(AdditionalIncludeDirectories);$(DDK_INC_PATH) - - - - - %(AdditionalIncludeDirectories);$(DDK_INC_PATH) - - - - - %(AdditionalIncludeDirectories);$(DDK_INC_PATH) - - - %(AdditionalIncludeDirectories);$(DDK_INC_PATH) - - - - - %(AdditionalIncludeDirectories);$(DDK_INC_PATH) - - %(AdditionalIncludeDirectories);$(DDK_INC_PATH) @@ -176,32 +78,6 @@ %(AdditionalIncludeDirectories);$(DDK_INC_PATH) - - - %(AdditionalIncludeDirectories);$(DDK_INC_PATH) - - - %(AdditionalIncludeDirectories);$(DDK_INC_PATH) - - - - - %(AdditionalIncludeDirectories);$(DDK_INC_PATH) - - - - - %(AdditionalIncludeDirectories);$(DDK_INC_PATH) - - - %(AdditionalIncludeDirectories);$(DDK_INC_PATH) - - - - - %(AdditionalIncludeDirectories);$(DDK_INC_PATH) - - -- cgit v1.3.1