Skip to content

Commit b9815e4

Browse files
committed
Cleanup runtime config
1 parent c197a64 commit b9815e4

2 files changed

Lines changed: 14 additions & 17 deletions

File tree

Python.Runtime.dll.config

Lines changed: 14 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,20 @@
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"?>
112
<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" />
1511
<dllmap dll="python35" target="libpython3.5.so" os="!windows" />
1612
<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" />
2017
<dllmap dll="python35.dll" target="libpython3.5.so" os="!windows" />
2118
<dllmap dll="python36.dll" target="libpython3.6.so" os="!windows" />
19+
<dllmap dll="python37.dll" target="libpython3.7.so" os="!windows" />
2220
</configuration>

src/clrmodule/packages.config

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
32
<packages>
43
<package id="UnmanagedExports" version="1.2.7" targetFramework="net40" />
54
</packages>

0 commit comments

Comments
 (0)