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: |
3269002736ea14da94ce709dee026403 |
User & Date: | rmsimpson 2006-02-13 04:54:48.000 |
Context
2006-02-14
| ||
03:07 | no message check-in: 64d79942dc user: rmsimpson tags: sourceforge | |
2006-02-13
| ||
04:54 | no message check-in: 3269002736 user: rmsimpson tags: sourceforge | |
04:54 | Bugfixes and 64-bit support check-in: 463c0eb0ca user: rmsimpson tags: sourceforge | |
Changes
Changes to tools/install/Properties/AssemblyInfo.cs.
1 2 3 4 5 6 7 | using System.Reflection; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; // General Information about an assembly is controlled through the following // set of attributes. Change these attribute values to modify the information // associated with an assembly. | | | | | | < < < | 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 | using System.Reflection; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; // General Information about an assembly is controlled through the following // set of attributes. Change these attribute values to modify the information // associated with an assembly. [assembly: AssemblyTitle("SQLite Installer")] [assembly: AssemblyDescription("SQLite ADO.NET 2.0 Design-Time Installer")] [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("http://sqlite.phxsoftware.com")] [assembly: AssemblyProduct("SQLite Installer")] [assembly: AssemblyCopyright("Public Domain")] [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")] // Setting ComVisible to false makes the types in this assembly not visible // to COM components. If you need to access a type in this assembly from // COM, set the ComVisible attribute to true on that type. [assembly: ComVisible(false)] // Version information for an assembly consists of the following four values: // // Major Version // Minor Version // Build Number // Revision // |
︙ | ︙ |