Skip to content

Commit 447da7d

Browse files
author
dse
committed
PYTHONNET_INTEROP_FILE env var introduced to allow working with custom interop*.cs file inside IDE.
1 parent 153de5e commit 447da7d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/runtime/Python.Runtime.15.csproj

+1
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@
4040
<PythonWinDefineConstants Condition="'$(PythonWinDefineConstants)'==''">UCS2</PythonWinDefineConstants>
4141
<PythonMonoDefineConstants>$(PYTHONNET_MONO_DEFINE_CONSTANTS)</PythonMonoDefineConstants>
4242
<PythonMonoDefineConstants Condition="'$(PythonMonoDefineConstants)'==''">UCS4;MONO_LINUX;PYTHON_WITH_PYMALLOC</PythonMonoDefineConstants>
43+
<PythonInteropFile Condition="'$(PythonInteropFile)'==''">$(PYTHONNET_INTEROP_FILE)</PythonInteropFile>
4344
</PropertyGroup>
4445

4546
<PropertyGroup Condition=" '$(Configuration)' == 'ReleaseMono'">

0 commit comments

Comments
 (0)