Lidarr/NzbDrone.Common/Properties/SharedAssemblyInfo.cs

16 lines
557 B
C#
Raw Normal View History

using System.Reflection;
using System.Runtime.InteropServices;
[assembly: AssemblyConfiguration("")]
2011-11-08 17:48:34 +00:00
[assembly: AssemblyCompany("www.nzbdrone.com")]
[assembly: AssemblyProduct("NzbDrone")]
[assembly: AssemblyCopyright("GNU General Public v3")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]
// 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.
2011-11-08 17:48:34 +00:00
[assembly: ComVisible(false)]