mirror of
https://github.com/SDRSharpR/SDRSharp.git
synced 2026-04-07 07:14:07 +00:00
SDRSharp Build 1632 Full Source (VS2017)
This commit is contained in:
parent
c0fc5d4af0
commit
bce56796eb
246 changed files with 31983 additions and 0 deletions
15
SDRSharp.PanView/Properties/AssemblyInfo.cs
Normal file
15
SDRSharp.PanView/Properties/AssemblyInfo.cs
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
using System.Diagnostics;
|
||||
using System.Reflection;
|
||||
using System.Runtime.CompilerServices;
|
||||
using System.Runtime.Versioning;
|
||||
using System.Security.Permissions;
|
||||
|
||||
[assembly: CompilationRelaxations(8)]
|
||||
[assembly: RuntimeCompatibility(WrapNonExceptionThrows = true)]
|
||||
[assembly: Debuggable(DebuggableAttribute.DebuggingModes.IgnoreSymbolStoreSequencePoints)]
|
||||
[assembly: AssemblyTitle("Panoramic Spectrum Viewer")]
|
||||
[assembly: AssemblyDescription("Panoramic Spectrum Viewer")]
|
||||
[assembly: AssemblyProduct("SDR#")]
|
||||
[assembly: AssemblyCopyright("Copyright © Youssef TOUIL 2012")]
|
||||
[assembly: SecurityPermission(SecurityAction.RequestMinimum, SkipVerification = true)]
|
||||
[assembly: AssemblyVersion("0.0.0.0")]
|
||||
Loading…
Add table
Add a link
Reference in a new issue