diff options
author | Jose <jose@zeroc.com> | 2017-06-09 10:01:49 +0200 |
---|---|---|
committer | Jose <jose@zeroc.com> | 2017-06-09 10:01:49 +0200 |
commit | 878d75cad99b231b045f24df3fbadf77a6412d3c (patch) | |
tree | b1f3c7540c79ae5d97f6dfe37de92b1bc06e7ef9 /python | |
parent | ICE-7995 - updating changelog (diff) | |
download | ice-878d75cad99b231b045f24df3fbadf77a6412d3c.tar.bz2 ice-878d75cad99b231b045f24df3fbadf77a6412d3c.tar.xz ice-878d75cad99b231b045f24df3fbadf77a6412d3c.zip |
Fix (ICE-7998) - Remove underscores in MSBuild properties
Diffstat (limited to 'python')
-rw-r--r-- | python/msbuild/ice.props | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/msbuild/ice.props b/python/msbuild/ice.props index ac9848daaa3..3968601e6f1 100644 --- a/python/msbuild/ice.props +++ b/python/msbuild/ice.props @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="utf-8"?> <Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> <PropertyGroup> - <Ice_LanguageMapping>python</Ice_LanguageMapping> + <IceLanguageMapping>python</IceLanguageMapping> </PropertyGroup> <Import Project="..\..\cpp\msbuild\Ice.Cpp98.props" /> <PropertyGroup Label="UserMacros" Condition="'$(Platform)'=='Win32'"> |