Uh oh!
There was an error while loading. Please reload this page.
forked from pythonnet/pythonnet
- Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathPython.Runtime.dll.config
More file actions
Latest commit
29 lines (24 loc) · 1.29 KB
/
Copy pathPython.Runtime.dll.config
File metadata and controls
29 lines (24 loc) · 1.29 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
<!-- 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>
<dllmapdll="python23"target="libpython2.3.so"os="!windows" />
<dllmapdll="python24"target="libpython2.4.so"os="!windows" />
<dllmapdll="python25"target="libpython2.5.so"os="!windows" />
<dllmapdll="python26"target="libpython2.6.so"os="!windows" />
<dllmapdll="python27"target="libpython2.7.so"os="!windows" />
<dllmapdll="python32"target="libpython3.2.so"os="!windows" />
<dllmapdll="python33"target="libpython3.3.so"os="!windows" />
<dllmapdll="python34"target="libpython3.4.so"os="!windows" />
<dllmapdll="python23.dll"target="libpython2.3.so"os="!windows" />
<dllmapdll="python24.dll"target="libpython2.4.so"os="!windows" />
<dllmapdll="python25.dll"target="libpython2.5.so"os="!windows" />
<dllmapdll="python26.dll"target="libpython2.6.so"os="!windows" />
<dllmapdll="python27.dll"target="libpython2.7.so"os="!windows" />
<dllmapdll="python32.dll"target="libpython3.2.so"os="!windows" />
<dllmapdll="python33.dll"target="libpython3.3.so"os="!windows" />
<dllmapdll="python34.dll"target="libpython3.4.so"os="!windows" />
</configuration>