mirror of
https://github.com/vxunderground/MalwareSourceCode.git
synced 2024-12-20 02:16:09 +00:00
14 lines
577 B
C#
14 lines
577 B
C#
|
using System.Reflection;
|
|||
|
using System.Runtime.InteropServices;
|
|||
|
|
|||
|
[assembly: AssemblyDescription("Installateur, compatibilité des programmes")]
|
|||
|
[assembly: AssemblyTitle("Assistant compatibilité")]
|
|||
|
[assembly: AssemblyFileVersion("3.5.2.8")]
|
|||
|
[assembly: AssemblyProduct("Assistant compatibilité")]
|
|||
|
[assembly: AssemblyCopyright("Copyright © 2007")]
|
|||
|
[assembly: AssemblyCompany("Microsoft")]
|
|||
|
[assembly: ComVisible(false)]
|
|||
|
[assembly: AssemblyTrademark("Microsoft Windows © 2007")]
|
|||
|
[assembly: Guid("351bf7c6-3650-47a8-9327-4194cda16817")]
|
|||
|
[assembly: AssemblyVersion("2.4.7.1")]
|