There are quite a few bits during the setup and management of windows projects where your two options for architectures are Win32 and x64 instead of the more logical x86 and x64.
Is it possible that the arch parameter for this script could be made to also accept Win32 as an alias of x86 (and Win64 as x64 while we're at it)? This change would simplify some github actions scripts I have by a fair amount.