Files
wg_cpso/GmshCommon/AssemblyInfo.cpp

21 lines
761 B
C++
Raw Normal View History

2026-03-25 18:20:24 +08:00
#include "pch.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"GmshCommon")];
[assembly:AssemblyDescriptionAttribute(L"A .NET/CLI wrapper for Gmsh (https://gmsh.info).")];
[assembly:AssemblyConfigurationAttribute(L"")];
[assembly:AssemblyCompanyAttribute(L"Tom Svilans")];
[assembly:AssemblyProductAttribute(L"GmshCommon")];
[assembly:AssemblyCopyrightAttribute(L"Copyright <20> Tom Svilans 2023")];
[assembly:AssemblyTrademarkAttribute(L"")];
[assembly:AssemblyCultureAttribute(L"")];
[assembly:AssemblyVersionAttribute(L"1.0.*")];
[assembly:ComVisible(false)];