aboutsummaryrefslogtreecommitdiff
path: root/examples/dotnet/forms_mixed/AssemblyInfo.cpp
diff options
context:
space:
mode:
authorjmpoep <OriginalEntryPoint@qq.com>2023-12-07 16:51:07 +0800
committerjmpoep <OriginalEntryPoint@qq.com>2023-12-07 16:51:07 +0800
commit28008a746a31abb7909dd86cb0cd413ac8943b0b (patch)
treea30b74b8cad548048c3c1551d652828ab76fa9bd /examples/dotnet/forms_mixed/AssemblyInfo.cpp
downloadvmprotect-3.5.1-master.tar
vmprotect-3.5.1-master.tar.gz
vmprotect-3.5.1-master.tar.bz2
vmprotect-3.5.1-master.zip
first commitHEADmaster
Diffstat (limited to 'examples/dotnet/forms_mixed/AssemblyInfo.cpp')
-rw-r--r--examples/dotnet/forms_mixed/AssemblyInfo.cpp21
1 files changed, 21 insertions, 0 deletions
diff --git a/examples/dotnet/forms_mixed/AssemblyInfo.cpp b/examples/dotnet/forms_mixed/AssemblyInfo.cpp
new file mode 100644
index 0000000..1805707
--- /dev/null
+++ b/examples/dotnet/forms_mixed/AssemblyInfo.cpp
@@ -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")];