Sonarr/src/NzbDrone.Core.Test/Properties/AssemblyInfo.cs

31 lines
1.1 KiB
C#
Raw Normal View History

2017-09-18 03:25:28 +00:00
using System.Reflection;
2012-09-11 06:35:25 +00:00
using System.Runtime.CompilerServices;
2010-09-23 03:19:47 +00:00
using System.Runtime.InteropServices;
// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
2011-04-10 02:44:01 +00:00
2017-09-18 03:25:28 +00:00
[assembly: AssemblyTitle("Sonarr.Core.Test")]
2010-09-23 03:19:47 +00:00
[assembly: AssemblyDescription("")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("Microsoft")]
2017-09-18 03:25:28 +00:00
[assembly: AssemblyProduct("Sonarr.Core.Test")]
2010-09-23 03:19:47 +00:00
[assembly: AssemblyCopyright("Copyright © Microsoft 2010")]
[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-04-10 02:44:01 +00:00
2010-09-23 03:19:47 +00:00
[assembly: ComVisible(false)]
// The following GUID is for the ID of the typelib if this project is exposed to COM
2011-04-10 02:44:01 +00:00
2010-09-23 03:19:47 +00:00
[assembly: Guid("699aed1b-015e-4f0d-9c81-d5557b05d260")]
[assembly: AssemblyVersion("10.0.0.*")]
2012-09-11 06:35:25 +00:00
2017-09-18 03:25:28 +00:00
[assembly: InternalsVisibleTo("Sonarr.Core")]