IGNITE-1986: C++ examples VS project file fixed.
Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/ca0de93a Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/ca0de93a Diff: http://git-wip-us.apache.org/repos/asf/ignite/diff/ca0de93a Branch: refs/heads/ignite-1270 Commit: ca0de93a9ec38615321cc16e01cdcf9f0698aaf0 Parents: 1136933 Author: isapego <[email protected]> Authored: Tue Nov 24 12:24:41 2015 +0300 Committer: vozerov-gridgain <[email protected]> Committed: Tue Nov 24 12:24:41 2015 +0300 ---------------------------------------------------------------------- .../platforms/cpp/examples/project/vs/ignite-examples.vcxproj | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ignite/blob/ca0de93a/modules/platforms/cpp/examples/project/vs/ignite-examples.vcxproj ---------------------------------------------------------------------- diff --git a/modules/platforms/cpp/examples/project/vs/ignite-examples.vcxproj b/modules/platforms/cpp/examples/project/vs/ignite-examples.vcxproj index 286a4ea..b04bfb9 100644 --- a/modules/platforms/cpp/examples/project/vs/ignite-examples.vcxproj +++ b/modules/platforms/cpp/examples/project/vs/ignite-examples.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="Release|Win32"> <Configuration>Release</Configuration> @@ -19,14 +19,14 @@ <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration"> <ConfigurationType>Application</ConfigurationType> <UseDebugLibraries>false</UseDebugLibraries> - <PlatformToolset>v120</PlatformToolset> + <PlatformToolset>v100</PlatformToolset> <WholeProgramOptimization>true</WholeProgramOptimization> <CharacterSet>Unicode</CharacterSet> </PropertyGroup> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> <ConfigurationType>Application</ConfigurationType> <UseDebugLibraries>false</UseDebugLibraries> - <PlatformToolset>v120</PlatformToolset> + <PlatformToolset>v100</PlatformToolset> <WholeProgramOptimization>true</WholeProgramOptimization> <CharacterSet>Unicode</CharacterSet> </PropertyGroup>
