SDRSharper/SDRSharper.CollapsiblePanel/Properties/AssemblyInfo.cs

17 lines
709 B
C#
Raw Normal View History

using System.Diagnostics;
using System.Reflection;
using System.Runtime.CompilerServices;
using System.Security.Permissions;
[assembly: RuntimeCompatibility(WrapNonExceptionThrows = true)]
[assembly: AssemblyTitle("Collapsible Panel")]
[assembly: AssemblyDescription("Collapsible Panel Component")]
[assembly: AssemblyProduct("SDRSharper Revised")]
[assembly: AssemblyCopyright("Copyright © BluGecko 2018")]
[assembly: Debuggable(DebuggableAttribute.DebuggingModes.IgnoreSymbolStoreSequencePoints)]
[assembly: CompilationRelaxations(8)]
[assembly: SecurityPermission(SecurityAction.RequestMinimum, SkipVerification = true)]
[assembly: AssemblyVersion("0.9.0.0")]
[assembly: AssemblyFileVersion("0.9.0.0")]