diff --git a/history/5558.md b/history/5558.md new file mode 100644 index 000000000..90b8cfaeb --- /dev/null +++ b/history/5558.md @@ -0,0 +1 @@ +* BobArnson: WIXFEATURE:5558 - Implement ARM64 support in core toolset diff --git a/src/Setup/NativeSdkMsi/Libs.wxs b/src/Setup/NativeSdkMsi/Libs.wxs index 2ab18f5f9..aa7825727 100644 --- a/src/Setup/NativeSdkMsi/Libs.wxs +++ b/src/Setup/NativeSdkMsi/Libs.wxs @@ -45,7 +45,7 @@ - + diff --git a/src/libs/libs.proj b/src/libs/libs.proj index f785e9498..2e503d833 100644 --- a/src/libs/libs.proj +++ b/src/libs/libs.proj @@ -10,9 +10,6 @@ Platform=x64 - - Platform=arm - Platform=arm64 diff --git a/src/libs/libs_multitarget.proj b/src/libs/libs_multitarget.proj index 5b95ee5ec..9396ccf5f 100644 --- a/src/libs/libs_multitarget.proj +++ b/src/libs/libs_multitarget.proj @@ -3,7 +3,7 @@ - + PlatformToolset=v100 @@ -18,7 +18,7 @@ - + PlatformToolset=v110_xp @@ -33,7 +33,7 @@ - + PlatformToolset=v120_xp @@ -48,7 +48,7 @@ - + PlatformToolset=v120 @@ -63,7 +63,7 @@ - + PlatformToolset=v140_xp @@ -78,7 +78,7 @@ - + PlatformToolset=v140 @@ -100,7 +100,7 @@ PlatformToolset=v141_xp - + PlatformToolset=v141_xp @@ -115,7 +115,7 @@ PlatformToolset=v141 - + PlatformToolset=v141 diff --git a/wix.proj b/wix.proj index fc2b99764..d796f7a87 100644 --- a/wix.proj +++ b/wix.proj @@ -20,6 +20,7 @@ +