2016-11-02 20:53:50 +00:00
|
|
|
using System.Reflection;
|
2019-01-06 20:50:43 +00:00
|
|
|
using System.Resources;
|
2016-11-02 20:53:50 +00:00
|
|
|
using System.Runtime.InteropServices;
|
|
|
|
|
2019-01-07 23:27:46 +00:00
|
|
|
// General Information about an assembly is controlled through the following
|
2016-11-02 20:53:50 +00:00
|
|
|
// set of attributes. Change these attribute values to modify the information
|
|
|
|
// associated with an assembly.
|
|
|
|
[assembly: AssemblyTitle("Emby.Server.Implementations")]
|
|
|
|
[assembly: AssemblyDescription("")]
|
|
|
|
[assembly: AssemblyConfiguration("")]
|
2019-01-06 20:50:43 +00:00
|
|
|
[assembly: AssemblyCompany("Jellyfin Project")]
|
2019-01-20 04:53:23 +00:00
|
|
|
[assembly: AssemblyProduct("Jellyfin Server")]
|
2019-01-06 20:50:43 +00:00
|
|
|
[assembly: AssemblyCopyright("Copyright © 2019 Jellyfin Contributors. Code released under the GNU General Public License Version 2")]
|
2016-11-02 20:53:50 +00:00
|
|
|
[assembly: AssemblyTrademark("")]
|
|
|
|
[assembly: AssemblyCulture("")]
|
|
|
|
[assembly: NeutralResourcesLanguage("en")]
|
|
|
|
|
2019-01-06 20:50:43 +00: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
|
|
|
|
// COM, set the ComVisible attribute to true on that type.
|
|
|
|
[assembly: ComVisible(false)]
|