summaryrefslogtreecommitdiff
path: root/cpp
diff options
context:
space:
mode:
authorJose <jose@zeroc.com>2017-04-27 17:56:38 +0200
committerJose <jose@zeroc.com>2017-04-27 17:56:38 +0200
commit1ab68e78047c66270c55cc50304b8342af6d800e (patch)
tree31375254d7a8e0115fd0d4f730287965577c80ce /cpp
parentvc100 bin path (diff)
downloadice-1ab68e78047c66270c55cc50304b8342af6d800e.tar.bz2
ice-1ab68e78047c66270c55cc50304b8342af6d800e.tar.xz
ice-1ab68e78047c66270c55cc50304b8342af6d800e.zip
Update Visual Studio Builder props for v100 toolset
Diffstat (limited to 'cpp')
-rw-r--r--cpp/config/Ice.Cpp.props4
1 files changed, 4 insertions, 0 deletions
diff --git a/cpp/config/Ice.Cpp.props b/cpp/config/Ice.Cpp.props
index 01a2ea4bc13..6544c8a1935 100644
--- a/cpp/config/Ice.Cpp.props
+++ b/cpp/config/Ice.Cpp.props
@@ -8,6 +8,10 @@
<IcePlatformSuffix>$(Platform)\</IcePlatformSuffix>
</PropertyGroup>
+ <PropertyGroup Condition="'$(PlatformToolset)' == 'v100'">
+ <IceToolsetSuffix>vc100\</IceToolsetSuffix>
+ </PropertyGroup>
+
<PropertyGroup Condition="'$(PlatformToolset)' == 'v110'">
<IceToolsetSuffix>vc110\</IceToolsetSuffix>
</PropertyGroup>