-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathSharedAssemblyInfo.cs
More file actions
37 lines (18 loc) · 988 Bytes
/
SharedAssemblyInfo.cs
File metadata and controls
37 lines (18 loc) · 988 Bytes
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
using System;
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: AssemblyCompany("Matanuska-Susitna Borough")]
[assembly: AssemblyProduct("MSB Virus Scanner")]
[assembly: AssemblyCopyright("Copyright ? MSB ")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyVersion("1.0.35")]
// By default, the "Product version" shown in the file properties window is
// the same as the value specified for AssemblyFileVersionAttribute.
// Set AssemblyInformationalVersionAttribute to be the same as
// AssemblyVersionAttribute so that the "Product version" in the file
// properties window matches the version displayed in the GAC shell extension.
[assembly: AssemblyInformationalVersion("1.0.35")] // a.k.a. "Product version"