IGNITE-2441: Fixed ToolsVersion for C++ VS projects.
Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/f58ceb64 Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/f58ceb64 Diff: http://git-wip-us.apache.org/repos/asf/ignite/diff/f58ceb64 Branch: refs/heads/ignite-1786 Commit: f58ceb64fa3c491eaf0d38820013d29a1a54a1c6 Parents: 9abee12 Author: isapego <[email protected]> Authored: Tue Jan 26 13:27:16 2016 +0300 Committer: isapego <[email protected]> Committed: Tue Jan 26 13:27:16 2016 +0300 ---------------------------------------------------------------------- modules/platforms/cpp/binary/project/vs/binary.vcxproj | 2 +- modules/platforms/cpp/common/project/vs/common.vcxproj | 2 +- modules/platforms/cpp/ignite/project/vs/ignite.vcxproj | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ignite/blob/f58ceb64/modules/platforms/cpp/binary/project/vs/binary.vcxproj ---------------------------------------------------------------------- diff --git a/modules/platforms/cpp/binary/project/vs/binary.vcxproj b/modules/platforms/cpp/binary/project/vs/binary.vcxproj index 67415ef..ae463e8 100644 --- a/modules/platforms/cpp/binary/project/vs/binary.vcxproj +++ b/modules/platforms/cpp/binary/project/vs/binary.vcxproj @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="utf-8"?> -<Project DefaultTargets="Build" ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> +<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> <ItemGroup Label="ProjectConfigurations"> <ProjectConfiguration Include="Debug|Win32"> <Configuration>Debug</Configuration> http://git-wip-us.apache.org/repos/asf/ignite/blob/f58ceb64/modules/platforms/cpp/common/project/vs/common.vcxproj ---------------------------------------------------------------------- diff --git a/modules/platforms/cpp/common/project/vs/common.vcxproj b/modules/platforms/cpp/common/project/vs/common.vcxproj index ff77730..9bc23c2 100644 --- a/modules/platforms/cpp/common/project/vs/common.vcxproj +++ b/modules/platforms/cpp/common/project/vs/common.vcxproj @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="utf-8"?> -<Project DefaultTargets="Build" ToolsVersion="12.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> +<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> <ItemGroup Label="ProjectConfigurations"> <ProjectConfiguration Include="Debug|Win32"> <Configuration>Debug</Configuration> http://git-wip-us.apache.org/repos/asf/ignite/blob/f58ceb64/modules/platforms/cpp/ignite/project/vs/ignite.vcxproj ---------------------------------------------------------------------- diff --git a/modules/platforms/cpp/ignite/project/vs/ignite.vcxproj b/modules/platforms/cpp/ignite/project/vs/ignite.vcxproj index dc1d43f..dd5cd6f 100644 --- a/modules/platforms/cpp/ignite/project/vs/ignite.vcxproj +++ b/modules/platforms/cpp/ignite/project/vs/ignite.vcxproj @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="utf-8"?> -<Project DefaultTargets="Build" ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> +<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> <ItemGroup Label="ProjectConfigurations"> <ProjectConfiguration Include="Debug|Win32"> <Configuration>Debug</Configuration>
