Skip to content

Commit

Permalink
feat: Added VS2022 ARM support. (#412)
Browse files Browse the repository at this point in the history
Co-authored-by: Dave Grochocki <grochocki@users.noreply.github.com>
  • Loading branch information
HavenDV and grochocki authored Nov 14, 2023
1 parent 7bfd446 commit c45a352
Showing 1 changed file with 9 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,15 @@
<InstallationTarget Version="[17.0,18.0)" Id="Microsoft.VisualStudio.Community">
<ProductArchitecture>amd64</ProductArchitecture>
</InstallationTarget>
<InstallationTarget Version="[17.0,18.0)" Id="Microsoft.VisualStudio.Community">
<ProductArchitecture>arm64</ProductArchitecture>
</InstallationTarget>
<InstallationTarget Version="[17.0,18.0)" Id="Microsoft.VisualStudio.Pro">
<ProductArchitecture>arm64</ProductArchitecture>
</InstallationTarget>
<InstallationTarget Version="[17.0,18.0)" Id="Microsoft.VisualStudio.Enterprise">
<ProductArchitecture>arm64</ProductArchitecture>
</InstallationTarget>
</Installation>
<Dependencies>
</Dependencies>
Expand Down

0 comments on commit c45a352

Please sign in to comment.