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.props5
1 files changed, 5 insertions, 0 deletions
diff --git a/python/config/Ice.Python.props b/python/config/Ice.Python.props
index 3a617ef81e4..51908970e9a 100644
--- a/python/config/Ice.Python.props
+++ b/python/config/Ice.Python.props
@@ -3,5 +3,10 @@
<PropertyGroup Condition="'$(Configuration)' == ''">
<Configuration>Debug</Configuration>
</PropertyGroup>
+
+ <PropertyGroup Condition="'$(Configuration)' == 'Debug'">
+ <UseDebugLibraries>true</UseDebugLibraries>
+ </PropertyGroup>
+
<Import Project="$(MSBuildThisFileDirectory)..\..\cpp\config\ice.cpp.props" />
</Project>