"Platform target" does not include "ARM64" as an option. (2) #7081
Labels
Feature-Project-Properties-Designer
The new project property pages which replace the legacy AppDesigner
Must-Have
Items that must be delivered by the end of the assigned milestone
Triage-Approved
Reviewed and prioritized
Milestone
Visual Studio Version:
16.10 Preview 2 (around 31202.13.main)
Summary:
The "Platform Target" property does not surface ARM or ARM64:
Steps to Reproduce:
Expected Behavior:
ARM64 (and possibly ARM) are displayed.
Actual Behavior:
Only "Any CPU", x64, and x86 are shown.
User Impact:
User cannot use the property pages to target the ARM64 architecture.
Additional Notes
Currently the list of platforms is hard-coded here:
project-system/src/Microsoft.VisualStudio.ProjectSystem.Managed/ProjectSystem/Rules/PropertyPages/BuildPropertyPage.xaml
Lines 39 to 50 in 20d7f46
We should instead make this a dynamic enum, and create a dynamic enum value provider that surfaces the set of platforms in the
<AvailablePlatforms>
property.The text was updated successfully, but these errors were encountered: