summaryrefslogtreecommitdiff
path: root/python/config/Ice.Python.props
blob: 51908970e9a5b244bc642e7e13af78e1d888c0ef (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<?xml version="1.0" encoding="utf-8"?>
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
    <PropertyGroup Condition="'$(Configuration)' == ''">
        <Configuration>Debug</Configuration>
    </PropertyGroup>

    <PropertyGroup Condition="'$(Configuration)' == 'Debug'">
        <UseDebugLibraries>true</UseDebugLibraries>
    </PropertyGroup>

    <Import Project="$(MSBuildThisFileDirectory)..\..\cpp\config\ice.cpp.props" />
</Project>