diff --git a/Directory.Build.props b/Directory.Build.props index 23d62b15..9c0766b3 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -12,6 +12,8 @@ Krueger Systems, Inc. true + + true diff --git a/nuget/SQLite-net-base/SQLite-net-base.csproj b/nuget/SQLite-net-base/SQLite-net-base.csproj index 781aad8b..6f04bcb7 100644 --- a/nuget/SQLite-net-base/SQLite-net-base.csproj +++ b/nuget/SQLite-net-base/SQLite-net-base.csproj @@ -10,22 +10,17 @@ It is meant to give you all the power of SQLite-net but with the freedom to choose your own provider. Please use the package sqlite-net-pcl if you have no idea what any of this means. - - Release;Debug - false - USE_SQLITEPCL_RAW;NO_SQLITEPCL_RAW_BATTERIES;RELEASE - true bin\Release\netstandard2.0\SQLite-net.xml USE_SQLITEPCL_RAW;NO_SQLITEPCL_RAW_BATTERIES;DEBUG - true bin\Debug\netstandard2.0\SQLite-net.xml + diff --git a/nuget/SQLite-net-sqlcipher/SQLite-net-sqlcipher.csproj b/nuget/SQLite-net-sqlcipher/SQLite-net-sqlcipher.csproj index 253f0cbe..dd1c02f4 100644 --- a/nuget/SQLite-net-sqlcipher/SQLite-net-sqlcipher.csproj +++ b/nuget/SQLite-net-sqlcipher/SQLite-net-sqlcipher.csproj @@ -11,21 +11,17 @@ This enables secure access to the database with password (key) access. sqlite-net;sqlite;database;orm;encryption;sqlcipher - Release;Debug - false - USE_SQLITEPCL_RAW;RELEASE - true bin\Release\netstandard2.0\SQLite-net.xml USE_SQLITEPCL_RAW;DEBUG - true bin\Debug\netstandard2.0\SQLite-net.xml + diff --git a/nuget/SQLite-net-static/SQLite-net-static.csproj b/nuget/SQLite-net-static/SQLite-net-static.csproj index 71bc531b..fe63605d 100644 --- a/nuget/SQLite-net-static/SQLite-net-static.csproj +++ b/nuget/SQLite-net-static/SQLite-net-static.csproj @@ -10,13 +10,9 @@ This version uses P/Invokes to the "sqlite3" native library provided by the operating system. This works on Xamarin.iOS, Xamarin.Mac, Wilderness Labs' Meadow, and any other platform that has a "sqlite3" library in the path. - true - Release;Debug - false - RELEASE bin\Release\netstandard2.0\SQLite-net.xml @@ -24,6 +20,7 @@ DEBUG bin\Debug\netstandard2.0\SQLite-net.xml + SQLite.cs diff --git a/nuget/SQLite-net-std/SQLite-net-std.csproj b/nuget/SQLite-net-std/SQLite-net-std.csproj index 48f2b880..4b7fc253 100644 --- a/nuget/SQLite-net-std/SQLite-net-std.csproj +++ b/nuget/SQLite-net-std/SQLite-net-std.csproj @@ -8,24 +8,18 @@ SQLite-net is an open source and light weight library providing easy SQLite database storage for .NET, Mono, and Xamarin applications. This version uses SQLitePCLRaw to provide platform independent versions of SQLite. - - - Release;Debug - false - USE_SQLITEPCL_RAW;RELEASE - true bin\Release\netstandard2.0\SQLite-net.xml USE_SQLITEPCL_RAW;DEBUG - true bin\Debug\netstandard2.0\SQLite-net.xml +