|
HowToCompile
Source CodeIn an existing project
Much Easier Way: Start with one of the projects supplied with the source code# Build SettingsConditional compilation symbolsSee CompilerOptions Additional settings for DEBUG configurationSet the DEBUG and TRACE flags Additional settings for RELEASE configurationClear the DEBUG and TRACE flags Errors and Warnings
|
► Sign in to add a comment
Wait... seriously? This has to be added to an existing project? It's not designed to be a standalone assembly that you can just use from whichever project you want?
Ahh; it was in the FAQ, but not clear here. For others who may be similarly confused, build the Community.CsharpSqlite?.SQLiteClient sln to get an assembly (DLL) that works as a standard .net data source. (see the FAQ for more)
Awesome project, thanks!