summaryrefslogtreecommitdiff
path: root/converter/AssemblyInfo.cpp
blob: cbe3aec832f92dc70c20eb80a1299e73f611cda2 (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)] ;