Files
ArchiSteamFarm/GUI/Properties/AssemblyInfo.cs

40 lines
1.4 KiB
C#
Raw Normal View History

2016-08-02 06:13:58 +02:00
using System.Reflection;
using System.Runtime.InteropServices;
using ArchiSteamFarm;
2016-08-02 22:51:09 +02:00
// General Information about an assembly is controlled through the following
2016-08-02 06:13:58 +02:00
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
2016-08-30 13:54:40 +02:00
[assembly: AssemblyTitle(SharedInfo.ServiceName + "-GUI")]
2016-08-02 06:13:58 +02:00
[assembly: AssemblyDescription(SharedInfo.ServiceDescription)]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
2016-08-30 13:54:40 +02:00
[assembly: AssemblyProduct(SharedInfo.ServiceName + "-GUI")]
2016-08-02 06:13:58 +02:00
[assembly: AssemblyCopyright(SharedInfo.Copyright)]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]
2016-08-02 22:51:09 +02:00
// 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
2016-08-02 06:13:58 +02:00
// COM, set the ComVisible attribute to true on that type.
2016-08-02 06:13:58 +02:00
[assembly: ComVisible(false)]
// The following GUID is for the ID of the typelib if this project is exposed to COM
2016-08-02 06:13:58 +02:00
[assembly: Guid("13949b41-787c-4558-90ae-a9f9e7f86b1f")]
// Version information for an assembly consists of the following four values:
//
// Major Version
2016-08-02 22:51:09 +02:00
// Minor Version
2016-08-02 06:13:58 +02:00
// Build Number
// Revision
//
2016-08-02 22:51:09 +02:00
// You can specify all the values or you can default the Build and Revision Numbers
2016-08-02 06:13:58 +02:00
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
2016-08-02 06:13:58 +02:00
[assembly: AssemblyVersion(SharedInfo.VersionNumber)]
[assembly: AssemblyFileVersion(SharedInfo.VersionNumber)]