Skip to content

Commit 1f5232e

Browse files
committed
Update unit tests to Visual Studio 2019
1 parent f906c0b commit 1f5232e

File tree

4 files changed

+16
-16
lines changed

4 files changed

+16
-16
lines changed

test/performance_tests/cuda/performance_tests_cuda.vcxproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,27 +27,27 @@
2727
<ConfigurationType>Application</ConfigurationType>
2828
<UseDebugLibraries>true</UseDebugLibraries>
2929
<CharacterSet>MultiByte</CharacterSet>
30-
<PlatformToolset>v140</PlatformToolset>
30+
<PlatformToolset>v142</PlatformToolset>
3131
</PropertyGroup>
3232
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
3333
<ConfigurationType>Application</ConfigurationType>
3434
<UseDebugLibraries>true</UseDebugLibraries>
3535
<CharacterSet>MultiByte</CharacterSet>
36-
<PlatformToolset>v140</PlatformToolset>
36+
<PlatformToolset>v142</PlatformToolset>
3737
</PropertyGroup>
3838
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
3939
<ConfigurationType>Application</ConfigurationType>
4040
<UseDebugLibraries>false</UseDebugLibraries>
4141
<WholeProgramOptimization>true</WholeProgramOptimization>
4242
<CharacterSet>MultiByte</CharacterSet>
43-
<PlatformToolset>v140</PlatformToolset>
43+
<PlatformToolset>v142</PlatformToolset>
4444
</PropertyGroup>
4545
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
4646
<ConfigurationType>Application</ConfigurationType>
4747
<UseDebugLibraries>false</UseDebugLibraries>
4848
<WholeProgramOptimization>true</WholeProgramOptimization>
4949
<CharacterSet>MultiByte</CharacterSet>
50-
<PlatformToolset>v140</PlatformToolset>
50+
<PlatformToolset>v142</PlatformToolset>
5151
</PropertyGroup>
5252
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
5353
<ImportGroup Label="ExtensionSettings">

test/performance_tests/opencl/performance_tests_opencl.vcxproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,27 +28,27 @@
2828
<ConfigurationType>Application</ConfigurationType>
2929
<UseDebugLibraries>true</UseDebugLibraries>
3030
<CharacterSet>Unicode</CharacterSet>
31-
<PlatformToolset>v140</PlatformToolset>
31+
<PlatformToolset>v142</PlatformToolset>
3232
</PropertyGroup>
3333
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
3434
<ConfigurationType>Application</ConfigurationType>
3535
<UseDebugLibraries>true</UseDebugLibraries>
3636
<CharacterSet>Unicode</CharacterSet>
37-
<PlatformToolset>v140</PlatformToolset>
37+
<PlatformToolset>v142</PlatformToolset>
3838
</PropertyGroup>
3939
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
4040
<ConfigurationType>Application</ConfigurationType>
4141
<UseDebugLibraries>false</UseDebugLibraries>
4242
<WholeProgramOptimization>true</WholeProgramOptimization>
4343
<CharacterSet>Unicode</CharacterSet>
44-
<PlatformToolset>v140</PlatformToolset>
44+
<PlatformToolset>v142</PlatformToolset>
4545
</PropertyGroup>
4646
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
4747
<ConfigurationType>Application</ConfigurationType>
4848
<UseDebugLibraries>false</UseDebugLibraries>
4949
<WholeProgramOptimization>true</WholeProgramOptimization>
5050
<CharacterSet>Unicode</CharacterSet>
51-
<PlatformToolset>v140</PlatformToolset>
51+
<PlatformToolset>v142</PlatformToolset>
5252
</PropertyGroup>
5353
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
5454
<ImportGroup Label="ExtensionSettings">

test/unit_tests/cuda/unit_tests_cuda.vcxproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -64,27 +64,27 @@
6464
<ConfigurationType>Application</ConfigurationType>
6565
<UseDebugLibraries>true</UseDebugLibraries>
6666
<CharacterSet>MultiByte</CharacterSet>
67-
<PlatformToolset>v140</PlatformToolset>
67+
<PlatformToolset>v142</PlatformToolset>
6868
</PropertyGroup>
6969
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
7070
<ConfigurationType>Application</ConfigurationType>
7171
<UseDebugLibraries>true</UseDebugLibraries>
7272
<CharacterSet>MultiByte</CharacterSet>
73-
<PlatformToolset>v140</PlatformToolset>
73+
<PlatformToolset>v142</PlatformToolset>
7474
</PropertyGroup>
7575
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
7676
<ConfigurationType>Application</ConfigurationType>
7777
<UseDebugLibraries>false</UseDebugLibraries>
7878
<WholeProgramOptimization>true</WholeProgramOptimization>
7979
<CharacterSet>MultiByte</CharacterSet>
80-
<PlatformToolset>v140</PlatformToolset>
80+
<PlatformToolset>v142</PlatformToolset>
8181
</PropertyGroup>
8282
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
8383
<ConfigurationType>Application</ConfigurationType>
8484
<UseDebugLibraries>false</UseDebugLibraries>
8585
<WholeProgramOptimization>true</WholeProgramOptimization>
8686
<CharacterSet>MultiByte</CharacterSet>
87-
<PlatformToolset>v140</PlatformToolset>
87+
<PlatformToolset>v142</PlatformToolset>
8888
</PropertyGroup>
8989
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
9090
<ImportGroup Label="ExtensionSettings">

test/unit_tests/opencl/unit_tests_opencl.vcxproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,27 +28,27 @@
2828
<ConfigurationType>Application</ConfigurationType>
2929
<UseDebugLibraries>true</UseDebugLibraries>
3030
<CharacterSet>Unicode</CharacterSet>
31-
<PlatformToolset>v140</PlatformToolset>
31+
<PlatformToolset>v142</PlatformToolset>
3232
</PropertyGroup>
3333
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
3434
<ConfigurationType>Application</ConfigurationType>
3535
<UseDebugLibraries>true</UseDebugLibraries>
3636
<CharacterSet>Unicode</CharacterSet>
37-
<PlatformToolset>v140</PlatformToolset>
37+
<PlatformToolset>v142</PlatformToolset>
3838
</PropertyGroup>
3939
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
4040
<ConfigurationType>Application</ConfigurationType>
4141
<UseDebugLibraries>false</UseDebugLibraries>
4242
<WholeProgramOptimization>true</WholeProgramOptimization>
4343
<CharacterSet>Unicode</CharacterSet>
44-
<PlatformToolset>v140</PlatformToolset>
44+
<PlatformToolset>v142</PlatformToolset>
4545
</PropertyGroup>
4646
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
4747
<ConfigurationType>Application</ConfigurationType>
4848
<UseDebugLibraries>false</UseDebugLibraries>
4949
<WholeProgramOptimization>true</WholeProgramOptimization>
5050
<CharacterSet>Unicode</CharacterSet>
51-
<PlatformToolset>v140</PlatformToolset>
51+
<PlatformToolset>v142</PlatformToolset>
5252
</PropertyGroup>
5353
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
5454
<ImportGroup Label="ExtensionSettings">

0 commit comments

Comments
 (0)