Skip to content

Commit c81d9e2

Browse files
committed
Updating Visual Studio C++ projects to use Visual Studio 2015
1 parent 748cada commit c81d9e2

File tree

6 files changed

+30
-6
lines changed

6 files changed

+30
-6
lines changed

cpp/iedriver/IEDriver.vcxproj

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
2+
<Project DefaultTargets="Build" ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
33
<ItemGroup Label="ProjectConfigurations">
44
<ProjectConfiguration Include="Debug|Win32">
55
<Configuration>Debug</Configuration>
@@ -29,22 +29,26 @@
2929
<UseOfAtl>Static</UseOfAtl>
3030
<CharacterSet>Unicode</CharacterSet>
3131
<WholeProgramOptimization>true</WholeProgramOptimization>
32+
<PlatformToolset>v140</PlatformToolset>
3233
</PropertyGroup>
3334
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
3435
<ConfigurationType>DynamicLibrary</ConfigurationType>
3536
<UseOfAtl>Static</UseOfAtl>
3637
<CharacterSet>Unicode</CharacterSet>
38+
<PlatformToolset>v140</PlatformToolset>
3739
</PropertyGroup>
3840
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
3941
<ConfigurationType>DynamicLibrary</ConfigurationType>
4042
<UseOfAtl>Static</UseOfAtl>
4143
<CharacterSet>Unicode</CharacterSet>
4244
<WholeProgramOptimization>true</WholeProgramOptimization>
45+
<PlatformToolset>v140</PlatformToolset>
4346
</PropertyGroup>
4447
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
4548
<ConfigurationType>DynamicLibrary</ConfigurationType>
4649
<UseOfAtl>Static</UseOfAtl>
4750
<CharacterSet>Unicode</CharacterSet>
51+
<PlatformToolset>v140</PlatformToolset>
4852
</PropertyGroup>
4953
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
5054
<ImportGroup Label="ExtensionSettings">

cpp/iedriverserver/IEDriverServer.vcxproj

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
2+
<Project DefaultTargets="Build" ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
33
<ItemGroup Label="ProjectConfigurations">
44
<ProjectConfiguration Include="Debug|Win32">
55
<Configuration>Debug</Configuration>
@@ -29,26 +29,30 @@
2929
<UseDebugLibraries>true</UseDebugLibraries>
3030
<CharacterSet>Unicode</CharacterSet>
3131
<UseOfAtl>false</UseOfAtl>
32+
<PlatformToolset>v140</PlatformToolset>
3233
</PropertyGroup>
3334
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
3435
<ConfigurationType>Application</ConfigurationType>
3536
<UseDebugLibraries>true</UseDebugLibraries>
3637
<CharacterSet>Unicode</CharacterSet>
3738
<UseOfAtl>false</UseOfAtl>
39+
<PlatformToolset>v140</PlatformToolset>
3840
</PropertyGroup>
3941
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
4042
<ConfigurationType>Application</ConfigurationType>
4143
<UseDebugLibraries>false</UseDebugLibraries>
4244
<WholeProgramOptimization>true</WholeProgramOptimization>
4345
<CharacterSet>Unicode</CharacterSet>
4446
<UseOfAtl>false</UseOfAtl>
47+
<PlatformToolset>v140</PlatformToolset>
4548
</PropertyGroup>
4649
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
4750
<ConfigurationType>Application</ConfigurationType>
4851
<UseDebugLibraries>false</UseDebugLibraries>
4952
<WholeProgramOptimization>true</WholeProgramOptimization>
5053
<CharacterSet>Unicode</CharacterSet>
5154
<UseOfAtl>false</UseOfAtl>
55+
<PlatformToolset>v140</PlatformToolset>
5256
</PropertyGroup>
5357
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
5458
<ImportGroup Label="ExtensionSettings">

cpp/webdriver-interactions/webdriver-interactions.vcxproj

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
2+
<Project DefaultTargets="Build" ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
33
<ItemGroup Label="ProjectConfigurations">
44
<ProjectConfiguration Include="Debug|Win32">
55
<Configuration>Debug</Configuration>
@@ -29,25 +29,29 @@
2929
<UseOfAtl>Static</UseOfAtl>
3030
<CharacterSet>Unicode</CharacterSet>
3131
<WholeProgramOptimization>true</WholeProgramOptimization>
32+
<PlatformToolset>v140</PlatformToolset>
3233
</PropertyGroup>
3334
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
3435
<ConfigurationType>StaticLibrary</ConfigurationType>
3536
<UseOfMfc>Static</UseOfMfc>
3637
<UseOfAtl>Static</UseOfAtl>
3738
<CharacterSet>Unicode</CharacterSet>
39+
<PlatformToolset>v140</PlatformToolset>
3840
</PropertyGroup>
3941
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
4042
<ConfigurationType>StaticLibrary</ConfigurationType>
4143
<UseOfMfc>Static</UseOfMfc>
4244
<UseOfAtl>Static</UseOfAtl>
4345
<CharacterSet>Unicode</CharacterSet>
4446
<WholeProgramOptimization>true</WholeProgramOptimization>
47+
<PlatformToolset>v140</PlatformToolset>
4548
</PropertyGroup>
4649
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
4750
<ConfigurationType>StaticLibrary</ConfigurationType>
4851
<UseOfMfc>Static</UseOfMfc>
4952
<UseOfAtl>Static</UseOfAtl>
5053
<CharacterSet>Unicode</CharacterSet>
54+
<PlatformToolset>v140</PlatformToolset>
5155
</PropertyGroup>
5256
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
5357
<ImportGroup Label="ExtensionSettings">

cpp/webdriver-server/webdriver-server.vcxproj

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
2+
<Project DefaultTargets="Build" ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
33
<ItemGroup Label="ProjectConfigurations">
44
<ProjectConfiguration Include="Debug|Win32">
55
<Configuration>Debug</Configuration>
@@ -27,23 +27,27 @@
2727
<ConfigurationType>StaticLibrary</ConfigurationType>
2828
<UseDebugLibraries>true</UseDebugLibraries>
2929
<CharacterSet>Unicode</CharacterSet>
30+
<PlatformToolset>v140</PlatformToolset>
3031
</PropertyGroup>
3132
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
3233
<ConfigurationType>StaticLibrary</ConfigurationType>
3334
<UseDebugLibraries>true</UseDebugLibraries>
3435
<CharacterSet>Unicode</CharacterSet>
36+
<PlatformToolset>v140</PlatformToolset>
3537
</PropertyGroup>
3638
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
3739
<ConfigurationType>StaticLibrary</ConfigurationType>
3840
<UseDebugLibraries>false</UseDebugLibraries>
3941
<WholeProgramOptimization>true</WholeProgramOptimization>
4042
<CharacterSet>Unicode</CharacterSet>
43+
<PlatformToolset>v140</PlatformToolset>
4144
</PropertyGroup>
4245
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
4346
<ConfigurationType>StaticLibrary</ConfigurationType>
4447
<UseDebugLibraries>false</UseDebugLibraries>
4548
<WholeProgramOptimization>true</WholeProgramOptimization>
4649
<CharacterSet>Unicode</CharacterSet>
50+
<PlatformToolset>v140</PlatformToolset>
4751
</PropertyGroup>
4852
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
4953
<ImportGroup Label="ExtensionSettings">

third_party/cpp/civetweb/civetweb.vcxproj

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
2+
<Project DefaultTargets="Build" ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
33
<ItemGroup Label="ProjectConfigurations">
44
<ProjectConfiguration Include="Debug|Win32">
55
<Configuration>Debug</Configuration>
@@ -28,19 +28,23 @@
2828
<ConfigurationType>StaticLibrary</ConfigurationType>
2929
<CharacterSet>Unicode</CharacterSet>
3030
<WholeProgramOptimization>true</WholeProgramOptimization>
31+
<PlatformToolset>v140</PlatformToolset>
3132
</PropertyGroup>
3233
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
3334
<ConfigurationType>StaticLibrary</ConfigurationType>
3435
<CharacterSet>Unicode</CharacterSet>
36+
<PlatformToolset>v140</PlatformToolset>
3537
</PropertyGroup>
3638
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
3739
<ConfigurationType>StaticLibrary</ConfigurationType>
3840
<CharacterSet>Unicode</CharacterSet>
3941
<WholeProgramOptimization>true</WholeProgramOptimization>
42+
<PlatformToolset>v140</PlatformToolset>
4043
</PropertyGroup>
4144
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
4245
<ConfigurationType>StaticLibrary</ConfigurationType>
4346
<CharacterSet>Unicode</CharacterSet>
47+
<PlatformToolset>v140</PlatformToolset>
4448
</PropertyGroup>
4549
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
4650
<ImportGroup Label="ExtensionSettings">

third_party/cpp/json-cpp/json-cpp.vcxproj

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
2+
<Project DefaultTargets="Build" ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
33
<ItemGroup Label="ProjectConfigurations">
44
<ProjectConfiguration Include="Debug|Win32">
55
<Configuration>Debug</Configuration>
@@ -28,19 +28,23 @@
2828
<ConfigurationType>StaticLibrary</ConfigurationType>
2929
<CharacterSet>Unicode</CharacterSet>
3030
<WholeProgramOptimization>true</WholeProgramOptimization>
31+
<PlatformToolset>v140</PlatformToolset>
3132
</PropertyGroup>
3233
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
3334
<ConfigurationType>StaticLibrary</ConfigurationType>
3435
<CharacterSet>Unicode</CharacterSet>
36+
<PlatformToolset>v140</PlatformToolset>
3537
</PropertyGroup>
3638
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
3739
<ConfigurationType>StaticLibrary</ConfigurationType>
3840
<CharacterSet>Unicode</CharacterSet>
3941
<WholeProgramOptimization>true</WholeProgramOptimization>
42+
<PlatformToolset>v140</PlatformToolset>
4043
</PropertyGroup>
4144
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
4245
<ConfigurationType>StaticLibrary</ConfigurationType>
4346
<CharacterSet>Unicode</CharacterSet>
47+
<PlatformToolset>v140</PlatformToolset>
4448
</PropertyGroup>
4549
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
4650
<ImportGroup Label="ExtensionSettings">

0 commit comments

Comments
 (0)