using System.Diagnostics; using System.Reflection; using System.Runtime.CompilerServices; using System.Security.Permissions; [assembly: CompilationRelaxations(8)] [assembly: Debuggable(DebuggableAttribute.DebuggingModes.IgnoreSymbolStoreSequencePoints)] [assembly: AssemblyTitle("SDR-IQ Controller")] [assembly: RuntimeCompatibility(WrapNonExceptionThrows = true)] [assembly: AssemblyDescription("SDR-IQ Dongle Controller")] [assembly: AssemblyProduct("SDRSharper Revised")] [assembly: AssemblyCopyright("Copyright © BluGecko 2018")] [assembly: SecurityPermission(SecurityAction.RequestMinimum, SkipVerification = true)] [assembly: AssemblyVersion("0.9.0.0")] [assembly: AssemblyFileVersion("0.9.0.0")]