SDRSharper/Plugins/SDRSharper.RTLTCP/Properties/AssemblyInfo.cs

22 lines
904 B
C#
Raw Normal View History

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")]