DisplayMagician/HeliosPlus/Properties/AssemblyInfo.cs

42 lines
1.5 KiB
C#
Raw Normal View History

using System.Resources;
using System.Reflection;
2017-02-26 19:23:31 +00:00
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.
2017-08-10 14:21:45 +00:00
[assembly: AssemblyTitle("HeliosPlus")]
2017-02-26 19:23:31 +00:00
[assembly: AssemblyDescription("")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyProduct("HeliosPlus")]
[assembly: AssemblyCopyright("Copyright © Terry MacDonald 2020-2021, Copyright © Soroush Falahati 2017-2020")]
2017-02-26 19:23:31 +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.
2017-08-10 14:21:45 +00:00
2017-02-26 19:23:31 +00:00
[assembly: ComVisible(false)]
// The following GUID is for the ID of the typelib if this project is exposed to COM
2017-08-10 14:21:45 +00:00
[assembly: Guid("1cbf2d06-199b-4d40-a15d-34fb9ed526c7")]
2017-02-26 19:23:31 +00:00
// Version information for an assembly consists of the following four values:
//
// Major Version
// Minor Version
// Build Number
// Revision
//
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
2017-08-10 14:21:45 +00:00
[assembly: AssemblyVersion("0.9.9.*")]
[assembly: AssemblyFileVersion("0.9.9.0")]
[assembly: NeutralResourcesLanguage("")]