From ff976bcda3a0fb9632e353800025a7d87f31ee16 Mon Sep 17 00:00:00 2001 From: Bob Arnson Date: Sat, 19 Sep 2020 21:15:28 -0400 Subject: Remove 32-bit ARM support. --- src/WixToolset.Data/Platform.cs | 6 ------ 1 file changed, 6 deletions(-) (limited to 'src/WixToolset.Data/Platform.cs') diff --git a/src/WixToolset.Data/Platform.cs b/src/WixToolset.Data/Platform.cs index 193a0e05..f939ac55 100644 --- a/src/WixToolset.Data/Platform.cs +++ b/src/WixToolset.Data/Platform.cs @@ -13,12 +13,6 @@ namespace WixToolset.Data /// x64. X64, - /// ia64. - IA64, - - /// arm. - ARM, - /// arm64. ARM64, } -- cgit v1.2.3-55-g6feb