2015-12-31 12:21:44 +00:00
|
|
|
|
using System.Reflection;
|
|
|
|
|
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.
|
2015-12-31 15:44:28 +00:00
|
|
|
|
[assembly: AssemblyTitle("Zone Builder")]
|
|
|
|
|
[assembly: AssemblyDescription("SRB2 map editor, forked from GZDoom Builder")]
|
2015-12-31 12:21:44 +00:00
|
|
|
|
[assembly: AssemblyConfiguration("")]
|
2015-12-31 15:44:28 +00:00
|
|
|
|
[assembly: AssemblyCompany("CodeImp, MaxED, MascaraSnake")]
|
|
|
|
|
[assembly: AssemblyProduct("Zone Builder")]
|
2016-01-02 13:20:40 +00:00
|
|
|
|
[assembly: AssemblyCopyright("Copyright © 2007, 2016")]
|
2015-12-31 12:21:44 +00:00
|
|
|
|
[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("767cd97a-8b1f-42b3-9086-a5ab9cdbe4ab")]
|
|
|
|
|
|
|
|
|
|
// Version information for an assembly consists of the following four values:
|
|
|
|
|
//
|
|
|
|
|
// Major Version
|
|
|
|
|
// Minor Version
|
|
|
|
|
// Build Number
|
|
|
|
|
// Revision
|
|
|
|
|
//
|
2016-03-01 19:25:30 +00:00
|
|
|
|
[assembly: AssemblyVersion("2.2.0.2492")]
|