Files
mRemoteNG/mRemoteV1/Properties/AssemblyInfo.cs
2017-11-01 15:14:55 -05:00

40 lines
1.2 KiB
C#

using System.Reflection;
using System.Resources;
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.
// Review the values of the assembly attributes
[assembly:AssemblyTitle("mRemoteNG")]
[assembly: AssemblyDescription("Multi-protocol remote connections manager")]
[assembly: AssemblyCompany("")]
[assembly:AssemblyProduct("mRemoteNG")]
[assembly: AssemblyCopyright("Copyright © 2017 mRemoteNG Dev Team; 2010-2013 Riley McArdle; 2007-2009 Felix Deimel")]
[assembly:AssemblyTrademark("")]
[assembly:ComVisible(false)]
//The following GUID is for the ID of the typelib if this project is exposed to COM
[assembly:Guid("A99669B2-FAEB-11DE-995A-826C56D89593")]
// 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.*")>
[assembly: AssemblyVersion("1.75.7011.*")]
[assembly:NeutralResourcesLanguageAttribute("en")]