Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: |
Downloads: |
Tarball
| ZIP archive
|
---|
Timelines: |
family
| ancestors
| descendants
| both
| sourceforge
|
Files: |
files
| file ages
| folders
|
SHA1: |
3269002736ea14da94ce709dee0264035417cda1 |
User & Date: |
rmsimpson
2006-02-13 04:54:48.000 |
Context
2006-02-14
| | |
03:07 |
|
check-in: 64d79942dc user: rmsimpson tags: sourceforge
|
2006-02-13
| | |
04:54 |
|
check-in: 3269002736 user: rmsimpson tags: sourceforge
|
04:54 |
|
check-in: 463c0eb0ca user: rmsimpson tags: sourceforge
|
| | |
Changes
Changes to tools/install/Properties/AssemblyInfo.cs.
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
|
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("install")]
[assembly: AssemblyDescription("")]
[assembly: AssemblyTitle("SQLite Installer")]
[assembly: AssemblyDescription("SQLite ADO.NET 2.0 Design-Time Installer")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("Black Castle Software, LLC")]
[assembly: AssemblyProduct("install")]
[assembly: AssemblyCopyright("Copyright © Black Castle Software, LLC 2006")]
[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)]
// The following GUID is for the ID of the typelib if this project is exposed to COM
[assembly: Guid("a9f795ef-3653-4821-a5d4-11984be973fb")]
// Version information for an assembly consists of the following four values:
//
// Major Version
// Minor Version
// Build Number
// Revision
//
|
︙ | | |