summaryrefslogtreecommitdiff
path: root/wrapper/AssemblyInfo.cpp
blob: 4854fd4d2c7f8d75c5ef9d4f084261402c90c0ef (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
#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)] ;