luminous-software / start-page-plus-64-bit

64-bit version of the original Start Page+ (for VS 2022+)
MIT License
5 stars 1 forks source link

[FEATURE] Add ARM64 support #3

Closed MagicAndre1981 closed 1 year ago

MagicAndre1981 commented 1 year ago

Describe the solution you'd like

Since Visual Studio 2022 17.4, there is an ARM64 version of VS2022 available and Microsoft provides an ARM64 development system. For those people who would like Start Page+ instead of the Start Window, you should consider to add ARM64 support

Compiling as AnyCPU and adding the ARM64 entry to the manifest provides the support:

<InstallationTarget Id="Microsoft.VisualStudio.Community" Version="[17.4,18.0)">
   <ProductArchitecture>arm64</ProductArchitecture>
</InstallationTarget>

Describe alternatives you've considered

ARM64 users have to wait until Microsoft releases their Welcome Page in a future VS2022 update to the public, without having to enable it as preview feature.

yannduran commented 1 year ago

I hadn't even considered this, so thanks for the heads-up. If it's that easy to enable support, I don't see why not.

yannduran commented 1 year ago

Btw, for something as simple as this, you're welcome to add a pull request if you feel like it.

MagicAndre1981 commented 1 year ago

Btw, for something as simple as this, you're welcome to add a pull request if you feel like it.

done with #8