Using VS and SQLite (from NuGet pkg). After the 'build' of the solution/project I'm working on that uses SQLite, the file System.Data.SQLite.dll.config is included in the bin\release folder.
It has a note in it: do not copy this file to any of the build output directories How do I prevent it from appearing in the build output directory? Or do I just need to delete it after the build? Or is it ok to just leave it there? Also, what about the System.Data.SQLite.xml file. is it necessary to be included in the final build? Thanks. eric _______________________________________________ sqlite-users mailing list sqlite-users@mailinglists.sqlite.org http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users