mirror of
https://github.com/RawAccelOfficial/rawaccel.git
synced 2025-05-11 02:16:59 +02:00
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
12 lines
356 B
C++
12 lines
356 B
C++
#include <rawaccel-version.h>
|
|
|
|
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)] ;
|