Why Visual Studio Build Tools (and msbuild) 2022 remained x86? #7114
-
|
I was wondering why that specific toolchain remained x86, when the other versions of Visual Studio are now x64 ? |
Beta Was this translation helpful? Give feedback.
Answered by
rainersigwald
Dec 2, 2021
Replies: 1 comment 2 replies
-
|
I suspect this was just an oversight. The Build Tools installer delivers both 32- and 64-bit MSBuild as well as 64-bit copies of for example the C++ toolchain, so it could go in either I agree that it should drop the x86 now that VS itself has. Feel free to file a VS Feedback ticket for the Setup team to consider that. |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
Thieum
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

I suspect this was just an oversight. The Build Tools installer delivers both 32- and 64-bit MSBuild as well as 64-bit copies of for example the C++ toolchain, so it could go in either
Program FilesorProgram Files (x86).I agree that it should drop the x86 now that VS itself has. Feel free to file a VS Feedback ticket for the Setup team to consider that.