2018-07-21 11:09:07 -07:00
|
|
|
|
<EFBFBD><EFBFBD>using namespace System;
|
2018-07-21 00:51:27 -04:00
|
|
|
|
using namespace System::Reflection;
|
|
|
|
|
using namespace System::Runtime::CompilerServices;
|
|
|
|
|
using namespace System::Runtime::InteropServices;
|
|
|
|
|
using namespace System::Security::Permissions;
|
|
|
|
|
|
|
|
|
|
[assembly:AssemblyTitleAttribute(L"HostInterop")];
|
|
|
|
|
[assembly:AssemblyDescriptionAttribute(L"")];
|
|
|
|
|
[assembly:AssemblyConfigurationAttribute(L"")];
|
|
|
|
|
[assembly:AssemblyCompanyAttribute(L"")];
|
|
|
|
|
[assembly:AssemblyProductAttribute(L"HostInterop")];
|
|
|
|
|
[assembly:AssemblyCopyrightAttribute(L"Copyright (c) 2018")];
|
|
|
|
|
[assembly:AssemblyTrademarkAttribute(L"")];
|
|
|
|
|
[assembly:AssemblyCultureAttribute(L"")];
|
|
|
|
|
|
|
|
|
|
[assembly:AssemblyVersionAttribute("1.0.*")];
|
|
|
|
|
|
|
|
|
|
[assembly:ComVisible(false)];
|
|
|
|
|
|
|
|
|
|
[assembly:CLSCompliantAttribute(true)];
|
|
|
|
|
|