diff options
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'"> |