mirror of
https://github.com/kwsch/pkNX.git
synced 2026-03-22 02:04:15 -05:00
21 lines
703 B
C++
21 lines
703 B
C++
#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"pkNXHashDecoder")];
|
|
[assembly:AssemblyDescriptionAttribute(L"")];
|
|
[assembly:AssemblyConfigurationAttribute(L"")];
|
|
[assembly:AssemblyCompanyAttribute(L"")];
|
|
[assembly:AssemblyProductAttribute(L"pkNXHashDecoder")];
|
|
[assembly:AssemblyCopyrightAttribute(L"Copyright (c) 2022")];
|
|
[assembly:AssemblyTrademarkAttribute(L"")];
|
|
[assembly:AssemblyCultureAttribute(L"")];
|
|
|
|
[assembly:AssemblyVersionAttribute(L"1.0.*")];
|
|
|
|
[assembly:ComVisible(false)];
|