mirror of
https://github.com/vxunderground/MalwareSourceCode.git
synced 2024-12-22 11:26:11 +00:00
f2ac1ece55
add
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")]
|