懒人记时 代码仓库
Não pode escolher mais do que 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.

22 linhas
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>