diff options
author | Jose <jose@zeroc.com> | 2017-05-01 11:58:41 +0200 |
---|---|---|
committer | Jose <jose@zeroc.com> | 2017-05-01 11:58:41 +0200 |
commit | 2f3578c921025e693722d01649449bf511b1b6fe (patch) | |
tree | 04a92b527610e56f0a032c1c823985829ca342fd /cpp/src/IcePatch2 | |
parent | Small cleanup (diff) | |
download | ice-2f3578c921025e693722d01649449bf511b1b6fe.tar.bz2 ice-2f3578c921025e693722d01649449bf511b1b6fe.tar.xz ice-2f3578c921025e693722d01649449bf511b1b6fe.zip |
Use ToolsVersion 4.0 for Visual Studio 2010 compatibility
Diffstat (limited to 'cpp/src/IcePatch2')
3 files changed, 3 insertions, 3 deletions
diff --git a/cpp/src/IcePatch2/msbuild/icepatch2calc/icepatch2calc.vcxproj b/cpp/src/IcePatch2/msbuild/icepatch2calc/icepatch2calc.vcxproj index adc3265a9d1..2385ffb25f6 100644 --- a/cpp/src/IcePatch2/msbuild/icepatch2calc/icepatch2calc.vcxproj +++ b/cpp/src/IcePatch2/msbuild/icepatch2calc/icepatch2calc.vcxproj @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="utf-8"?> -<Project DefaultTargets="Build" 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> diff --git a/cpp/src/IcePatch2/msbuild/icepatch2client/icepatch2client.vcxproj b/cpp/src/IcePatch2/msbuild/icepatch2client/icepatch2client.vcxproj index 5c4da5b8eeb..c535c0b6abe 100644 --- a/cpp/src/IcePatch2/msbuild/icepatch2client/icepatch2client.vcxproj +++ b/cpp/src/IcePatch2/msbuild/icepatch2client/icepatch2client.vcxproj @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="utf-8"?> -<Project DefaultTargets="Build" 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> diff --git a/cpp/src/IcePatch2/msbuild/icepatch2server/icepatch2server.vcxproj b/cpp/src/IcePatch2/msbuild/icepatch2server/icepatch2server.vcxproj index 70fea6636ac..0cd0d9052ab 100644 --- a/cpp/src/IcePatch2/msbuild/icepatch2server/icepatch2server.vcxproj +++ b/cpp/src/IcePatch2/msbuild/icepatch2server/icepatch2server.vcxproj @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="utf-8"?> -<Project DefaultTargets="Build" 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> |