summaryrefslogtreecommitdiff
path: root/cpp/msbuild/ice.cpp98.props
diff options
context:
space:
mode:
authorJose <jose@zeroc.com>2017-03-02 23:24:10 +0100
committerJose <jose@zeroc.com>2017-03-02 23:24:10 +0100
commit1ce8dc9a307b5ca27b5cf238fd46d181d07baadb (patch)
tree5d32f1f011cbbdf23385026b74b539b7f9eac4d1 /cpp/msbuild/ice.cpp98.props
parentReplace UseBinDist with ICE_BIN_DIST (diff)
downloadice-1ce8dc9a307b5ca27b5cf238fd46d181d07baadb.tar.bz2
ice-1ce8dc9a307b5ca27b5cf238fd46d181d07baadb.tar.xz
ice-1ce8dc9a307b5ca27b5cf238fd46d181d07baadb.zip
use ICE_BIN_DIST instead of UseBinDist
Diffstat (limited to 'cpp/msbuild/ice.cpp98.props')
-rw-r--r--cpp/msbuild/ice.cpp98.props2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/msbuild/ice.cpp98.props b/cpp/msbuild/ice.cpp98.props
index bb08ec9f8d6..4902724c9b4 100644
--- a/cpp/msbuild/ice.cpp98.props
+++ b/cpp/msbuild/ice.cpp98.props
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
- <Ice_LanguageMapping Condition="'$(Ice_LanguageMapping)' == ''">cpp</Ice_LanguageMapping>
+ <Ice_LanguageMapping Condition="'$(Ice_LanguageMapping)' == ''">cpp</Ice_LanguageMapping>
<Ice_BuildingSrc>yes</Ice_BuildingSrc>
<Ice_CppMapping>cpp98</Ice_CppMapping>
</PropertyGroup>