mirror of
https://github.com/microsoft/terminal.git
synced 2025-12-19 18:11:39 -05:00
Make ToolsVersion more consistent in our project files (#13535)
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.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
<?xml version="1.0"?>
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<xs:schema targetNamespace="http://microsoft.com/TilFeatureStaging-Schema.xsd"
|
||||
elementFormDefault="qualified"
|
||||
xmlns="http://microsoft.com/TilFeatureStaging-Schema.xsd"
|
||||
|
||||
Reference in New Issue
Block a user