Skip to content

Commit b20e3e7

Browse files
author
Marek Kulik
committed
Update solution to VS2013 (12.0)
1 parent 459467e commit b20e3e7

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

sockets/ml_sockets.vcxproj

Lines changed: 5 additions & 5 deletions
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="12.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
33
<ItemGroup Label="ProjectConfigurations">
44
<ProjectConfiguration Include="Debug|Win32">
55
<Configuration>Debug</Configuration>
@@ -26,25 +26,25 @@
2626
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
2727
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
2828
<ConfigurationType>DynamicLibrary</ConfigurationType>
29-
<PlatformToolset>v110</PlatformToolset>
29+
<PlatformToolset>v120</PlatformToolset>
3030
<UseOfMfc>false</UseOfMfc>
3131
<CharacterSet>MultiByte</CharacterSet>
3232
</PropertyGroup>
3333
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
3434
<ConfigurationType>DynamicLibrary</ConfigurationType>
35-
<PlatformToolset>v110</PlatformToolset>
35+
<PlatformToolset>v120</PlatformToolset>
3636
<UseOfMfc>false</UseOfMfc>
3737
<CharacterSet>MultiByte</CharacterSet>
3838
</PropertyGroup>
3939
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
4040
<ConfigurationType>DynamicLibrary</ConfigurationType>
41-
<PlatformToolset>v110</PlatformToolset>
41+
<PlatformToolset>v120</PlatformToolset>
4242
<UseOfMfc>false</UseOfMfc>
4343
<CharacterSet>MultiByte</CharacterSet>
4444
</PropertyGroup>
4545
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
4646
<ConfigurationType>DynamicLibrary</ConfigurationType>
47-
<PlatformToolset>v110</PlatformToolset>
47+
<PlatformToolset>v120</PlatformToolset>
4848
<UseOfMfc>false</UseOfMfc>
4949
<CharacterSet>MultiByte</CharacterSet>
5050
</PropertyGroup>

0 commit comments

Comments
 (0)