mirror of
https://github.com/Obfuscator-Collections/VMProtect.git
synced 2026-09-01 22:11:54 +03:00
first commit
Version 3.x.x
This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
// Assembly forms_mixed, Version 1.0.0.0
|
||||
|
||||
using namespace System::Reflection;
|
||||
using namespace System::Runtime::CompilerServices;
|
||||
using namespace System::Runtime::Versioning;
|
||||
using namespace System::Runtime::InteropServices;
|
||||
using namespace System::Diagnostics;
|
||||
|
||||
[assembly: AssemblyDescriptionAttribute("")];
|
||||
[assembly: AssemblyConfigurationAttribute("")];
|
||||
[assembly: AssemblyCompanyAttribute("")];
|
||||
[assembly: RuntimeCompatibilityAttribute(WrapNonExceptionThrows=true)];
|
||||
[assembly: AssemblyTrademarkAttribute("")];
|
||||
[assembly: CompilationRelaxations(8)];
|
||||
[assembly: AssemblyTitleAttribute("forms_mixed")];
|
||||
[assembly: AssemblyProductAttribute("forms_mixed")];
|
||||
[assembly: AssemblyCopyrightAttribute("Copyright © 2014")];
|
||||
[assembly: TargetFrameworkAttribute(".NETFramework,Version=v4.0", FrameworkDisplayName=".NET Framework 4")];
|
||||
[assembly: ComVisibleAttribute(false)];
|
||||
[assembly: GuidAttribute("31c4f344-7d2d-4fcc-8cf5-3c6d368ad136")];
|
||||
[assembly: AssemblyFileVersionAttribute("1.0.0.0")];
|
||||
Reference in New Issue
Block a user