jellyfin/Emby.Server.Core/Properties/AssemblyInfo.cs

34 lines
1.3 KiB
C#
Raw Normal View History

2016-11-11 06:16:37 +01:00
using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
2017-05-24 21:12:55 +02:00
// General Information about an assembly is controlled through the following
2016-11-11 06:16:37 +01:00
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
2017-05-24 21:12:55 +02:00
[assembly: AssemblyTitle("Emby.Server.Core")]
[assembly: AssemblyDescription("")]
2016-11-11 06:16:37 +01:00
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyProduct("Emby.Server.Core")]
2017-05-24 21:12:55 +02:00
[assembly: AssemblyCopyright("Copyright © 2017")]
2016-11-11 06:16:37 +01:00
[assembly: AssemblyTrademark("")]
2017-05-24 21:12:55 +02:00
[assembly: AssemblyCulture("")]
2016-11-11 06:16:37 +01:00
2017-05-24 21:12:55 +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-11-11 06:16:37 +01:00
// 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
2017-05-24 21:12:55 +02:00
[assembly: Guid("776b9f0c-5195-45e3-9a36-1cc1f0d8e0b0")]
// 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.*")]