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