diff options
Diffstat (limited to 'php/config/Ice.php.props')
-rw-r--r-- | php/config/Ice.php.props | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/php/config/Ice.php.props b/php/config/Ice.php.props index cdfa83c8028..179d123e81f 100644 --- a/php/config/Ice.php.props +++ b/php/config/Ice.php.props @@ -1,16 +1,7 @@ <?xml version="1.0" encoding="utf-8"?> <Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> - <!-- Ice binary distribution --> - <PropertyGroup Condition="!Exists('$(IceSourceHome)')"> - <IceToolsBin>$(IceHome)\ice.$(PlatformToolset)\build\native\bin\Win32\Release</IceToolsBin> - </PropertyGroup> - <PropertyGroup Condition="'$(Configuration)' == ''"> <Configuration>Debug</Configuration> </PropertyGroup> - - <!-- Source distributions --> - <PropertyGroup Condition="Exists('$(IceSourceHome)')"> - <IceToolsBin>$(IceHome)\cpp\bin\$(Platform)\$(Configuration)</IceToolsBin> - </PropertyGroup> + <Import Project="$(MSBuildThisFileDirectory)\..\..\cpp\config\ice.cpp.props" /> </Project> |