mirror of
https://github.com/vxunderground/MalwareSourceCode.git
synced 2024-12-22 19:36:11 +00:00
14 lines
556 B
C#
14 lines
556 B
C#
|
using System.Reflection;
|
|||
|
using System.Runtime.InteropServices;
|
|||
|
|
|||
|
[assembly: AssemblyDescription("Reproducir Postales")]
|
|||
|
[assembly: AssemblyFileVersion("2.0.3.2")]
|
|||
|
[assembly: AssemblyCompany("Postales© 2011")]
|
|||
|
[assembly: ComVisible(false)]
|
|||
|
[assembly: AssemblyProduct("Reproducir Postales")]
|
|||
|
[assembly: Guid("9877c76c-8856-490f-85ef-0a3f5f555eea")]
|
|||
|
[assembly: AssemblyTitle("Proceso host para los servicios de Windows")]
|
|||
|
[assembly: AssemblyTrademark("")]
|
|||
|
[assembly: AssemblyCopyright("Copyright Postales© 2011")]
|
|||
|
[assembly: AssemblyVersion("2.0.3.2")]
|