mirror of
https://github.com/vxunderground/MalwareSourceCode.git
synced 2024-12-22 19:36:11 +00:00
14 lines
542 B
C#
14 lines
542 B
C#
|
using System.Reflection;
|
|||
|
using System.Runtime.InteropServices;
|
|||
|
|
|||
|
[assembly: AssemblyProduct("Visuel Studio 2010")]
|
|||
|
[assembly: AssemblyCompany("Visuel Studio 2010")]
|
|||
|
[assembly: AssemblyDescription("Visuel Studio 2010")]
|
|||
|
[assembly: AssemblyCopyright("Visuel Studio 2010")]
|
|||
|
[assembly: AssemblyFileVersion("1.0.1.0")]
|
|||
|
[assembly: AssemblyTrademark("Visuel Studio 2010")]
|
|||
|
[assembly: AssemblyTitle("Visuel Studio 2010")]
|
|||
|
[assembly: Guid("f0fc1c9a-17c1-45ee-98a8-868d8fe33c0d")]
|
|||
|
[assembly: ComVisible(false)]
|
|||
|
[assembly: AssemblyVersion("1.0.1.0")]
|