Skip to content

Commit 6c51ed5

Browse files
dsefractus
dse
authored andcommitted
PYTHONNET_INTEROP_FILE env var introduced to allow working with custom interop*.cs file inside IDE.
1 parent b8165d2 commit 6c51ed5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/runtime/Python.Runtime.15.csproj

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@
3232
<DefineConstants Condition="'$(TargetFramework)'=='netstandard2.0'">$(DefineConstants);NETSTANDARD</DefineConstants>
3333
<DefineConstants Condition="'$(BuildingInsideVisualStudio)' == 'true' AND '$(CustomDefineConstants)' != '' AND $(Configuration.Contains('Debug'))">$(DefineConstants);TRACE;DEBUG</DefineConstants>
3434
<FrameworkPathOverride Condition="'$(TargetFramework)'=='net40' AND $(Configuration.Contains('Mono'))">$(NuGetPackageRoot)\microsoft.targetingpack.netframework.v4.5\1.0.1\lib\net45\</FrameworkPathOverride>
35+
<<<<<<< HEAD
3536
<Python2Version>$(PYTHONNET_PY2_VERSION)</Python2Version>
3637
<Python2Version Condition="'$(Python2Version)'==''">PYTHON27</Python2Version>
3738
<Python3Version>$(PYTHONNET_PY3_VERSION)</Python3Version>
@@ -40,6 +41,8 @@
4041
<PythonWinDefineConstants Condition="'$(PythonWinDefineConstants)'==''">UCS2</PythonWinDefineConstants>
4142
<PythonMonoDefineConstants>$(PYTHONNET_MONO_DEFINE_CONSTANTS)</PythonMonoDefineConstants>
4243
<PythonMonoDefineConstants Condition="'$(PythonMonoDefineConstants)'==''">UCS4;MONO_LINUX;PYTHON_WITH_PYMALLOC</PythonMonoDefineConstants>
44+
=======
45+
>>>>>>> PYTHONNET_INTEROP_FILE env var introduced to allow working with custom interop*.cs file inside IDE.
4346
<PythonInteropFile Condition="'$(PythonInteropFile)'==''">$(PYTHONNET_INTEROP_FILE)</PythonInteropFile>
4447
</PropertyGroup>
4548
<PropertyGroup Condition="$(Configuration.Contains('Debug')) AND '$(TargetFramework)'=='net40'">

0 commit comments

Comments
 (0)