diff options
Diffstat (limited to 'csharp/config/ice.csharp.props')
-rw-r--r-- | csharp/config/ice.csharp.props | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/csharp/config/ice.csharp.props b/csharp/config/ice.csharp.props index c02aec21d7f..889d8760ced 100644 --- a/csharp/config/ice.csharp.props +++ b/csharp/config/ice.csharp.props @@ -33,8 +33,8 @@ </PropertyGroup> <PropertyGroup> - <!-- IceToolsBin must point to the location of slice2cs Slice CSharp compiler --> - <IceToolsBin>$(IceHome)\cpp\bin\$(Ice_Platform)\$(Ice_Configuration)</IceToolsBin> + <!-- IceToolsPath must point to the location of slice2cs Slice CSharp compiler --> + <IceToolsPath>$(IceHome)\cpp\bin\$(Ice_Platform)\$(Ice_Configuration)</IceToolsPath> <IceAssembliesDir>$(IceHome)\csharp\Assemblies</IceAssembliesDir> </PropertyGroup> |