ILRepack/Properties/AssemblyInfo.cs (8 lines of code) (raw):
using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
// 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)]
// The following GUID is for the ID of the typelib if this project is exposed to COM
[assembly: Guid("b140d8b2-68f8-4324-965b-5c047c3745ab")]
[assembly: InternalsVisibleTo("ILRepack.Tests")]
[assembly: InternalsVisibleTo("ILRepack.IntegrationTests")]
[assembly: InternalsVisibleTo("DynamicProxyGenAssembly2")]