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. --- network/config/bindview/bindview.sln | 6 --- network/config/bindview/bindview.vcxproj | 92 ++------------------------------ 2 files changed, 3 insertions(+), 95 deletions(-) (limited to 'network/config/bindview') diff --git a/network/config/bindview/bindview.sln b/network/config/bindview/bindview.sln index c51ef33b..75a6b503 100644 --- a/network/config/bindview/bindview.sln +++ b/network/config/bindview/bindview.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 {A9995567-E5EF-4A30-B294-D5930523A2B5}.Debug|ARM64.Build.0 = Debug|ARM64 {A9995567-E5EF-4A30-B294-D5930523A2B5}.Release|ARM64.ActiveCfg = Release|ARM64 {A9995567-E5EF-4A30-B294-D5930523A2B5}.Release|ARM64.Build.0 = Release|ARM64 - {A9995567-E5EF-4A30-B294-D5930523A2B5}.Debug|Win32.ActiveCfg = Debug|Win32 - {A9995567-E5EF-4A30-B294-D5930523A2B5}.Debug|Win32.Build.0 = Debug|Win32 - {A9995567-E5EF-4A30-B294-D5930523A2B5}.Release|Win32.ActiveCfg = Release|Win32 - {A9995567-E5EF-4A30-B294-D5930523A2B5}.Release|Win32.Build.0 = Release|Win32 {A9995567-E5EF-4A30-B294-D5930523A2B5}.Debug|x64.ActiveCfg = Debug|x64 {A9995567-E5EF-4A30-B294-D5930523A2B5}.Debug|x64.Build.0 = Debug|x64 {A9995567-E5EF-4A30-B294-D5930523A2B5}.Release|x64.ActiveCfg = Release|x64 diff --git a/network/config/bindview/bindview.vcxproj b/network/config/bindview/bindview.vcxproj index 352a1f43..4b6bd8be 100644 --- a/network/config/bindview/bindview.vcxproj +++ b/network/config/bindview/bindview.vcxproj @@ -1,4 +1,4 @@ - + @@ -9,14 +9,6 @@ Release ARM64 - - Debug - Win32 - - - Release - Win32 - Debug x64 @@ -30,7 +22,7 @@ {A9995567-E5EF-4A30-B294-D5930523A2B5} $(MSBuildProjectName) Debug - Win32 + x64 {24391928-4AD2-4393-B2CD-C85CC7B1F672} @@ -66,22 +58,6 @@ WindowsApplicationForDrivers10.0 Application - - Windows10 - False - Desktop - - WindowsApplicationForDrivers10.0 - Application - - - Windows10 - True - Desktop - - WindowsApplicationForDrivers10.0 - Application - $(IntDir) @@ -98,12 +74,6 @@ - - - - - - bindview @@ -117,12 +87,6 @@ bindview - - bindview - - - bindview - %(PreprocessorDefinitions);WIN32;UNICODE;_UNICODE @@ -223,56 +187,6 @@ %(AdditionalDependencies);ole32.lib;oleaut32.lib;comctl32.lib;comdlg32.lib;setupapi.lib;user32.lib;kernel32.lib;gdi32.lib;uuid.lib - - - %(PreprocessorDefinitions);WIN32;UNICODE;_UNICODE - true - Level4 - %(DisableSpecificWarnings);4127 - MultiThreaded - MultiThreadedDebug - %(AdditionalIncludeDirectories);$(DDK_INC_PATH) - - - - - %(PreprocessorDefinitions);WIN32;UNICODE;_UNICODE - %(AdditionalIncludeDirectories);$(DDK_INC_PATH) - - - %(PreprocessorDefinitions);WIN32;UNICODE;_UNICODE - %(AdditionalOptions) -N - %(AdditionalIncludeDirectories);$(DDK_INC_PATH) - - - %(AdditionalDependencies);ole32.lib;oleaut32.lib;comctl32.lib;comdlg32.lib;setupapi.lib;user32.lib;kernel32.lib;gdi32.lib;uuid.lib - - - - - %(PreprocessorDefinitions);WIN32;UNICODE;_UNICODE - true - Level4 - %(DisableSpecificWarnings);4127 - MultiThreaded - MultiThreadedDebug - %(AdditionalIncludeDirectories);$(DDK_INC_PATH) - - - - - %(PreprocessorDefinitions);WIN32;UNICODE;_UNICODE - %(AdditionalIncludeDirectories);$(DDK_INC_PATH) - - - %(PreprocessorDefinitions);WIN32;UNICODE;_UNICODE - %(AdditionalOptions) -N - %(AdditionalIncludeDirectories);$(DDK_INC_PATH) - - - %(AdditionalDependencies);ole32.lib;oleaut32.lib;comctl32.lib;comdlg32.lib;setupapi.lib;user32.lib;kernel32.lib;gdi32.lib;uuid.lib - - @@ -293,4 +207,4 @@ - + \ No newline at end of file -- cgit v1.3.1