UACME/Source/Akagi/Resource.rc

123 lines
6.0 KiB
Plaintext
Raw Normal View History

2015-03-28 12:00:29 +00:00
<EFBFBD><EFBFBD>// Microsoft Visual C++ generated resource script.
//
#include "resource.h"
#define APSTUDIO_READONLY_SYMBOLS
/////////////////////////////////////////////////////////////////////////////
//
// Generated from the TEXTINCLUDE 2 resource.
//
#include "winres.h"
/////////////////////////////////////////////////////////////////////////////
#undef APSTUDIO_READONLY_SYMBOLS
/////////////////////////////////////////////////////////////////////////////
// Russian (Russia) resources
2015-03-28 12:00:29 +00:00
#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_RUS)
LANGUAGE LANG_RUSSIAN, SUBLANG_DEFAULT
#ifdef APSTUDIO_INVOKED
/////////////////////////////////////////////////////////////////////////////
//
// TEXTINCLUDE
//
1 TEXTINCLUDE
BEGIN
"resource.h\0"
END
2 TEXTINCLUDE
BEGIN
"#include ""winres.h""\0"
2015-03-28 12:00:29 +00:00
END
3 TEXTINCLUDE
BEGIN
"#ifdef useRc32\r\n"
"#include ""bin32res.rc""\r\n"
"#else\r\n"
"#include ""bin64res.rc""\r\n"
"#endif\0"
2015-03-28 12:00:29 +00:00
END
#endif // APSTUDIO_INVOKED
#endif // Russian (Russia) resources
/////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////
// English (United States) resources
#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
/////////////////////////////////////////////////////////////////////////////
//
// Icon
//
// Icon with lowest ID value placed first to ensure application icon
// remains consistent on all systems.
IDI_ICON1 ICON "akagi.ico"
2015-03-28 12:00:29 +00:00
/////////////////////////////////////////////////////////////////////////////
//
// Version
//
VS_VERSION_INFO VERSIONINFO
FILEVERSION 2,9,0,1808
PRODUCTVERSION 2,9,0,1808
2015-03-28 12:00:29 +00:00
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
FILEFLAGS 0x1L
#else
FILEFLAGS 0x0L
#endif
FILEOS 0x40000L
FILETYPE 0x1L
FILESUBTYPE 0x0L
BEGIN
BLOCK "StringFileInfo"
BEGIN
BLOCK "040904b0"
BEGIN
VALUE "CompanyName", "UG North"
VALUE "FileDescription", "UACMe main module"
VALUE "FileVersion", "2.9.0.1808"
2015-03-28 12:00:29 +00:00
VALUE "InternalName", "Akagi"
2017-12-17 03:58:48 +00:00
VALUE "LegalCopyright", "Copyright <00> 2014 - 2018 UG North"
2015-03-28 12:00:29 +00:00
VALUE "OriginalFilename", "Akagi.exe"
VALUE "ProductName", "UACMe"
VALUE "ProductVersion", "2.9.0.1808"
2015-03-28 12:00:29 +00:00
END
END
BLOCK "VarFileInfo"
BEGIN
VALUE "Translation", 0x409, 1200
END
END
#endif // English (United States) resources
2015-03-28 12:00:29 +00:00
/////////////////////////////////////////////////////////////////////////////
#ifndef APSTUDIO_INVOKED
/////////////////////////////////////////////////////////////////////////////
//
// Generated from the TEXTINCLUDE 3 resource.
//
#ifdef useRc32
#include "bin32res.rc"
#else
#include "bin64res.rc"
#endif
2015-03-28 12:00:29 +00:00
/////////////////////////////////////////////////////////////////////////////
#endif // not APSTUDIO_INVOKED