eDosStationFull/LSWDevices/AssemblyInfo.cpp

21 lines
693 B
C++
Raw Permalink Normal View History

2026-08-18 12:15:26 +02: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"LSWDevices")];
[assembly:AssemblyDescriptionAttribute(L"")];
[assembly:AssemblyConfigurationAttribute(L"")];
[assembly:AssemblyCompanyAttribute(L"")];
[assembly:AssemblyProductAttribute(L"LSWDevices")];
[assembly:AssemblyCopyrightAttribute(L"Copyright (c) 2024")];
[assembly:AssemblyTrademarkAttribute(L"")];
[assembly:AssemblyCultureAttribute(L"")];
[assembly:AssemblyVersionAttribute(L"1.0.*")];
[assembly:ComVisible(false)];