summaryrefslogtreecommitdiff
path: root/python/config/Ice.Python.props
blob: 9382485599da3f49c6e22b1c9fb2610bbcb79922 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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>