SDRSharper/Plugins/SDRSharper.Trunker/Properties/AssemblyInfo.cs
SDRSharpR c07e6e6034 SDRSharper (SDRSharp Remake) Full Source (VS2017)
SDRSharper (SDRSharp Remake) Full Source (VS2017)
2018-03-26 14:02:05 -07:00

22 lines
1 KiB
C#

using System.Diagnostics;
using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
using System.Security.Permissions;
[assembly: AssemblyProduct("SDRSharp.Trunker.Properties")]
[assembly: AssemblyCopyright("Copyright © 2013 Bob Rich & Russell Hande (zefie/rtlsdr_is_fun)")]
[assembly: RuntimeCompatibility(WrapNonExceptionThrows = true)]
[assembly: AssemblyTitle("SDRSharp.Trunker")]
[assembly: AssemblyDescription("Provides interoperability with Unitrunker for SDRSharp")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("Zefie Networks")]
[assembly: AssemblyTrademark("")]
[assembly: ComVisible(false)]
[assembly: Guid("BDE9B21A-127D-41BC-9B69-35B7D1F235B2")]
[assembly: AssemblyFileVersion("1.2013.430.1")]
[assembly: Debuggable(DebuggableAttribute.DebuggingModes.IgnoreSymbolStoreSequencePoints)]
[assembly: CompilationRelaxations(8)]
[assembly: SecurityPermission(SecurityAction.RequestMinimum, SkipVerification = true)]
[assembly: AssemblyVersion("1.2013.430.1")]