Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Remove reference to PythonInteropFile
  • Loading branch information
tminka committed Jan 3, 2021
commit 7701005fb0237c53b9fbcaea39977d438bdae565
8 changes: 0 additions & 8 deletions src/runtime/Python.Runtime.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,6 @@
<DefineConstants>$(DefineConstants);$(ConfiguredConstants)</DefineConstants>
</PropertyGroup>

<ItemGroup Condition=" '$(PythonInteropFile)' != '' ">
<!-- Remove any files that might conflict with PythonInteropFile -->
<Compile Remove="interop*.cs" />
<Compile Include="interop.cs" />
<!-- Explicitly include PythonInteropFile because it might not be in the src/runtime folder -->
<Compile Include="$(PythonInteropFile)" />
Comment thread
tminka marked this conversation as resolved.
</ItemGroup>

<ItemGroup>
<None Remove="resources\clr.py" />
<EmbeddedResource Include="resources\clr.py">
Expand Down