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. --- filesys/miniFilter/simrep/simrep.sln | 6 --- filesys/miniFilter/simrep/simrep.vcxproj | 84 ++------------------------------ 2 files changed, 3 insertions(+), 87 deletions(-) (limited to 'filesys/miniFilter/simrep') diff --git a/filesys/miniFilter/simrep/simrep.sln b/filesys/miniFilter/simrep/simrep.sln index c712bcec..3cec90a0 100644 --- a/filesys/miniFilter/simrep/simrep.sln +++ b/filesys/miniFilter/simrep/simrep.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 {E007014C-F23C-4E49-A483-D3AE86B8B988}.Debug|ARM64.Build.0 = Debug|ARM64 {E007014C-F23C-4E49-A483-D3AE86B8B988}.Release|ARM64.ActiveCfg = Release|ARM64 {E007014C-F23C-4E49-A483-D3AE86B8B988}.Release|ARM64.Build.0 = Release|ARM64 - {E007014C-F23C-4E49-A483-D3AE86B8B988}.Debug|Win32.ActiveCfg = Debug|Win32 - {E007014C-F23C-4E49-A483-D3AE86B8B988}.Debug|Win32.Build.0 = Debug|Win32 - {E007014C-F23C-4E49-A483-D3AE86B8B988}.Release|Win32.ActiveCfg = Release|Win32 - {E007014C-F23C-4E49-A483-D3AE86B8B988}.Release|Win32.Build.0 = Release|Win32 {E007014C-F23C-4E49-A483-D3AE86B8B988}.Debug|x64.ActiveCfg = Debug|x64 {E007014C-F23C-4E49-A483-D3AE86B8B988}.Debug|x64.Build.0 = Debug|x64 {E007014C-F23C-4E49-A483-D3AE86B8B988}.Release|x64.ActiveCfg = Release|x64 diff --git a/filesys/miniFilter/simrep/simrep.vcxproj b/filesys/miniFilter/simrep/simrep.vcxproj index 47ee8c03..82613e37 100644 --- a/filesys/miniFilter/simrep/simrep.vcxproj +++ b/filesys/miniFilter/simrep/simrep.vcxproj @@ -1,4 +1,4 @@ - + @@ -9,14 +9,6 @@ Release ARM64 - - Debug - Win32 - - - Release - Win32 - Debug x64 @@ -30,7 +22,7 @@ {E007014C-F23C-4E49-A483-D3AE86B8B988} $(MSBuildProjectName) Debug - Win32 + x64 {C81FEAC2-1F94-45CB-BED1-670C90145D61} @@ -66,22 +58,6 @@ WindowsKernelModeDriver10.0 Driver - - Windows10 - False - Universal - WDM - WindowsKernelModeDriver10.0 - Driver - - - Windows10 - True - Universal - WDM - WindowsKernelModeDriver10.0 - Driver - $(IntDir) @@ -98,12 +74,6 @@ - - - - - - simrep @@ -117,12 +87,6 @@ simrep - - simrep - - - simrep - true @@ -207,48 +171,6 @@ sha256 - - - true - Level4 - %(PreprocessorDefinitions);POOL_NX_OPTIN=1 - - - - - %(AdditionalDependencies);$(DDK_LIB_PATH)\fltMgr.lib - - - %(PreprocessorDefinitions);POOL_NX_OPTIN=1 - - - %(PreprocessorDefinitions);POOL_NX_OPTIN=1 - - - sha256 - - - - - true - Level4 - %(PreprocessorDefinitions);POOL_NX_OPTIN=1 - - - - - %(AdditionalDependencies);$(DDK_LIB_PATH)\fltMgr.lib - - - %(PreprocessorDefinitions);POOL_NX_OPTIN=1 - - - %(PreprocessorDefinitions);POOL_NX_OPTIN=1 - - - sha256 - - @@ -266,4 +188,4 @@ - + \ No newline at end of file -- cgit v1.3.1