Brian Silverman | 9c614bc | 2016-02-15 20:20:02 -0500 | [diff] [blame^] | 1 | using System.Reflection;
|
| 2 | using System.Runtime.CompilerServices;
|
| 3 | using System.Runtime.InteropServices;
|
| 4 |
|
| 5 | // General Information about an assembly is controlled through the following
|
| 6 | // set of attributes. Change these attribute values to modify the information
|
| 7 | // associated with an assembly.
|
| 8 |
|
| 9 | [assembly: AssemblyTitle("ProtoDump")]
|
| 10 | [assembly: AssemblyDescription("")]
|
| 11 | [assembly: AssemblyConfiguration("")]
|
| 12 | [assembly: AssemblyCompany("")]
|
| 13 | [assembly: AssemblyProduct("ProtoDump")]
|
| 14 | [assembly: AssemblyCopyright("Copyright © 2015")]
|
| 15 | [assembly: AssemblyTrademark("")]
|
| 16 | [assembly: AssemblyCulture("")]
|
| 17 |
|
| 18 | [assembly: AssemblyVersion("3.0.0.0")]
|
| 19 | [assembly: AssemblyFileVersion("3.0.0.0")]
|