-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
66 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,47 @@ | ||
// Microsoft Visual C++ generated resource script. | ||
// | ||
#include "resource.h" | ||
///////////////////////////////////////////////////////////////////////////// | ||
// | ||
// Version | ||
// | ||
|
||
VS_VERSION_INFO VERSIONINFO | ||
FILEVERSION 1,13,0,0 | ||
PRODUCTVERSION 1,13,0,0 | ||
FILEFLAGSMASK 0x3fL | ||
#ifdef _DEBUG | ||
FILEFLAGS 0x1L | ||
#else | ||
FILEFLAGS 0x0L | ||
#endif | ||
FILEOS 0x4L | ||
FILETYPE 0x2L | ||
FILESUBTYPE 0x0L | ||
BEGIN | ||
BLOCK "StringFileInfo" | ||
BEGIN | ||
BLOCK "041204b0" | ||
BEGIN | ||
VALUE "LegalCopyright", "Copyright © Ji O Kim\0" | ||
VALUE "FileDescription", "우마무스메 현지화 패치\0" | ||
VALUE "FileVersion", "1.13.0.0\0" | ||
VALUE "InternalName", "umamusume-localify\0" | ||
VALUE "ProductName", "Umamusume Localify\0" | ||
VALUE "ProductVersion", "1.13.0\0" | ||
END | ||
BLOCK "000004b0" | ||
BEGIN | ||
VALUE "LegalCopyright", "Copyright © Ji O Kim\0" | ||
VALUE "FileDescription", "Localization patch for Umamusume\0" | ||
VALUE "FileVersion", "1.13.0.0\0" | ||
VALUE "InternalName", "umamusume-localify\0" | ||
VALUE "ProductName", "Umamusume Localify\0" | ||
VALUE "ProductVersion", "1.13.0\0" | ||
END | ||
END | ||
BLOCK "VarFileInfo" | ||
BEGIN | ||
VALUE "Translation", 0x0412, 1200, 0x0, 1200 | ||
END | ||
END |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
//{{NO_DEPENDENCIES}} | ||
// Microsoft Visual C++에서 생성한 포함 파일입니다. | ||
// VERSIONINFO.rc에서 사용되고 있습니다. | ||
// | ||
#define VER_DEBUG 0 | ||
#define VS_VERSION_INFO 1 | ||
#define IDC_STATIC -1 | ||
|
||
// Next default values for new objects | ||
// | ||
#ifdef APSTUDIO_INVOKED | ||
#ifndef APSTUDIO_READONLY_SYMBOLS | ||
#define _APS_NEXT_RESOURCE_VALUE 101 | ||
#define _APS_NEXT_COMMAND_VALUE 40001 | ||
#define _APS_NEXT_CONTROL_VALUE 1000 | ||
#define _APS_NEXT_SYMED_VALUE 101 | ||
#endif | ||
#endif |
Binary file not shown.