On Sat, Jun 1, 2019 at 7:35 PM Joe Mistachkin <sql...@mistachkin.com> wrote:

>
> compile the System.Data.SQLite assembly in such a way that it uses a
> "standard" SQLite
> DLL, via setting the following MSBuild properties:
>
>         /p:UseSqliteStandard=true /p:UseInteropDll=false
>

Joe,

I am trying out this approach right now and running into one minor issue,
the following cmd only builds the debug version:

msbuild SQLite.NET.2015.MSBuild.sln /p:UseSqliteStandard=true
/p:UseInteropDll=false

I am assuming I need to set a target to get the release version built, but
/t:Release gives me this error:

...\sqlite-netFx-source\SQLite.NET.2015.MSBuild.sln.metaproj : error
MSB4057: The target "release" does not exist in the project.
[...\sqlite-netFx-source\SQLite.NET.2015.MSBuild.sln]

What should the target be?
_______________________________________________
sqlite-users mailing list
sqlite-users@mailinglists.sqlite.org
http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to