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. --- avstream/samplemft0/SampleMft0.vcxproj | 28 +++------------------------- 1 file changed, 3 insertions(+), 25 deletions(-) (limited to 'avstream/samplemft0/SampleMft0.vcxproj') diff --git a/avstream/samplemft0/SampleMft0.vcxproj b/avstream/samplemft0/SampleMft0.vcxproj index febfd9d9..357bc0be 100644 --- a/avstream/samplemft0/SampleMft0.vcxproj +++ b/avstream/samplemft0/SampleMft0.vcxproj @@ -1,4 +1,4 @@ - + @@ -9,14 +9,6 @@ Release ARM64 - - Debug - Win32 - - - Release - Win32 - Debug x64 @@ -33,7 +25,7 @@ Debug - Win32 + x64 DbgengKernelDebugger DbgengRemoteDebugger {0D23004B-9844-4510-ABA0-E60F720528B8} @@ -43,14 +35,6 @@ {DCF923F6-7164-4A0E-9486-B8A140234CCA} $(MSBuildProjectName) - - Windows10 - True - - - Windows10 - False - Windows10 True @@ -83,12 +67,6 @@ - - - - - - SampleMft0 @@ -165,4 +143,4 @@ - + \ No newline at end of file -- cgit v1.3.1