Skip to content

Commit d14d2c4

Browse files
committed
Set PlatformToolset to v142 for new projects
Use VS2019 build tools for the new projects for consistency with everything else.
1 parent 6e8ef0d commit d14d2c4

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

DeviceAdapters/go2scope/go2scope.vcxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,13 @@
2121
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
2222
<ConfigurationType>DynamicLibrary</ConfigurationType>
2323
<CharacterSet>Unicode</CharacterSet>
24-
<PlatformToolset>v143</PlatformToolset>
24+
<PlatformToolset>v142</PlatformToolset>
2525
<UseDebugLibraries>false</UseDebugLibraries>
2626
</PropertyGroup>
2727
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
2828
<ConfigurationType>DynamicLibrary</ConfigurationType>
2929
<CharacterSet>Unicode</CharacterSet>
30-
<PlatformToolset>v143</PlatformToolset>
30+
<PlatformToolset>v142</PlatformToolset>
3131
<UseDebugLibraries>true</UseDebugLibraries>
3232
</PropertyGroup>
3333
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />

Tests/G2SStorageTest/G2SStorageTest.vcxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,13 @@
2121
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
2222
<ConfigurationType>Application</ConfigurationType>
2323
<UseDebugLibraries>true</UseDebugLibraries>
24-
<PlatformToolset>v143</PlatformToolset>
24+
<PlatformToolset>v142</PlatformToolset>
2525
<CharacterSet>Unicode</CharacterSet>
2626
</PropertyGroup>
2727
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
2828
<ConfigurationType>Application</ConfigurationType>
2929
<UseDebugLibraries>false</UseDebugLibraries>
30-
<PlatformToolset>v143</PlatformToolset>
30+
<PlatformToolset>v142</PlatformToolset>
3131
<WholeProgramOptimization>true</WholeProgramOptimization>
3232
<CharacterSet>Unicode</CharacterSet>
3333
</PropertyGroup>

0 commit comments

Comments
 (0)