Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Add header comment to MSBuild properties file. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
4f83b1eda6a5b1ce6f0b59375e38d670 |
User & Date: | mistachkin 2018-02-02 17:38:22.901 |
Context
2018-02-03
| ||
22:17 | When unhooking native delegates from a connection, use sqlite3_trace_v2() when it is available. check-in: 9f103baaad user: mistachkin tags: trunk | |
2018-02-02
| ||
17:38 | Add header comment to MSBuild properties file. check-in: 4f83b1eda6 user: mistachkin tags: trunk | |
17:35 | Set 'Configuration' property to the base configuration when building C# projects from the batch build tool. check-in: 0e4ae42add user: mistachkin tags: trunk | |
Changes
Changes to System.Data.SQLite/Targets/System.Data.SQLite.Properties.targets.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 | <!-- * * System.Data.SQLite.Properties.targets - * * Written by Joe Mistachkin. * Released to the public domain, use at your own risk! * --> <Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> <!-- NOTE: Only use functionality available in the .NET Framework 2.0? By default, this is disabled. This must be enabled to successfully build the project using Visual Studio 2005 and/or the .NET Framework 2.0 (if necessary, it will typically be enabled from within the project file itself). --> | > > > > > > | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 | <!-- * * System.Data.SQLite.Properties.targets - * * Written by Joe Mistachkin. * Released to the public domain, use at your own risk! * --> <Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> <!-- ****************************************************************************** ** Define Constants ** ****************************************************************************** --> <!-- NOTE: Only use functionality available in the .NET Framework 2.0? By default, this is disabled. This must be enabled to successfully build the project using Visual Studio 2005 and/or the .NET Framework 2.0 (if necessary, it will typically be enabled from within the project file itself). --> |
︙ | ︙ |