23 lines
1.5 KiB
C++
23 lines
1.5 KiB
C++
#include "stdafx.h"
|
||
|
||
using namespace System;
|
||
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)];
|