Skip to content

Commit 129d019

Browse files
AArnottrobmen
authored andcommitted
Update VC toolset to 14.2
1 parent ee1b9c8 commit 129d019

4 files changed

Lines changed: 7 additions & 12 deletions

File tree

azure-pipelines.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,4 @@
1-
pool:
2-
name: Hosted VS2017
3-
demands:
4-
- msbuild
5-
- visualstudio
6-
- vstest
1+
pool: Hosted Windows 2019 with VS2019
72

83
trigger:
94
- master

src/Setup/Setup.vcxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@
1414
<ProjectGuid>{C1D40624-A484-438A-B846-052F321C89D1}</ProjectGuid>
1515
<ConfigurationType>Application</ConfigurationType>
1616
<Keyword>Win32Proj</Keyword>
17-
<PlatformToolset>v141</PlatformToolset>
17+
<PlatformToolset>v142</PlatformToolset>
1818
<CharacterSet>Unicode</CharacterSet>
1919
<RootNamespace>Setup</RootNamespace>
20-
<WindowsTargetPlatformVersion>10.0.17763.0</WindowsTargetPlatformVersion>
20+
<WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion>
2121
</PropertyGroup>
2222
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
2323
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">

src/StubExecutable/StubExecutable.vcxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@
2323
<ConfigurationType>Application</ConfigurationType>
2424
<Keyword>Win32Proj</Keyword>
2525
<RootNamespace>StubExecutable</RootNamespace>
26-
<PlatformToolset>v141</PlatformToolset>
26+
<PlatformToolset>v142</PlatformToolset>
2727
<CharacterSet>Unicode</CharacterSet>
28-
<WindowsTargetPlatformVersion>10.0.17763.0</WindowsTargetPlatformVersion>
28+
<WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion>
2929
</PropertyGroup>
3030
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
3131
<PropertyGroup Condition="'$(Configuration)'=='Debug'" Label="Configuration">

src/WriteZipToSetup/WriteZipToSetup.vcxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@
1515
<ConfigurationType>Application</ConfigurationType>
1616
<Keyword>Win32Proj</Keyword>
1717
<RootNamespace>WriteZipToSetup</RootNamespace>
18-
<PlatformToolset>v141</PlatformToolset>
18+
<PlatformToolset>v142</PlatformToolset>
1919
<CharacterSet>Unicode</CharacterSet>
20-
<WindowsTargetPlatformVersion>10.0.17763.0</WindowsTargetPlatformVersion>
20+
<WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion>
2121
</PropertyGroup>
2222
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
2323
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">

0 commit comments

Comments
 (0)