From 7d14daf1d5fce4d09471a3abe2aca49cf7680816 Mon Sep 17 00:00:00 2001 From: a1xd <68629610+a1xd@users.noreply.github.com> Date: Wed, 2 Dec 2020 05:25:19 -0500 Subject: embed version info into assemblies check app versions against lib, lib against driver add an 'about' dialog which displays version details, accessible from menu refactor error handling + add check for negative offset --- wrapper/AssemblyInfo.cpp | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 wrapper/AssemblyInfo.cpp (limited to 'wrapper/AssemblyInfo.cpp') diff --git a/wrapper/AssemblyInfo.cpp b/wrapper/AssemblyInfo.cpp new file mode 100644 index 0000000..4854fd4 --- /dev/null +++ b/wrapper/AssemblyInfo.cpp @@ -0,0 +1,12 @@ +#include + +using namespace System; +using namespace System::Reflection; +using namespace System::Runtime::CompilerServices; +using namespace System::Runtime::InteropServices; +using namespace System::Security::Permissions; + +[assembly: AssemblyVersion(RA_VER_STRING)] + +[assembly:ComVisible(false)] ; +[assembly:CLSCompliantAttribute(true)] ; -- cgit v1.2.3