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/SystemDma/wdm/SystemDma.sln | 10 ---- general/SystemDma/wdm/exe/SystemDmaApp.vcxproj | 80 +------------------------- general/SystemDma/wdm/sys/SDma.vcxproj | 64 +-------------------- 3 files changed, 6 insertions(+), 148 deletions(-) (limited to 'general/SystemDma') diff --git a/general/SystemDma/wdm/SystemDma.sln b/general/SystemDma/wdm/SystemDma.sln index c9544d83..68accc90 100644 --- a/general/SystemDma/wdm/SystemDma.sln +++ b/general/SystemDma/wdm/SystemDma.sln @@ -15,8 +15,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 @@ -29,18 +27,10 @@ Global {6E5E2ADE-D50C-41DA-ACFB-FBA8151AED01}.Release|ARM64.Build.0 = Release|ARM64 {1523D522-CC98-45CD-82A8-8A3CF2B974DC}.Release|ARM64.ActiveCfg = Release|ARM64 {1523D522-CC98-45CD-82A8-8A3CF2B974DC}.Release|ARM64.Build.0 = Release|ARM64 - {6E5E2ADE-D50C-41DA-ACFB-FBA8151AED01}.Debug|Win32.ActiveCfg = Debug|Win32 - {6E5E2ADE-D50C-41DA-ACFB-FBA8151AED01}.Debug|Win32.Build.0 = Debug|Win32 - {6E5E2ADE-D50C-41DA-ACFB-FBA8151AED01}.Release|Win32.ActiveCfg = Release|Win32 - {6E5E2ADE-D50C-41DA-ACFB-FBA8151AED01}.Release|Win32.Build.0 = Release|Win32 {6E5E2ADE-D50C-41DA-ACFB-FBA8151AED01}.Debug|x64.ActiveCfg = Debug|x64 {6E5E2ADE-D50C-41DA-ACFB-FBA8151AED01}.Debug|x64.Build.0 = Debug|x64 {6E5E2ADE-D50C-41DA-ACFB-FBA8151AED01}.Release|x64.ActiveCfg = Release|x64 {6E5E2ADE-D50C-41DA-ACFB-FBA8151AED01}.Release|x64.Build.0 = Release|x64 - {1523D522-CC98-45CD-82A8-8A3CF2B974DC}.Debug|Win32.ActiveCfg = Debug|Win32 - {1523D522-CC98-45CD-82A8-8A3CF2B974DC}.Debug|Win32.Build.0 = Debug|Win32 - {1523D522-CC98-45CD-82A8-8A3CF2B974DC}.Release|Win32.ActiveCfg = Release|Win32 - {1523D522-CC98-45CD-82A8-8A3CF2B974DC}.Release|Win32.Build.0 = Release|Win32 {1523D522-CC98-45CD-82A8-8A3CF2B974DC}.Debug|x64.ActiveCfg = Debug|x64 {1523D522-CC98-45CD-82A8-8A3CF2B974DC}.Debug|x64.Build.0 = Debug|x64 {1523D522-CC98-45CD-82A8-8A3CF2B974DC}.Release|x64.ActiveCfg = Release|x64 diff --git a/general/SystemDma/wdm/exe/SystemDmaApp.vcxproj b/general/SystemDma/wdm/exe/SystemDmaApp.vcxproj index 716ea8cd..0c5e87a9 100644 --- a/general/SystemDma/wdm/exe/SystemDmaApp.vcxproj +++ b/general/SystemDma/wdm/exe/SystemDmaApp.vcxproj @@ -1,4 +1,4 @@ - + @@ -9,14 +9,6 @@ Release ARM64 - - Debug - Win32 - - - Release - Win32 - Debug x64 @@ -30,7 +22,7 @@ {6E5E2ADE-D50C-41DA-ACFB-FBA8151AED01} $(MSBuildProjectName) Debug - Win32 + x64 {F7A529D1-62F5-4954-9C68-B1FB1771CC60} @@ -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 @@ - - - - - - SystemDmaApp @@ -117,12 +87,6 @@ SystemDmaApp - - SystemDmaApp - - - SystemDmaApp - true @@ -175,32 +139,6 @@ %(AdditionalIncludeDirectories);..\sys - - - true - Level4 - %(AdditionalIncludeDirectories);..\sys - - - %(AdditionalIncludeDirectories);..\sys - - - %(AdditionalIncludeDirectories);..\sys - - - - - true - Level4 - %(AdditionalIncludeDirectories);..\sys - - - %(AdditionalIncludeDirectories);..\sys - - - %(AdditionalIncludeDirectories);..\sys - - @@ -225,18 +163,6 @@ - - - - - - - - - - - - @@ -254,4 +180,4 @@ - + \ No newline at end of file diff --git a/general/SystemDma/wdm/sys/SDma.vcxproj b/general/SystemDma/wdm/sys/SDma.vcxproj index 8eb632db..c1fe5e4f 100644 --- a/general/SystemDma/wdm/sys/SDma.vcxproj +++ b/general/SystemDma/wdm/sys/SDma.vcxproj @@ -1,4 +1,4 @@ - + @@ -9,14 +9,6 @@ Release ARM64 - - Debug - Win32 - - - Release - Win32 - Debug x64 @@ -30,7 +22,7 @@ {1523D522-CC98-45CD-82A8-8A3CF2B974DC} $(MSBuildProjectName) Debug - Win32 + x64 {0425FE5A-63A2-4D00-858D-67293A21C5E2} @@ -66,22 +58,6 @@ WindowsKernelModeDriver10.0 Driver - - Windows10 - False - Windows Driver - WDM - WindowsKernelModeDriver10.0 - Driver - - - Windows10 - True - Windows Driver - WDM - WindowsKernelModeDriver10.0 - Driver - $(IntDir) @@ -98,12 +74,6 @@ - - - - - - SDma @@ -117,12 +87,6 @@ SDma - - SDma - - - SDma - true @@ -167,28 +131,6 @@ sha256 - - - true - Level4 - - - - - sha256 - - - - - true - Level4 - - - - - sha256 - - @@ -206,4 +148,4 @@ - + \ No newline at end of file -- cgit v1.3.1