diff options
Diffstat (limited to 'php/config/Ice.php.props')
-rw-r--r-- | php/config/Ice.php.props | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/php/config/Ice.php.props b/php/config/Ice.php.props new file mode 100644 index 00000000000..cdfa83c8028 --- /dev/null +++ b/php/config/Ice.php.props @@ -0,0 +1,16 @@ +<?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> +</Project> |