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.props18
1 files changed, 18 insertions, 0 deletions
diff --git a/python/config/Ice.Python.props b/python/config/Ice.Python.props
new file mode 100644
index 00000000000..9382485599d
--- /dev/null
+++ b/python/config/Ice.Python.props
@@ -0,0 +1,18 @@
+<?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>
+</Project>