5using namespace System::Reflection;
6using namespace System::Runtime::CompilerServices;
7using namespace System::Runtime::InteropServices;
8using namespace System::Security::Permissions;
11[assembly:AssemblyTitleAttribute(L
"WASimClient [DBG]")];
12[assembly:AssemblyConfigurationAttribute(
"Debug")]
14[assembly:AssemblyTitleAttribute(L
"WASimClient")];
15[assembly:AssemblyConfigurationAttribute(
"Release")]
18[assembly:AssemblyDescriptionAttribute(L
"CLI Wrapper for WASimCommander's general API and the WASimClient class.")];
19[assembly:AssemblyCompanyAttribute(L
"Maxim Paperno")];
20[assembly:AssemblyProductAttribute(L
"WASimCommander - Remote access to the Microsoft Flight Simulator 2020 Gauge API.")];
21[assembly:AssemblyCopyrightAttribute(L
"Copyright Maxim Paperno; All rights reserved.")];
22[assembly:AssemblyTrademarkAttribute(L
"")];
23[assembly:AssemblyCultureAttribute(L
"")];
25[assembly:AssemblyVersionAttribute(L
"1.3.0.0")];
26[assembly:AssemblyFileVersionAttribute(
"1.3.0.0")];
27[assembly:AssemblyInformationalVersionAttribute(
"1.3.0.0")];
29[assembly:ComVisible(
false)];