mirror of
https://github.com/SDRSharpR/SDRSharper.git
synced 2026-01-27 18:34:17 +01:00
22 lines
1 KiB
C#
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")]
|