2011-10-23 17:32:57 +00:00
|
|
|
|
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")]
|
2011-10-23 17:32:57 +00:00
|
|
|
|
[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)]
|