Skip to content

Commit 4d772ac

Browse files
authored
Switch to platform toolset version 142. (microsoft#1233)
1 parent b51c9d8 commit 4d772ac

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

src/EtwClrProfiler/ETWClrProfilerX64.vcxproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@
2727
<CharacterSet>Unicode</CharacterSet>
2828
</PropertyGroup>
2929
<PropertyGroup>
30-
<PlatformToolset>v141</PlatformToolset>
31-
<PlatformToolsetVersion>v141</PlatformToolsetVersion>
30+
<PlatformToolset>v142</PlatformToolset>
31+
<PlatformToolsetVersion>v142</PlatformToolsetVersion>
3232
</PropertyGroup>
3333
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
3434
<ImportGroup Label="ExtensionSettings">
@@ -120,4 +120,4 @@
120120
<!-- ******************* Signing Support *********************** -->
121121
<!-- See EtwClrProfilerSigning\EtwClrProfilerSigning.csproj
122122
Trying to do it directoy led to a Nuget error -->
123-
</Project>
123+
</Project>

src/EtwClrProfiler/ETWClrProfilerX86.vcxproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@
2727
<CharacterSet>Unicode</CharacterSet>
2828
</PropertyGroup>
2929
<PropertyGroup>
30-
<PlatformToolset>v141</PlatformToolset>
31-
<PlatformToolsetVersion>v141</PlatformToolsetVersion>
30+
<PlatformToolset>v142</PlatformToolset>
31+
<PlatformToolsetVersion>v142</PlatformToolsetVersion>
3232
</PropertyGroup>
3333
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
3434
<ImportGroup Label="ExtensionSettings">
@@ -116,4 +116,4 @@
116116
<!-- ******************* Signing Support *********************** -->
117117
<!-- See EtwClrProfilerSigning\EtwClrProfilerSigning.csproj
118118
Trying to do it directoy led to a Nuget error -->
119-
</Project>
119+
</Project>

0 commit comments

Comments
 (0)