aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/WixToolset.Data/Platform.cs5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/WixToolset.Data/Platform.cs b/src/WixToolset.Data/Platform.cs
index 4edc9af0..193a0e05 100644
--- a/src/WixToolset.Data/Platform.cs
+++ b/src/WixToolset.Data/Platform.cs
@@ -17,6 +17,9 @@ namespace WixToolset.Data
17 IA64, 17 IA64,
18 18
19 /// <summary>arm.</summary> 19 /// <summary>arm.</summary>
20 ARM 20 ARM,
21
22 /// <summary>arm64.</summary>
23 ARM64,
21 } 24 }
22} 25}