bad git.. missing files

This commit is contained in:
UbitUmarov
2025-11-10 17:41:06 +00:00
parent 9612ea2491
commit 19217833ce
6 changed files with 6 additions and 0 deletions

BIN
bin/System.Data.SQLite.dll Normal file

Binary file not shown.

View File

@@ -0,0 +1,6 @@
<configuration>
<dllmap os="windows" cpu="x86-64" dll="e_sqlite3" target="lib64/e_sqlite3.dll" />
<dllmap os="osx" cpu="x86,x86-64" dll="e_sqlite3" target="lib64/libe_sqlite3_OSX_x64.dylib" />
<dllmap os="osx" cpu="arm64" dll="sqlite3" target="lib64/libe_sqlite3_OSX_arm64.dylib" />
<dllmap os="!windows,osx" cpu="x86-64" dll="e_sqlite3" target="lib64/libsqlite3.so" />
</configuration>

BIN
bin/lib64/e_sqlite3.dll Normal file

Binary file not shown.

BIN
bin/lib64/libe_sqlite3.so Normal file

Binary file not shown.

Binary file not shown.

Binary file not shown.