mirror of
https://github.com/SDRSharpR/SDRSharper.git
synced 2025-12-06 04:12:02 +01:00
19 lines
745 B
C#
19 lines
745 B
C#
using System.Diagnostics;
|
|
using System.Reflection;
|
|
using System.Runtime.CompilerServices;
|
|
using System.Runtime.InteropServices;
|
|
|
|
[assembly: RuntimeCompatibility(WrapNonExceptionThrows = true)]
|
|
[assembly: AssemblyDescription("")]
|
|
[assembly: CompilationRelaxations(8)]
|
|
[assembly: AssemblyTitle("Frequency Manager for SDR#")]
|
|
[assembly: AssemblyConfiguration("")]
|
|
[assembly: AssemblyCompany("")]
|
|
[assembly: AssemblyProduct("SDR#")]
|
|
[assembly: AssemblyCopyright("Copyright © Tony BenBrahim 2012")]
|
|
[assembly: AssemblyTrademark("")]
|
|
[assembly: ComVisible(true)]
|
|
[assembly: Guid("a80d3b15-c0c9-4d61-8bd6-b87954dce39d")]
|
|
[assembly: Debuggable(DebuggableAttribute.DebuggingModes.IgnoreSymbolStoreSequencePoints)]
|
|
[assembly: AssemblyVersion("0.0.0.0")]
|