Re: [sqlite] Building with sqlite in C#

2014-06-29 Thread Joseph L. Casale
> The recommended way to handle this is by using the NuGet package, e.g.: > > https://www.nuget.org/packages/System.Data.SQLite/ Much appreciated Joe, jlc ___ sqlite-users mailing list sqlite-users@sqlite.org

Re: [sqlite] Building with sqlite in C#

2014-06-29 Thread Joe Mistachkin
Joseph L. Casale wrote: > > I am new to C# and am building an x64 console app, visual studio copies the > System.Data.SQLite.dll to the build directory as its added to as a reference > so how do people routinely manage the interop dll in projects? Is there an > automated way to get it copied to

[sqlite] Building with sqlite in C#

2014-06-29 Thread Joseph L. Casale
I am new to C# and am building an x64 console app, visual studio copies the System.Data.SQLite.dll to the build directory as its added to as a reference so how do people routinely manage the interop dll in projects? Is there an automated way to get it copied to the build directory when setting up