懒人记时 代码仓库
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

22 lines
714 B

преди 2 години
  1. <?xml version="1.0"?>
  2. <!--
  3. *
  4. * System.Data.SQLite.dll.config -
  5. *
  6. * WARNING: This XML configuration file is intended for use within the NuGet
  7. * package directories only. Please do not copy this file to any of
  8. * the build output directories because it could interfere with the
  9. * native library pre-loading feature.
  10. *
  11. * Written by Joe Mistachkin.
  12. * Released to the public domain, use at your own risk!
  13. *
  14. -->
  15. <configuration>
  16. <appSettings>
  17. <add key="PreLoadSQLite_BaseDirectory"
  18. value="%PreLoadSQLite_AssemblyDirectory%\..\..\build\%PreLoadSQLite_TargetFramework%" />
  19. </appSettings>
  20. <dllmap dll="SQLite.Interop" target="SQLite.Interop.dll" />
  21. </configuration>