mirror of
https://github.com/SDRSharpR/SDRSharper.git
synced 2025-12-06 04:12:02 +01:00
22 lines
904 B
C#
22 lines
904 B
C#
|
|
using System.Diagnostics;
|
||
|
|
using System.Reflection;
|
||
|
|
using System.Runtime.CompilerServices;
|
||
|
|
using System.Runtime.InteropServices;
|
||
|
|
using System.Security.Permissions;
|
||
|
|
|
||
|
|
[assembly: AssemblyCopyright("Copyright © acausal 2012")]
|
||
|
|
[assembly: AssemblyTitle("SDRSharp.RTLTCP")]
|
||
|
|
[assembly: AssemblyDescription("")]
|
||
|
|
[assembly: AssemblyConfiguration("")]
|
||
|
|
[assembly: AssemblyCompany("")]
|
||
|
|
[assembly: AssemblyProduct("SDRSharp.RTLTCP")]
|
||
|
|
[assembly: Guid("dcea766b-9806-49dc-97dd-f9ed391d3ba5")]
|
||
|
|
[assembly: AssemblyTrademark("")]
|
||
|
|
[assembly: ComVisible(false)]
|
||
|
|
[assembly: Debuggable(DebuggableAttribute.DebuggingModes.IgnoreSymbolStoreSequencePoints)]
|
||
|
|
[assembly: RuntimeCompatibility(WrapNonExceptionThrows = true)]
|
||
|
|
[assembly: AssemblyFileVersion("1.0.0.0")]
|
||
|
|
[assembly: CompilationRelaxations(8)]
|
||
|
|
[assembly: SecurityPermission(SecurityAction.RequestMinimum, SkipVerification = true)]
|
||
|
|
[assembly: AssemblyVersion("1.0.0.0")]
|