|
1 | | -<!-- Mono DLL map for Python.Runtime.dll |
2 | | -
|
3 | | -Keep this file next to Python.Runtime.dll |
4 | | -
|
5 | | -For more information read: |
6 | | - http://www.mono-project.com/Config |
7 | | - http://www.mono-project.com/Config_DllMap |
8 | | -
|
9 | | ---> |
10 | | - |
| 1 | +<?xml version="1.0" encoding="utf-8"?> |
11 | 2 | <configuration> |
12 | | - <dllmap dll="python27" target="libpython2.7.so" os="!windows" /> |
13 | | - <dllmap dll="python33" target="libpython3.3.so" os="!windows" /> |
14 | | - <dllmap dll="python34" target="libpython3.4.so" os="!windows" /> |
| 3 | + <!-- Mono DLL map for Python.Runtime.dll |
| 4 | + Keep this file next to Python.Runtime.dll |
| 5 | + For more information read: |
| 6 | + http://www.mono-project.com/Config |
| 7 | + http://www.mono-project.com/Config_DllMap --> |
| 8 | + <dllmap dll="python27" target="libpython2.7.so" os="!windows" /> |
| 9 | + <dllmap dll="python33" target="libpython3.3.so" os="!windows" /> |
| 10 | + <dllmap dll="python34" target="libpython3.4.so" os="!windows" /> |
15 | 11 | <dllmap dll="python35" target="libpython3.5.so" os="!windows" /> |
16 | 12 | <dllmap dll="python36" target="libpython3.6.so" os="!windows" /> |
17 | | - <dllmap dll="python27.dll" target="libpython2.7.so" os="!windows" /> |
18 | | - <dllmap dll="python33.dll" target="libpython3.3.so" os="!windows" /> |
19 | | - <dllmap dll="python34.dll" target="libpython3.4.so" os="!windows" /> |
| 13 | + <dllmap dll="python37" target="libpython3.7.so" os="!windows" /> |
| 14 | + <dllmap dll="python27.dll" target="libpython2.7.so" os="!windows" /> |
| 15 | + <dllmap dll="python33.dll" target="libpython3.3.so" os="!windows" /> |
| 16 | + <dllmap dll="python34.dll" target="libpython3.4.so" os="!windows" /> |
20 | 17 | <dllmap dll="python35.dll" target="libpython3.5.so" os="!windows" /> |
21 | 18 | <dllmap dll="python36.dll" target="libpython3.6.so" os="!windows" /> |
| 19 | + <dllmap dll="python37.dll" target="libpython3.7.so" os="!windows" /> |
22 | 20 | </configuration> |
0 commit comments