v1.3.0.0
AssemblyInfo.cpp
1
2// THIS FILE IS GENERATED BY A SCRIPT, CHANGES WILL NOT PERSIST. EDIT THE CORRESPONDING .in TEMPLATE FILE INSTEAD.
3
4using namespace System;
5using namespace System::Reflection;
6using namespace System::Runtime::CompilerServices;
7using namespace System::Runtime::InteropServices;
8using namespace System::Security::Permissions;
9
10#ifdef _DEBUG
11[assembly:AssemblyTitleAttribute(L"WASimClient [DBG]")];
12[assembly:AssemblyConfigurationAttribute("Debug")]
13#else
14[assembly:AssemblyTitleAttribute(L"WASimClient")];
15[assembly:AssemblyConfigurationAttribute("Release")]
16#endif
17
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"")];
24
25[assembly:AssemblyVersionAttribute(L"1.3.0.0")];
26[assembly:AssemblyFileVersionAttribute("1.3.0.0")];
27[assembly:AssemblyInformationalVersionAttribute("1.3.0.0")];
28
29[assembly:ComVisible(false)];