System.Data.SQLite

All files named ”SQLite.Interop/SQLite.Interop.Static.2012.vcxproj”
Login

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

History for SQLite.Interop/SQLite.Interop.Static.2012.vcxproj

2025-01-27
18:08
Add the ability to build in VS2022 using the Setup/build_vs_2022.bat script to the 1.0.119.0 release. file: [a1ccfe3135] check-in: [0b34025625] user: drh branch: branch-119, size: 31915
2024-06-25
15:28
Project and build updates to better support per-configuration values. file: [4dc5a34fea] check-in: [1e25aa29cc] user: mistachkin branch: trunk, size: 31915
2024-06-05
00:52
Add the 'compress' and 'zipfile' extensions to the interop assembly. file: [e7467a1d27] check-in: [2353287b09] user: mistachkin branch: trunk, size: 31862
2022-11-22
20:16
Add experimental support for native sha3 extension. file: [96a8c913ce] check-in: [dd498797e7] user: mistachkin branch: trunk, size: 31633
2022-08-30
21:23
Add MSVC version to the resource defines. file: [e08b5d5213] check-in: [098c877ec4] user: mistachkin branch: trunk, size: 31518
20:37
Stub-in extra defines for the interop assembly resource file. file: [a7dbb966d6] check-in: [feb02a19c6] user: mistachkin branch: trunk, size: 31390
2022-03-03
19:34
Update SQLite core library to the 3.38.0 release. Update version history docs. file: [ce3e7007c0] check-in: [31236fc07d] user: mistachkin branch: trunk, size: 31166
2019-07-27
01:48
Add SQLITE_USER_DEFINES and INTEROP_USER_DEFINES placeholders to the native project files. file: [997382a1e7] check-in: [7324638166] user: mistachkin branch: trunk, size: 31278
2018-02-20
14:34
Enhance support for building the managed projects using Mono. file: [4113ff658a] check-in: [850533f006] user: mistachkin branch: trunk, size: 30902
2017-02-02
19:26
Add experimental support for native sha1 extension. file: [5ba3ecb89a] check-in: [f1feb19c18] user: mistachkin branch: trunk, size: 30817
2016-08-31
20:55
Further refinements. file: [077671c5d8] check-in: [1df1cd4fec] user: mistachkin branch: interopPostBuild, size: 30706
20:28
More work on the PostBuildEvent replacements. file: [005c6704b3] check-in: [999c925007] user: mistachkin branch: interopPostBuild, size: 30698
19:21
Import the custom MSBuild targets file from the appropriate interop assembly project files. file: [2f80d52c10] check-in: [46d5646194] user: mistachkin branch: trunk, size: 31478
2016-03-23
00:42
Move the primary interop assembly source code files into the 'generic' sub-directory. file: [aeee959d77] check-in: [347ba2f872] user: mistachkin branch: trunk, size: 31411
2015-12-12
04:49
Fix typo in SQLite interop project files (for VS 20XX) that impacts customization of INTEROP_LIBRARY_DEPENDENCIES. file: [c0d07a5cfe] check-in: [70131d4f23] user: mistachkin branch: trunk, size: 31403
2015-09-11
19:31
Add experimental support for the 'json1' extension, enabled by default. file: [6dd7bc4b08] check-in: [206cf1bc0a] user: mistachkin branch: trunk, size: 31403
2015-07-14
22:03
Add experimental support for the FTS5 loadable extension. file: [29154c5bb1] check-in: [b1750e5eba] user: mistachkin branch: trunk, size: 31291
2014-03-12
02:27
Move all strong name keys, targets, and configuration files into their own sub-directories. Move all resources for the core System.Data.SQLite assembly into their own sub-directory. Update list of SQLite keywords contained in the resource file. file: [499bfca60e] check-in: [d6f98596b9] user: mistachkin branch: trunk, size: 31180
2014-02-04
08:07
For the MSBuild based SQLite interop assembly projects, make sure the solution settings file is imported after the properties files. file: [f4f74f6756] check-in: [f7ed2c1f03] user: mistachkin branch: trunk, size: 31162
07:28
Make sure that PDB files are copied along with all their SQLite interop assembly files. Cleanup OutDir/TargetDir macro use in all interop assembly project files. file: [100ca3cd80] check-in: [e413195c8e] user: mistachkin branch: trunk, size: 31162
2014-01-24
01:27
More work on getting 32-bit on 64-bit testing support working. file: [ed088816ad] check-in: [b310edde93] user: mistachkin branch: trunk, size: 31074
2013-12-02
19:53
Add the percentile loadable extension to the interop assembly. file: [67a5943fd9] check-in: [ebd58ca385] user: mistachkin branch: trunk, size: 30762
2013-10-28
07:59
Add experimental support for the regexp extension. file: [b56e8075cf] check-in: [c0260ae9bc] user: mistachkin branch: regexp, size: 30645
2013-10-15
06:26
Update SQLite core library to the latest trunk code. Add the 'totype' extension. file: [52c86f19c7] check-in: [159d24c754] user: mistachkin branch: trunk, size: 30532
2013-07-25
08:23
Enable better integration with external native libraries to be linked with the interop assembly. file: [6c674150e9] check-in: [52cb9b7778] user: mistachkin branch: trunk, size: 30419
2013-06-22
02:51
Support compiling without built-in support for creating virtual tables in managed code, thus allowing the vtshim extension module to be excluded. file: [414a9c3266] check-in: [a85fc42853] user: mistachkin branch: virtualTables, size: 28868
2013-06-20
01:40
More work on disposable vtable integration. file: [fd59e4d83d] check-in: [5a2bdec84f] user: mistachkin branch: virtualTables, size: 27753
2012-11-16
19:04
Enhance project files for Visual Studio 2010/2012 to allow easier targeting of the .NET Framework 3.5. file: [7ae2e2cdcc] check-in: [6f8cffd539] user: mistachkin branch: trunk, size: 27707
2012-10-06
05:58
Remove superfluous Unicode related defines in the native project files. file: [85efa92a8d] check-in: [e84d4d5613] user: mistachkin branch: trunk, size: 27536
2012-09-20
11:53
Allow opened connections to skip adding the extension functions included in the interop assembly. Support loading of SQLite extensions. Add more notifications that use the new static Changed event. Miscellaneous comment cleanup. Cleanup usage of compile-time options for the .NET Framework version. Fix argument checking for the batch file tools. file: [1dea9ef7cc] check-in: [5759e099be] user: mistachkin branch: trunk, size: 27672
2012-09-14
09:03
Make the strong name signing target(s) and build steps more robust when Visual Studio 2012 is installed. file: [799f3dc757] check-in: [bca430acc5] user: mistachkin branch: vs2012, size: 27572
07:34
Added: Initial work on supporting Visual Studio 2012. file: [afb05509bd] check-in: [58dc41d4c8] user: mistachkin branch: vs2012, size: 26744