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. --- general/pcidrv/kmdf/HW/PCIDRV.vcxproj | 108 +--------------------------------- general/pcidrv/pcidrv.sln | 10 ---- general/pcidrv/test/myping.vcxproj | 92 +---------------------------- 3 files changed, 6 insertions(+), 204 deletions(-) (limited to 'general/pcidrv') diff --git a/general/pcidrv/kmdf/HW/PCIDRV.vcxproj b/general/pcidrv/kmdf/HW/PCIDRV.vcxproj index 786d7199..1e790eda 100644 --- a/general/pcidrv/kmdf/HW/PCIDRV.vcxproj +++ b/general/pcidrv/kmdf/HW/PCIDRV.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 {CE26AF24-DCC9-47E5-A4EF-F27522A31C90} @@ -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 @@ - - - - - - true @@ -239,12 +209,6 @@ PCIDRV - - PCIDRV - - - PCIDRV - %(AdditionalDependencies);$(DDK_LIB_PATH)\ntstrsafe.lib @@ -325,46 +289,6 @@ sha256 - - - %(AdditionalDependencies);$(DDK_LIB_PATH)\ntstrsafe.lib - - - %(PreprocessorDefinitions);_WIN2K_COMPAT_SLIST_USAGE - %(AdditionalIncludeDirectories);.. - - - %(PreprocessorDefinitions);_WIN2K_COMPAT_SLIST_USAGE - %(AdditionalIncludeDirectories);.. - - - %(PreprocessorDefinitions);_WIN2K_COMPAT_SLIST_USAGE - %(AdditionalIncludeDirectories);.. - - - sha256 - - - - - %(AdditionalDependencies);$(DDK_LIB_PATH)\ntstrsafe.lib - - - %(PreprocessorDefinitions);_WIN2K_COMPAT_SLIST_USAGE - %(AdditionalIncludeDirectories);.. - - - %(PreprocessorDefinitions);_WIN2K_COMPAT_SLIST_USAGE - %(AdditionalIncludeDirectories);.. - - - %(PreprocessorDefinitions);_WIN2K_COMPAT_SLIST_USAGE - %(AdditionalIncludeDirectories);.. - - - sha256 - - %(PreprocessorDefinitions);EVENT_TRACING;POOL_NX_OPTIN=1 @@ -417,32 +341,6 @@ %(PreprocessorDefinitions);EVENT_TRACING;POOL_NX_OPTIN=1 - - - %(PreprocessorDefinitions);EVENT_TRACING;POOL_NX_OPTIN=1 - - - - - %(PreprocessorDefinitions);EVENT_TRACING;POOL_NX_OPTIN=1 - - - %(PreprocessorDefinitions);EVENT_TRACING;POOL_NX_OPTIN=1 - - - - - %(PreprocessorDefinitions);EVENT_TRACING;POOL_NX_OPTIN=1 - - - - - %(PreprocessorDefinitions);EVENT_TRACING;POOL_NX_OPTIN=1 - - - %(PreprocessorDefinitions);EVENT_TRACING;POOL_NX_OPTIN=1 - - ;%(AdditionalIncludeDirectories) @@ -465,4 +363,4 @@ - + \ No newline at end of file diff --git a/general/pcidrv/pcidrv.sln b/general/pcidrv/pcidrv.sln index 1cf5458f..14625fb3 100644 --- a/general/pcidrv/pcidrv.sln +++ b/general/pcidrv/pcidrv.sln @@ -17,8 +17,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 @@ -31,18 +29,10 @@ Global {E5CE48A7-8BCC-4888-9A2E-C47DBC70771B}.Release|ARM64.Build.0 = Release|ARM64 {3DC6A380-6A31-4460-B934-83E1BAC700EE}.Release|ARM64.ActiveCfg = Release|ARM64 {3DC6A380-6A31-4460-B934-83E1BAC700EE}.Release|ARM64.Build.0 = Release|ARM64 - {E5CE48A7-8BCC-4888-9A2E-C47DBC70771B}.Debug|Win32.ActiveCfg = Debug|Win32 - {E5CE48A7-8BCC-4888-9A2E-C47DBC70771B}.Debug|Win32.Build.0 = Debug|Win32 - {E5CE48A7-8BCC-4888-9A2E-C47DBC70771B}.Release|Win32.ActiveCfg = Release|Win32 - {E5CE48A7-8BCC-4888-9A2E-C47DBC70771B}.Release|Win32.Build.0 = Release|Win32 {E5CE48A7-8BCC-4888-9A2E-C47DBC70771B}.Debug|x64.ActiveCfg = Debug|x64 {E5CE48A7-8BCC-4888-9A2E-C47DBC70771B}.Debug|x64.Build.0 = Debug|x64 {E5CE48A7-8BCC-4888-9A2E-C47DBC70771B}.Release|x64.ActiveCfg = Release|x64 {E5CE48A7-8BCC-4888-9A2E-C47DBC70771B}.Release|x64.Build.0 = Release|x64 - {3DC6A380-6A31-4460-B934-83E1BAC700EE}.Debug|Win32.ActiveCfg = Debug|Win32 - {3DC6A380-6A31-4460-B934-83E1BAC700EE}.Debug|Win32.Build.0 = Debug|Win32 - {3DC6A380-6A31-4460-B934-83E1BAC700EE}.Release|Win32.ActiveCfg = Release|Win32 - {3DC6A380-6A31-4460-B934-83E1BAC700EE}.Release|Win32.Build.0 = Release|Win32 {3DC6A380-6A31-4460-B934-83E1BAC700EE}.Debug|x64.ActiveCfg = Debug|x64 {3DC6A380-6A31-4460-B934-83E1BAC700EE}.Debug|x64.Build.0 = Debug|x64 {3DC6A380-6A31-4460-B934-83E1BAC700EE}.Release|x64.ActiveCfg = Release|x64 diff --git a/general/pcidrv/test/myping.vcxproj b/general/pcidrv/test/myping.vcxproj index 3bec595f..d25dc37d 100644 --- a/general/pcidrv/test/myping.vcxproj +++ b/general/pcidrv/test/myping.vcxproj @@ -1,4 +1,4 @@ - + @@ -9,14 +9,6 @@ Release ARM64 - - Debug - Win32 - - - Release - Win32 - Debug x64 @@ -30,7 +22,7 @@ {E5CE48A7-8BCC-4888-9A2E-C47DBC70771B} $(MSBuildProjectName) Debug - Win32 + x64 {A5C4D92B-0C39-42B8-9B1E-DA4A2583C1CC} @@ -66,22 +58,6 @@ WindowsApplicationForDrivers10.0 Application - - Windows10 - False - Desktop - - WindowsApplicationForDrivers10.0 - Application - - - Windows10 - True - Desktop - - WindowsApplicationForDrivers10.0 - Application - $(IntDir) @@ -98,12 +74,6 @@ - - - - - - myping @@ -117,12 +87,6 @@ myping - - myping - - - myping - %(AdditionalIncludeDirectories);..\kmdf;..\kmdf\hw @@ -199,44 +163,6 @@ sha256 - - - %(AdditionalIncludeDirectories);..\kmdf;..\kmdf\hw - - - %(AdditionalIncludeDirectories);..\kmdf;..\kmdf\hw - true - Level4 - - - %(AdditionalIncludeDirectories);..\kmdf;..\kmdf\hw - - - %(AdditionalDependencies);setupapi.lib;wsock32.lib;ws2_32.lib;ole32.lib - - - sha256 - - - - - %(AdditionalIncludeDirectories);..\kmdf;..\kmdf\hw - - - %(AdditionalIncludeDirectories);..\kmdf;..\kmdf\hw - true - Level4 - - - %(AdditionalIncludeDirectories);..\kmdf;..\kmdf\hw - - - %(AdditionalDependencies);setupapi.lib;wsock32.lib;ws2_32.lib;ole32.lib - - - sha256 - - @@ -261,18 +187,6 @@ - - - - - - - - - - - - @@ -291,4 +205,4 @@ - + \ No newline at end of file -- cgit v1.3.1