The target build settings can be controlled from SQLite.NET.Settings.targets
- in particular, you should probably look at UseInteropDll and
UseSqliteStandard.
To override the USE_INTEROP_DLL setting, try copying
SQLite.NET.Settings.targets to SQLite.NET.Settings.targets.user and make the
settings changes there.
This should work with VS2008 and VS2010.

HTH.
-Shane


On Tue, Apr 19, 2011 at 3:09 PM, Rich Rattanni <ratta...@gmail.com> wrote:

> I was wondering if anyone has had any luck building the Managed-Only
> System.Data.SQLite .NET adapter for SQLite from the source provided at
> system.data.sqlite.org?  I downloaded the pre-built binaries but they
> appear to rely on the InterOp assembly.  My current project is running
> under Linux 2.6 on an ARM processor, and uses managed-only copy of the
> System.Data.SQLite adapter + SQLite 3.5.0 + mono to run my .NET app.
> I am looking to do some bug tracing / upgrading so I would like to
> build my own copy from source.
>
> --
> Rich
> _______________________________________________
> sqlite-users mailing list
> sqlite-users@sqlite.org
> http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users
>
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to