forked from pythonnet/pythonnet
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathPython.Runtime.dll.config
More file actions
22 lines (18 loc) · 916 Bytes
/
Python.Runtime.dll.config
File metadata and controls
22 lines (18 loc) · 916 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<!-- 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>