Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Fix typo in comment. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | omitLegacyCodec |
Files: | files | file ages | folders |
SHA1: |
08bb62768e1f83e993df3a3e3f56f071 |
User & Date: | mistachkin 2016-12-29 17:03:57.206 |
Context
2016-12-29
| ||
17:03 | Fix typo in comment. Closed-Leaf check-in: 08bb62768e user: mistachkin tags: omitLegacyCodec | |
17:02 | Omit the legacy codec from all default build configurations. check-in: 384f48e7b2 user: mistachkin tags: omitLegacyCodec | |
Changes
Changes to Targets/SQLite.NET.Settings.targets.
︙ | ︙ | |||
500 501 502 503 504 505 506 | for the corresponding version(s) of Visual Studio. --> <InteropToTypeExtension Condition="'$(InteropToTypeExtension)' == ''">true</InteropToTypeExtension> <!-- NOTE: Enable exposing the CryptoAPI based codec from the custom built interop DLL (i.e. "SQLite.Interop.dll")? By default, this is | | | 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 | for the corresponding version(s) of Visual Studio. --> <InteropToTypeExtension Condition="'$(InteropToTypeExtension)' == ''">true</InteropToTypeExtension> <!-- NOTE: Enable exposing the CryptoAPI based codec from the custom built interop DLL (i.e. "SQLite.Interop.dll")? By default, this is disabled. If this is enabled, support for databases encrypted using the CryptoAPI will be available. If this is enabled, it must also be enabled via the "SQLITE_HAS_CODEC=1" preprocessor define being present in the "SQLITE_EXTRA_DEFINES" macro in the build properties file: "SQLite.Interop\props\sqlite3.[vs]props" |
︙ | ︙ |