jellyfin-server/Mono.Nat/Properties/AssemblyInfo.cs

20 lines
820 B
C#
Raw Normal View History

2016-09-11 07:33:53 +00:00
using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
2016-10-29 18:59:36 +00:00
// General Information about an assembly is controlled through the following
2016-09-11 07:33:53 +00:00
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyProduct("Mono.Nat")]
[assembly: AssemblyTrademark("")]
2016-10-29 18:59:36 +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
2016-09-11 07:33:53 +00: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
2016-10-29 18:59:36 +00:00
[assembly: Guid("0a82260b-4c22-4fd2-869a-e510044e3502")]