◐ Shell
reader mode source ↗
Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
File filter
Conversations
Jump to
Diff view
Apply and reload
Show whitespace
Diff view
Apply and reload
30 changes: 14 additions & 16 deletions Python.Runtime.dll.config
Original file line number Diff line number Diff line change
@@ -1,22 +1,20 @@
<!-- Mono DLL map for Python.Runtime.dll

Keep this file next to Python.Runtime.dll

For more information read:
http://www.mono-project.com/Config
http://www.mono-project.com/Config_DllMap

-->

<configuration>
<dllmap dll="python27" target="libpython2.7.so" os="!windows" />
<dllmap dll="python33" target="libpython3.3.so" os="!windows" />
<dllmap dll="python34" target="libpython3.4.so" os="!windows" />
<dllmap dll="python35" target="libpython3.5.so" os="!windows" />
<dllmap dll="python36" target="libpython3.6.so" os="!windows" />
<dllmap dll="python27.dll" target="libpython2.7.so" os="!windows" />
<dllmap dll="python33.dll" target="libpython3.3.so" os="!windows" />
<dllmap dll="python34.dll" target="libpython3.4.so" os="!windows" />
<dllmap dll="python35.dll" target="libpython3.5.so" os="!windows" />
<dllmap dll="python36.dll" target="libpython3.6.so" os="!windows" />
</configuration>
1 change: 0 additions & 1 deletion src/clrmodule/packages.config
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>

<packages>
<package id="UnmanagedExports" version="1.2.7" targetFramework="net40" />
</packages>
Loading
Toggle all file notes Toggle all file annotations