From 71c4d60bbf0f972f32a7c63a21692dfcdbdfa63e Mon Sep 17 00:00:00 2001 From: Yeechan Lu Date: Mon, 17 Mar 2014 11:14:30 +0800 Subject: [PATCH] Fixed Pythonnet 2.7 configuration --- Pythonnet.Runtime/Python.Runtime.csproj | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Pythonnet.Runtime/Python.Runtime.csproj b/Pythonnet.Runtime/Python.Runtime.csproj index ca785225b0..fc01b7fd02 100644 --- a/Pythonnet.Runtime/Python.Runtime.csproj +++ b/Pythonnet.Runtime/Python.Runtime.csproj @@ -48,7 +48,7 @@ true bin\x64\Debug\ - TRACE;DEBUG;PYTHON26,UCS2 + TRACE;DEBUG;PYTHON27,UCS2 true true full @@ -57,7 +57,7 @@ bin\x64\Release\ - TRACE;PYTHON26,UCS2 + TRACE;PYTHON27,UCS2 true true pdbonly