mirror of
https://github.com/vxunderground/MalwareSourceCode.git
synced 2024-12-22 11:26:11 +00:00
20 lines
732 B
C#
20 lines
732 B
C#
|
using System.Reflection;
|
|||
|
using System.Runtime.CompilerServices;
|
|||
|
using System.Runtime.InteropServices;
|
|||
|
using System.Security.Permissions;
|
|||
|
|
|||
|
[assembly: Guid("3c0f2080-510a-4834-a1b6-c4dd6b4c4bff")]
|
|||
|
[assembly: AssemblyFileVersion("1.0.0.0")]
|
|||
|
[assembly: AssemblyTrademark("")]
|
|||
|
[assembly: ComVisible(false)]
|
|||
|
[assembly: AssemblyCopyright("Copyright © Microsoft 2010")]
|
|||
|
[assembly: AssemblyConfiguration("")]
|
|||
|
[assembly: AssemblyProduct("syncui")]
|
|||
|
[assembly: AssemblyTitle("syncui")]
|
|||
|
[assembly: AssemblyCompany("Microsoft")]
|
|||
|
[assembly: AssemblyDescription("")]
|
|||
|
[assembly: Discardable]
|
|||
|
[assembly: SuppressIldasm]
|
|||
|
[assembly: AssemblyVersion("1.0.0.0")]
|
|||
|
[assembly: SecurityPermission(SecurityAction.RequestMinimum, SkipVerification = true)]
|