summaryrefslogtreecommitdiff
path: root/python/config/Ice.Python.props
diff options
context:
space:
mode:
Diffstat (limited to 'python/config/Ice.Python.props')
-rw-r--r--python/config/Ice.Python.props13
1 files changed, 1 insertions, 12 deletions
diff --git a/python/config/Ice.Python.props b/python/config/Ice.Python.props
index 9382485599d..3a617ef81e4 100644
--- a/python/config/Ice.Python.props
+++ b/python/config/Ice.Python.props
@@ -1,18 +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>
- <Slice2Py>$(PythonHome)\Scripts\slice2py.exe</Slice2Py>
- </PropertyGroup>
-
<PropertyGroup Condition="'$(Configuration)' == ''">
<Configuration>Debug</Configuration>
</PropertyGroup>
-
- <!-- Source distributions -->
- <PropertyGroup Condition="Exists('$(IceSourceHome)')">
- <IceToolsBin>$(IceHome)\cpp\bin\$(Platform)\$(Configuration)</IceToolsBin>
- <Slice2Py>$(IceHome)\python\config\s2py.py</Slice2Py>
- </PropertyGroup>
+ <Import Project="$(MSBuildThisFileDirectory)..\..\cpp\config\ice.cpp.props" />
</Project>