mirror of
https://github.com/vxunderground/MalwareSourceCode.git
synced 2024-12-22 19:36:11 +00:00
7 lines
241 B
C#
7 lines
241 B
C#
|
using System.Reflection;
|
|||
|
|
|||
|
[assembly: AssemblyConfiguration("Production")]
|
|||
|
[assembly: AssemblyTitle("Migration Executable")]
|
|||
|
[assembly: AssemblyDescription("Migration of custom settings and files")]
|
|||
|
[assembly: AssemblyVersion("18.0.0.0")]
|