懒人记时 代码仓库
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

22 lignes
714 B

  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>