xamarin-macios/tools/mmp/config_mobile

18 строки
913 B
Plaintext
Исходник Обычный вид История

2016-04-21 15:57:02 +03:00
<configuration>
<dllmap dll="i:cygwin1.dll" target="libc.dylib"/>
<dllmap dll="libc" target="libc.dylib"/>
<dllmap dll="i:msvcrt" target="libc.dylib"/>
<dllmap dll="i:msvcrt.dll" target="libc.dylib"/>
<dllmap dll="sqlite" target="libsqlite.0.dylib"/>
<dllmap dll="sqlite3" target="libsqlite3.0.dylib"/>
<dllmap dll="i:kernel32.dll">
<dllentry dll="__Internal" name="CopyMemory" target="mono_win32_compat_CopyMemory"/>
<dllentry dll="__Internal" name="FillMemory" target="mono_win32_compat_FillMemory"/>
<dllentry dll="__Internal" name="MoveMemory" target="mono_win32_compat_MoveMemory"/>
<dllentry dll="__Internal" name="ZeroMemory" target="mono_win32_compat_ZeroMemory"/>
</dllmap>
2018-10-15 22:39:29 +03:00
<dllmap dll="System.Native" target="mono-native"/>
<dllmap dll="System.Security.Cryptography.Native.Apple" target="mono-native"/>
<dllmap dll="System.Net.Security.Native" target="mono-native"/>
2016-04-21 15:57:02 +03:00
</configuration>