using System.Reflection; using System.Runtime.CompilerServices; #if PORTABLE [assembly: AssemblyTitle("SharpCompress.Portable")] [assembly: AssemblyProduct("SharpCompress.Portable")] #else [assembly: AssemblyTitle("SharpCompress")] [assembly: AssemblyProduct("SharpCompress")] [assembly: InternalsVisibleTo( "SharpCompress.Test" )] [assembly: InternalsVisibleTo( "SharpCompress.Test.Portable" )] #endif