[PR #13535] Make ToolsVersion more consistent in our project files #29624

Open
opened 2026-01-31 09:35:58 +00:00 by claunia · 0 comments
Owner

Original Pull Request: https://github.com/microsoft/terminal/pull/13535

State: closed
Merged: Yes


While working on another PR related to this I noticed that my VS
generates .vcxproj files that are a bit different to the ones we have.
This commit is a quick search & replace of all our project files to make
(primarily) their ToolsVersion more in line with what VS does itself:
No ToolsVersion for .vcxproj, ToolsVersion="15.0"
for .csproj and ToolsVersion="4.0" for .filters files.

**Original Pull Request:** https://github.com/microsoft/terminal/pull/13535 **State:** closed **Merged:** Yes --- While working on another PR related to this I noticed that my VS generates `.vcxproj` files that are a bit different to the ones we have. This commit is a quick search & replace of all our project files to make (primarily) their `ToolsVersion` more in line with what VS does itself: No `ToolsVersion` for `.vcxproj`, `ToolsVersion="15.0"` for `.csproj` and `ToolsVersion="4.0"` for `.filters` files.
claunia added the pull-request label 2026-01-31 09:35:58 +00:00
Sign in to join this conversation.
No Label pull-request
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/terminal#29624