Ensure SQLite.Interop.dll gets copied to target installation computer.

This commit is contained in:
kougyokugentou 2020-04-29 21:17:57 -07:00
parent d9a767e23a
commit 0b0388b5fb
1 changed files with 1 additions and 0 deletions

View File

@ -0,0 +1 @@
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> <PropertyGroup> <ContentSQLiteInteropFiles>true</ContentSQLiteInteropFiles> <CopySQLiteInteropFiles>false</CopySQLiteInteropFiles> <CleanSQLiteInteropFiles>false</CleanSQLiteInteropFiles> <CollectSQLiteInteropFiles>false</CollectSQLiteInteropFiles> </PropertyGroup> </Project>