| Line 3... |
Line 3... |
| 3 |
using System.Runtime.InteropServices; |
3 |
using System.Runtime.InteropServices; |
| 4 |
|
4 |
|
| 5 |
// General Information about an assembly is controlled through the following |
5 |
// General Information about an assembly is controlled through the following |
| 6 |
// set of attributes. Change these attribute values to modify the information |
6 |
// set of attributes. Change these attribute values to modify the information |
| 7 |
// associated with an assembly. |
7 |
// associated with an assembly. |
| 8 |
[assembly: AssemblyTitle("DNS Manager")] |
8 |
[assembly: AssemblyTitle("Dreamhost DNS Manager")] |
| 9 |
[assembly: AssemblyDescription("")] |
9 |
[assembly: AssemblyDescription("")] |
| 10 |
[assembly: AssemblyConfiguration("")] |
10 |
[assembly: AssemblyConfiguration("")] |
| 11 |
[assembly: AssemblyCompany("Paul Clement")] |
11 |
[assembly: AssemblyCompany("Paul Clement")] |
| 12 |
[assembly: AssemblyProduct("DNS Manager")] |
12 |
[assembly: AssemblyProduct("Dreamhost DNS Manager")] |
| 13 |
[assembly: AssemblyCopyright("Copyright © Paul Clement 2009")] |
13 |
[assembly: AssemblyCopyright("Copyright © Paul Clement 2009")] |
| 14 |
[assembly: AssemblyTrademark("")] |
14 |
[assembly: AssemblyTrademark("")] |
| 15 |
[assembly: AssemblyCulture("")] |
15 |
[assembly: AssemblyCulture("")] |
| 16 |
|
16 |
|
| 17 |
// Setting ComVisible to false makes the types in this assembly not visible |
17 |
// Setting ComVisible to false makes the types in this assembly not visible |