System.Data.SQLite

Login
This project makes use of Eagle, provided by Mistachkin Systems.
Eagle: Secure Software Automation

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

17 check-ins using file SQLite.Interop/props/sqlite3.props version 76ca92d97d

2011-04-08
03:07
Add another missing Linq file. check-in: 4528f3167e user: shaneh tags: trunk
01:53
First attempt at using InnoSetup for setup. Adjust default solution settings to favor using the custom 'SQLite.Interop.dll' instead of the standard 'sqlite3.dll'. check-in: 19ee37dcd5 user: mistachkin tags: trunk
00:19
Fix legacy build system for VS 2010. Properly link the SQLite.Interop assembly file with the NetModule and sign it. Also, correct the solution-to-project build configuration mappings. check-in: 4c948ec682 user: mistachkin tags: trunk
2011-04-07
23:43
Fix StrongName signing issue with the SQLite.Interop assembly file. Make sure all build configurations and platforms are properly mapped in the solution files. check-in: 56f84a6f6c user: mistachkin tags: trunk
15:53
Missing file for designer. check-in: dc92d38c29 user: shaneh tags: trunk
15:12
Added files for building Linq module. check-in: 9c7e81cdb4 user: shaneh tags: trunk
2011-04-06
02:06
added files for install project; check-in: f0d5e38f0b user: shaneh tags: trunk
2011-03-17
03:21
Added a contributor agreement. check-in: 4dbf5841e2 user: shaneh tags: trunk
2011-03-13
20:16
Placeholder for new downloads page. check-in: 4429c5391f user: shaneh tags: trunk
2011-02-26
15:09
Enable native-only targets for the interop assembly. check-in: 26379a6c73 user: mistachkin tags: trunk
13:51
Preparation for the native-only interop targets (i.e. SQLite.Interop.dll). Avoid having the project name being used to help name any of the output files. check-in: 1688fbec2c user: mistachkin tags: trunk
12:37
Fix issue with the VERSIONINFO resource where the DEBUG flag was not being set correctly. check-in: ddd4705c67 user: mistachkin tags: trunk
12:16
Add the interop project to the VS 2010 specific solution. check-in: 66d8e45055 user: mistachkin tags: trunk
12:11
Fix issue with the INTEROP_ASSEMBLY_RESOURCES build macro. check-in: 9ffa2eeb33 user: mistachkin tags: trunk
12:03
Fix strong name signing with embedded manifests and add the VS 2010 project file for the interop assembly. check-in: 6660802dd0 user: mistachkin tags: trunk
10:24
Move RC file (missed in previous commit). check-in: 0e372ed8f9 user: mistachkin tags: trunk
10:21
Added interop project to streamlined build system. Updated SQLite to version 3.7.5. Fixed several warnings about unused local variables in extension-functions.c and interop.c. Group the source files by their origin (for clarity). Heavily revised the RC file for consistency and to centralize version information. Unfortunately, VS2008 / VS2010 use entirely different schemas for their property files; therefore, two sets of property files are required. Deleted the extraneous resource.h file. check-in: 98361f4a6b user: mistachkin tags: trunk