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. --- simbatt/func/simbatt.sln | 6 --- simbatt/func/simbatt.vcxproj | 90 ++------------------------------------------ 2 files changed, 3 insertions(+), 93 deletions(-) (limited to 'simbatt/func') diff --git a/simbatt/func/simbatt.sln b/simbatt/func/simbatt.sln index 91f32957..d7b2a09b 100644 --- a/simbatt/func/simbatt.sln +++ b/simbatt/func/simbatt.sln @@ -9,8 +9,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 @@ -19,10 +17,6 @@ Global {49F35704-9A04-4CCF-A290-BBE79906C901}.Debug|ARM64.Build.0 = Debug|ARM64 {49F35704-9A04-4CCF-A290-BBE79906C901}.Release|ARM64.ActiveCfg = Release|ARM64 {49F35704-9A04-4CCF-A290-BBE79906C901}.Release|ARM64.Build.0 = Release|ARM64 - {49F35704-9A04-4CCF-A290-BBE79906C901}.Debug|Win32.ActiveCfg = Debug|Win32 - {49F35704-9A04-4CCF-A290-BBE79906C901}.Debug|Win32.Build.0 = Debug|Win32 - {49F35704-9A04-4CCF-A290-BBE79906C901}.Release|Win32.ActiveCfg = Release|Win32 - {49F35704-9A04-4CCF-A290-BBE79906C901}.Release|Win32.Build.0 = Release|Win32 {49F35704-9A04-4CCF-A290-BBE79906C901}.Debug|x64.ActiveCfg = Debug|x64 {49F35704-9A04-4CCF-A290-BBE79906C901}.Debug|x64.Build.0 = Debug|x64 {49F35704-9A04-4CCF-A290-BBE79906C901}.Release|x64.ActiveCfg = Release|x64 diff --git a/simbatt/func/simbatt.vcxproj b/simbatt/func/simbatt.vcxproj index 6176c37a..8e0cd4ce 100644 --- a/simbatt/func/simbatt.vcxproj +++ b/simbatt/func/simbatt.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 {0D5B7AF0-B4D6-4392-8A7A-BC502932382B} @@ -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 @@ - - - - - - simbatt @@ -118,12 +88,6 @@ simbatt - - simbatt - - - simbatt - true @@ -220,54 +184,6 @@ sha256 - - - true - Level4 - %(PreprocessorDefinitions);DRIVER;DEBUGPRINT - %(AdditionalIncludeDirectories);..\..\inc - - - - - %(PreprocessorDefinitions);DRIVER;DEBUGPRINT - %(AdditionalIncludeDirectories);..\..\inc - - - %(PreprocessorDefinitions);DRIVER;DEBUGPRINT - %(AdditionalIncludeDirectories);..\..\inc - - - %(AdditionalDependencies);$(DDK_LIB_PATH)\battc.lib - - - sha256 - - - - - true - Level4 - %(PreprocessorDefinitions);DRIVER;DEBUGPRINT - %(AdditionalIncludeDirectories);..\..\inc - - - - - %(PreprocessorDefinitions);DRIVER;DEBUGPRINT - %(AdditionalIncludeDirectories);..\..\inc - - - %(PreprocessorDefinitions);DRIVER;DEBUGPRINT - %(AdditionalIncludeDirectories);..\..\inc - - - %(AdditionalDependencies);$(DDK_LIB_PATH)\battc.lib - - - sha256 - - @@ -286,4 +202,4 @@ - + \ No newline at end of file -- cgit v1.3.1