Skip to content

Commit 47fbea3

Browse files
committed
Upgrade to Visual Studio 2013
1 parent 56a7cdd commit 47fbea3

File tree

4 files changed

+14
-5
lines changed

4 files changed

+14
-5
lines changed

hadoop-common-project/hadoop-common/src/main/native/native.vcxproj

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
limitations under the License.
1818
-->
1919

20-
<Project DefaultTargets="CheckRequireSnappy;Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
20+
<Project DefaultTargets="CheckRequireSnappy;Build" ToolsVersion="12.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
2121
<ItemGroup Label="ProjectConfigurations">
2222
<ProjectConfiguration Include="Release|x64">
2323
<Configuration>Release</Configuration>
@@ -35,6 +35,7 @@
3535
<UseDebugLibraries>false</UseDebugLibraries>
3636
<WholeProgramOptimization>true</WholeProgramOptimization>
3737
<CharacterSet>Unicode</CharacterSet>
38+
<PlatformToolset>v120</PlatformToolset>
3839
</PropertyGroup>
3940
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
4041
<ImportGroup Label="ExtensionSettings">

hadoop-common-project/hadoop-common/src/main/winutils/libwinutils.vcxproj

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
limitations under the License.
1818
-->
1919

20-
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
20+
<Project DefaultTargets="Build" ToolsVersion="12.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
2121
<ItemGroup Label="ProjectConfigurations">
2222
<ProjectConfiguration Include="Debug|Win32">
2323
<Configuration>Debug</Configuration>
@@ -46,23 +46,27 @@
4646
<ConfigurationType>StaticLibrary</ConfigurationType>
4747
<UseDebugLibraries>true</UseDebugLibraries>
4848
<CharacterSet>Unicode</CharacterSet>
49+
<PlatformToolset>v120</PlatformToolset>
4950
</PropertyGroup>
5051
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
5152
<ConfigurationType>StaticLibrary</ConfigurationType>
5253
<UseDebugLibraries>true</UseDebugLibraries>
5354
<CharacterSet>Unicode</CharacterSet>
55+
<PlatformToolset>v120</PlatformToolset>
5456
</PropertyGroup>
5557
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
5658
<ConfigurationType>StaticLibrary</ConfigurationType>
5759
<UseDebugLibraries>false</UseDebugLibraries>
5860
<WholeProgramOptimization>true</WholeProgramOptimization>
5961
<CharacterSet>Unicode</CharacterSet>
62+
<PlatformToolset>v120</PlatformToolset>
6063
</PropertyGroup>
6164
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
6265
<ConfigurationType>StaticLibrary</ConfigurationType>
6366
<UseDebugLibraries>false</UseDebugLibraries>
6467
<WholeProgramOptimization>true</WholeProgramOptimization>
6568
<CharacterSet>Unicode</CharacterSet>
69+
<PlatformToolset>v120</PlatformToolset>
6670
</PropertyGroup>
6771
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
6872
<ImportGroup Label="ExtensionSettings">

hadoop-common-project/hadoop-common/src/main/winutils/winutils.sln

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11

2-
Microsoft Visual Studio Solution File, Format Version 11.00
3-
# Visual Studio 2010
2+
Microsoft Visual Studio Solution File, Format Version 12.00
3+
# Visual Studio 2013
44

55
# Licensed to the Apache Software Foundation (ASF) under one or more
66
# contributor license agreements. See the NOTICE file distributed with

hadoop-common-project/hadoop-common/src/main/winutils/winutils.vcxproj

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
limitations under the License.
1818
-->
1919

20-
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
20+
<Project DefaultTargets="Build" ToolsVersion="12.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
2121
<ItemGroup Label="ProjectConfigurations">
2222
<ProjectConfiguration Include="Debug|Win32">
2323
<Configuration>Debug</Configuration>
@@ -46,23 +46,27 @@
4646
<ConfigurationType>Application</ConfigurationType>
4747
<UseDebugLibraries>true</UseDebugLibraries>
4848
<CharacterSet>Unicode</CharacterSet>
49+
<PlatformToolset>v120</PlatformToolset>
4950
</PropertyGroup>
5051
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
5152
<ConfigurationType>Application</ConfigurationType>
5253
<UseDebugLibraries>true</UseDebugLibraries>
5354
<CharacterSet>Unicode</CharacterSet>
55+
<PlatformToolset>v120</PlatformToolset>
5456
</PropertyGroup>
5557
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
5658
<ConfigurationType>Application</ConfigurationType>
5759
<UseDebugLibraries>false</UseDebugLibraries>
5860
<WholeProgramOptimization>true</WholeProgramOptimization>
5961
<CharacterSet>Unicode</CharacterSet>
62+
<PlatformToolset>v120</PlatformToolset>
6063
</PropertyGroup>
6164
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
6265
<ConfigurationType>Application</ConfigurationType>
6366
<UseDebugLibraries>false</UseDebugLibraries>
6467
<WholeProgramOptimization>true</WholeProgramOptimization>
6568
<CharacterSet>Unicode</CharacterSet>
69+
<PlatformToolset>v120</PlatformToolset>
6670
</PropertyGroup>
6771
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
6872
<ImportGroup Label="ExtensionSettings">

0 commit comments

Comments
 (0)