chore(vs build): update for VS2026 v14.50 #5048
Open
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Pull Request Prelude
Changes Proposed
With the upgrade to the latest Visual Studio release, now targeting VS2026 and the v14.50 toolset, we were able to modernize the entire project build config. This update improves compatibility with the newest compiler features, streamlines integration with the current toolchain and ensures a more consistent structure for long-term maintenance.
Additionally, the previously used
.propsfiles were removed and their settings were migrated directly into the.vcxprojto reduce indirection and ensure clearer, centralized configuration across all build profiles.