Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Fix typo in the MSBuild targets file used by the NuGet packages. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
7f37c83ffdd1cc040e5fbdc4c02b45d4 |
User & Date: | mistachkin 2018-02-26 15:10:35.373 |
Context
2018-02-26
| ||
17:25 | Add more database connection configuration options for the sqlite3_db_config() interface. check-in: b7ba6996c1 user: mistachkin tags: trunk | |
15:10 | Fix typo in the MSBuild targets file used by the NuGet packages. check-in: 7f37c83ffd user: mistachkin tags: trunk | |
2018-02-20
| ||
14:34 | Enhance support for building the managed projects using Mono. check-in: 850533f006 user: mistachkin tags: trunk | |
Changes
Changes to NuGet/shared/Core/build/System.Data.SQLite.Core.targets.
︙ | |||
17 18 19 20 21 22 23 | 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 | - - + + | <!-- NOTE: If the per-user settings file exists, import it now. The contained settings, if any, will override the default ones provided below. --> <Import Condition="'$(MSBuildThisFileDirectory)' != '' And HasTrailingSlash('$(MSBuildThisFileDirectory)') And |
︙ |