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. --- nfp/net/exe/NetNfpControl.vcxproj | 114 +------------------------------------- nfp/net/netnfp.sln | 6 -- 2 files changed, 3 insertions(+), 117 deletions(-) (limited to 'nfp/net') diff --git a/nfp/net/exe/NetNfpControl.vcxproj b/nfp/net/exe/NetNfpControl.vcxproj index b834cb0b..6ce30371 100644 --- a/nfp/net/exe/NetNfpControl.vcxproj +++ b/nfp/net/exe/NetNfpControl.vcxproj @@ -1,4 +1,4 @@ - + @@ -9,14 +9,6 @@ Release ARM64 - - Debug - Win32 - - - Release - Win32 - Debug x64 @@ -30,7 +22,7 @@ {6F9C9973-9703-40D9-AA4B-F3D4610DDDB1} $(MSBuildProjectName) Debug - Win32 + x64 {DAB92690-8B2A-4BC3-98BC-664C2F80FBA3} @@ -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 @@ - - - - - - NetNfpControl @@ -117,12 +87,6 @@ NetNfpControl - - NetNfpControl - - - NetNfpControl - MultiThreaded @@ -147,18 +111,6 @@ MultiThreadedDebug - - - MultiThreaded - MultiThreadedDebug - - - - - MultiThreaded - MultiThreadedDebug - - Dynamic @@ -171,12 +123,6 @@ Dynamic - - Dynamic - - - Dynamic - %(PreprocessorDefinitions);UNICODE;_UNICODE @@ -221,28 +167,6 @@ %(PreprocessorDefinitions);UNICODE;_UNICODE - - - %(PreprocessorDefinitions);UNICODE;_UNICODE - - - %(PreprocessorDefinitions);UNICODE;_UNICODE - - - %(PreprocessorDefinitions);UNICODE;_UNICODE - - - - - %(PreprocessorDefinitions);UNICODE;_UNICODE - - - %(PreprocessorDefinitions);UNICODE;_UNICODE - - - %(PreprocessorDefinitions);UNICODE;_UNICODE - - %(AdditionalIncludeDirectories);$(SDK_INC_PATH);..\inc;..\driver @@ -307,38 +231,6 @@ %(AdditionalDependencies);kernel32.lib;uuid.lib;user32.lib;ntdll.lib;user32.lib;oleacc.lib;SetupAPI.lib;Ws2_32.lib;mswsock.lib - - - %(AdditionalIncludeDirectories);$(SDK_INC_PATH);..\inc;..\driver - - - %(AdditionalIncludeDirectories);$(SDK_INC_PATH);..\inc;..\driver - - - - - %(AdditionalIncludeDirectories);$(SDK_INC_PATH);..\inc;..\driver - - - %(AdditionalDependencies);kernel32.lib;uuid.lib;user32.lib;ntdll.lib;user32.lib;oleacc.lib;SetupAPI.lib;Ws2_32.lib;mswsock.lib - - - - - %(AdditionalIncludeDirectories);$(SDK_INC_PATH);..\inc;..\driver - - - %(AdditionalIncludeDirectories);$(SDK_INC_PATH);..\inc;..\driver - - - - - %(AdditionalIncludeDirectories);$(SDK_INC_PATH);..\inc;..\driver - - - %(AdditionalDependencies);kernel32.lib;uuid.lib;user32.lib;ntdll.lib;user32.lib;oleacc.lib;SetupAPI.lib;Ws2_32.lib;mswsock.lib - - ;%(AdditionalIncludeDirectories) @@ -366,4 +258,4 @@ - + \ No newline at end of file diff --git a/nfp/net/netnfp.sln b/nfp/net/netnfp.sln index cb4b42c1..7c08157b 100644 --- a/nfp/net/netnfp.sln +++ b/nfp/net/netnfp.sln @@ -11,8 +11,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 @@ -21,10 +19,6 @@ Global {6F9C9973-9703-40D9-AA4B-F3D4610DDDB1}.Debug|ARM64.Build.0 = Debug|ARM64 {6F9C9973-9703-40D9-AA4B-F3D4610DDDB1}.Release|ARM64.ActiveCfg = Release|ARM64 {6F9C9973-9703-40D9-AA4B-F3D4610DDDB1}.Release|ARM64.Build.0 = Release|ARM64 - {6F9C9973-9703-40D9-AA4B-F3D4610DDDB1}.Debug|Win32.ActiveCfg = Debug|Win32 - {6F9C9973-9703-40D9-AA4B-F3D4610DDDB1}.Debug|Win32.Build.0 = Debug|Win32 - {6F9C9973-9703-40D9-AA4B-F3D4610DDDB1}.Release|Win32.ActiveCfg = Release|Win32 - {6F9C9973-9703-40D9-AA4B-F3D4610DDDB1}.Release|Win32.Build.0 = Release|Win32 {6F9C9973-9703-40D9-AA4B-F3D4610DDDB1}.Debug|x64.ActiveCfg = Debug|x64 {6F9C9973-9703-40D9-AA4B-F3D4610DDDB1}.Debug|x64.Build.0 = Debug|x64 {6F9C9973-9703-40D9-AA4B-F3D4610DDDB1}.Release|x64.ActiveCfg = Release|x64 -- cgit v1.3.1