initial commit

This commit is contained in:
i2p
2026-08-27 11:21:57 -06:00
commit b7c8b4ba7a
550 changed files with 283853 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
<!-- Mono library mapping mechanism -->
<configuration>
<dllmap dll="ntdll.dll">
<dllentry os="osx" dll="libc.dylib"/>
<dllentry os="linux,solaris,freebsd" dll="libc.so.6"/>
</dllmap>
</configuration>