Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | no message |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | sourceforge |
Files: | files | file ages | folders |
SHA1: |
e95d46cd7cf44c44a5715451d2845f53 |
User & Date: | rmsimpson 2005-03-24 19:35:48.000 |
Context
2005-03-24
| ||
19:36 | 1.08 Refresh check-in: 3299a17a57 user: rmsimpson tags: sourceforge | |
19:35 | no message check-in: e95d46cd7c user: rmsimpson tags: sourceforge | |
2005-03-22
| ||
14:54 | SQLite 3.2 code merge check-in: 4f0102b290 user: rmsimpson tags: sourceforge | |
Changes
Added Doc/SQLite.NET.Internal.chm.
cannot compute difference between binary files
Added Doc/SQLite.NET.Internal.ndoc.
> > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 | <project SchemaVersion="1.3"> <assemblies> <assembly location="..\bin\System.Data.SQLite.dll" documentation="..\bin\System.Data.SQLite.XML" /> </assemblies> <documenters> <documenter name="JavaDoc"> <property name="OutputDirectory" value=".\doc\" /> </documenter> <documenter name="LaTeX"> <property name="OutputDirectory" value=".\doc\" /> <property name="TextFileFullName" value="Documentation.tex" /> <property name="TexFileBaseName" value="Documentation" /> <property name="LatexCompiler" value="latex" /> <property name="TexFileFullPath" value=".\doc\Documentation.tex" /> </documenter> <documenter name="LinearHtml"> <property name="OutputDirectory" value=".\doc\" /> <property name="Title" value="An NDoc Documented Class Library" /> </documenter> <documenter name="MSDN"> <property name="OutputDirectory" value="c:\src\SQLite.NET\Doc\" /> <property name="HtmlHelpName" value="SQLite.NET.Internal" /> <property name="Title" value="SQLite.NET Internal Class Library" /> <property name="OutputTarget" value="HtmlHelp" /> <property name="IncludeFavorites" value="True" /> <property name="DocumentInternals" value="True" /> <property name="DocumentSealedProtected" value="True" /> <property name="DocumentPrivates" value="True" /> <property name="DocumentProtectedInternalAsProtected" value="True" /> <property name="AssemblyVersionInfo" value="AssemblyVersion" /> <property name="FeedbackEmailAddress" value="robert@blackcastlesoft.com" /> <property name="Preliminary" value="True" /> <property name="DocumentAttributes" value="True" /> <property name="IncludeDefaultThreadSafety" value="False" /> <property name="CleanIntermediates" value="True" /> </documenter> <documenter name="MSDN 2003"> <property name="OutputDirectory" value=".\doc\" /> <property name="Title" value="An NDoc Documented Class Library" /> </documenter> <documenter name="VS.NET 2003"> <property name="OutputDirectory" value=".\doc\" /> <property name="HtmlHelpName" value="Documentation" /> <property name="Title" value="An NDoc documented library" /> </documenter> <documenter name="XML"> <property name="OutputFile" value=".\doc\doc.xml" /> </documenter> </documenters> </project> |
Changes to Doc/SQLite.NET.ndoc.
1 2 | <project SchemaVersion="1.3"> <assemblies> | | | 1 2 3 4 5 6 7 8 9 10 | <project SchemaVersion="1.3"> <assemblies> <assembly location="..\bin\System.Data.SQLite.dll" documentation="..\bin\System.Data.SQLite.XML" /> </assemblies> <documenters> <documenter name="JavaDoc"> <property name="OutputDirectory" value=".\doc\" /> </documenter> <documenter name="LaTeX"> <property name="OutputDirectory" value=".\doc\" /> |
︙ | ︙ |