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. --- storage/tools/spti/spti.sln | 6 ---- storage/tools/spti/src/spti.vcxproj | 72 ++----------------------------------- 2 files changed, 3 insertions(+), 75 deletions(-) (limited to 'storage/tools') diff --git a/storage/tools/spti/spti.sln b/storage/tools/spti/spti.sln index bfe1ca94..49e55a69 100644 --- a/storage/tools/spti/spti.sln +++ b/storage/tools/spti/spti.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 {DBA7C5E3-522A-4974-B0C3-543BBC1665FF}.Debug|ARM64.Build.0 = Debug|ARM64 {DBA7C5E3-522A-4974-B0C3-543BBC1665FF}.Release|ARM64.ActiveCfg = Release|ARM64 {DBA7C5E3-522A-4974-B0C3-543BBC1665FF}.Release|ARM64.Build.0 = Release|ARM64 - {DBA7C5E3-522A-4974-B0C3-543BBC1665FF}.Debug|Win32.ActiveCfg = Debug|Win32 - {DBA7C5E3-522A-4974-B0C3-543BBC1665FF}.Debug|Win32.Build.0 = Debug|Win32 - {DBA7C5E3-522A-4974-B0C3-543BBC1665FF}.Release|Win32.ActiveCfg = Release|Win32 - {DBA7C5E3-522A-4974-B0C3-543BBC1665FF}.Release|Win32.Build.0 = Release|Win32 {DBA7C5E3-522A-4974-B0C3-543BBC1665FF}.Debug|x64.ActiveCfg = Debug|x64 {DBA7C5E3-522A-4974-B0C3-543BBC1665FF}.Debug|x64.Build.0 = Debug|x64 {DBA7C5E3-522A-4974-B0C3-543BBC1665FF}.Release|x64.ActiveCfg = Release|x64 diff --git a/storage/tools/spti/src/spti.vcxproj b/storage/tools/spti/src/spti.vcxproj index 19c8bc28..5dbc7a50 100644 --- a/storage/tools/spti/src/spti.vcxproj +++ b/storage/tools/spti/src/spti.vcxproj @@ -1,4 +1,4 @@ - + @@ -9,14 +9,6 @@ Release ARM64 - - Debug - Win32 - - - Release - Win32 - Debug x64 @@ -30,7 +22,7 @@ {DBA7C5E3-522A-4974-B0C3-543BBC1665FF} $(MSBuildProjectName) Debug - Win32 + x64 {2A05EF6E-AE10-41D1-B69C-7F7FA900C3AF} @@ -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 @@ - - - - - - spti @@ -117,12 +87,6 @@ spti - - spti - - - spti - true @@ -183,36 +147,6 @@ %(AdditionalIncludeDirectories);..\..\inc;$(DDK_INC_PATH) - - - true - Level4 - %(AdditionalIncludeDirectories);..\..\inc;$(DDK_INC_PATH) - - - - - %(AdditionalIncludeDirectories);..\..\inc;$(DDK_INC_PATH) - - - %(AdditionalIncludeDirectories);..\..\inc;$(DDK_INC_PATH) - - - - - true - Level4 - %(AdditionalIncludeDirectories);..\..\inc;$(DDK_INC_PATH) - - - - - %(AdditionalIncludeDirectories);..\..\inc;$(DDK_INC_PATH) - - - %(AdditionalIncludeDirectories);..\..\inc;$(DDK_INC_PATH) - - @@ -229,4 +163,4 @@ - + \ No newline at end of file -- cgit v1.3.1