Skip to content

Commit cf21eee

Browse files
committed
Undo giving a specific toolset
This partially reverts commit e18dca1.
1 parent e18dca1 commit cf21eee

2 files changed

Lines changed: 0 additions & 10 deletions

File tree

CppUTest.vcxproj

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,32 +20,27 @@
2020
</ItemGroup>
2121
<PropertyGroup Label="Globals">
2222
<ProjectGuid>{F468F539-27BD-468E-BE64-DDE641400B51}</ProjectGuid>
23-
<WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion>
2423
</PropertyGroup>
2524
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
2625
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
2726
<ConfigurationType>StaticLibrary</ConfigurationType>
2827
<UseOfMfc>false</UseOfMfc>
2928
<CharacterSet>MultiByte</CharacterSet>
30-
<PlatformToolset>v142</PlatformToolset>
3129
</PropertyGroup>
3230
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
3331
<ConfigurationType>StaticLibrary</ConfigurationType>
3432
<UseOfMfc>false</UseOfMfc>
3533
<CharacterSet>MultiByte</CharacterSet>
36-
<PlatformToolset>v142</PlatformToolset>
3734
</PropertyGroup>
3835
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
3936
<ConfigurationType>StaticLibrary</ConfigurationType>
4037
<UseOfMfc>false</UseOfMfc>
4138
<CharacterSet>MultiByte</CharacterSet>
42-
<PlatformToolset>v142</PlatformToolset>
4339
</PropertyGroup>
4440
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
4541
<ConfigurationType>StaticLibrary</ConfigurationType>
4642
<UseOfMfc>false</UseOfMfc>
4743
<CharacterSet>MultiByte</CharacterSet>
48-
<PlatformToolset>v142</PlatformToolset>
4944
</PropertyGroup>
5045
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
5146
<ImportGroup Label="ExtensionSettings">

tests/AllTests.vcxproj

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,32 +20,27 @@
2020
</ItemGroup>
2121
<PropertyGroup Label="Globals">
2222
<ProjectGuid>{913088F6-37C0-4195-80E9-548C7C5303CB}</ProjectGuid>
23-
<WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion>
2423
</PropertyGroup>
2524
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
2625
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
2726
<ConfigurationType>Application</ConfigurationType>
2827
<UseOfMfc>false</UseOfMfc>
2928
<CharacterSet>MultiByte</CharacterSet>
30-
<PlatformToolset>v142</PlatformToolset>
3129
</PropertyGroup>
3230
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
3331
<ConfigurationType>Application</ConfigurationType>
3432
<UseOfMfc>false</UseOfMfc>
3533
<CharacterSet>MultiByte</CharacterSet>
36-
<PlatformToolset>v142</PlatformToolset>
3734
</PropertyGroup>
3835
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
3936
<ConfigurationType>Application</ConfigurationType>
4037
<UseOfMfc>false</UseOfMfc>
4138
<CharacterSet>MultiByte</CharacterSet>
42-
<PlatformToolset>v142</PlatformToolset>
4339
</PropertyGroup>
4440
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
4541
<ConfigurationType>Application</ConfigurationType>
4642
<UseOfMfc>false</UseOfMfc>
4743
<CharacterSet>MultiByte</CharacterSet>
48-
<PlatformToolset>v142</PlatformToolset>
4944
</PropertyGroup>
5045
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
5146
<ImportGroup Label="ExtensionSettings">

0 commit comments

Comments
 (0)