madskristensen / FileIcons

A Visual Studio extension
Other
125 stars 23 forks source link

Enable support for VS 2022 ARM64 #342

Closed craigktreasure closed 2 months ago

craigktreasure commented 2 months ago

This change adds support for the arm64 platform architecture by updating the tooling packages to the latest versions and adding a new entry for the arm64 ProductArchitecture.

Fixes https://github.com/madskristensen/FileIcons/issues/333.

madskristensen commented 2 months ago

Thanks