mirror of
https://gitlab.com/hashborgir/plugy.git
synced 2024-11-30 12:36:02 +00:00
63 lines
1.6 KiB
Plaintext
63 lines
1.6 KiB
Plaintext
//Script de ressources g<>n<EFBFBD>r<EFBFBD> par Microsoft Visual C++.
|
||
//
|
||
#include "resource.h"
|
||
|
||
#define APSTUDIO_READONLY_SYMBOLS
|
||
/////////////////////////////////////////////////////////////////////////////
|
||
//
|
||
// G<>n<EFBFBD>r<EFBFBD> <20> partir de la ressource TEXTINCLUDE 2.
|
||
//
|
||
#ifndef APSTUDIO_INVOKED
|
||
#include "targetver.h"
|
||
#endif
|
||
#define APSTUDIO_HIDDEN_SYMBOLS
|
||
#include "windows.h"
|
||
#undef APSTUDIO_HIDDEN_SYMBOLS
|
||
/////////////////////////////////////////////////////////////////////////////
|
||
#undef APSTUDIO_READONLY_SYMBOLS
|
||
|
||
/////////////////////////////////////////////////////////////////////////////
|
||
// French (France) resources
|
||
|
||
#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_FRA)
|
||
LANGUAGE LANG_FRENCH, SUBLANG_FRENCH
|
||
|
||
/////////////////////////////////////////////////////////////////////////////
|
||
//
|
||
// Version
|
||
//
|
||
|
||
VS_VERSION_INFO VERSIONINFO
|
||
FILEVERSION 1,0,6,0
|
||
PRODUCTVERSION 1,0,6,0
|
||
FILEFLAGSMASK 0x3fL
|
||
#ifdef _DEBUG
|
||
FILEFLAGS 0x1L
|
||
#else
|
||
FILEFLAGS 0x0L
|
||
#endif
|
||
FILEOS 0x40004L
|
||
FILETYPE 0x1L
|
||
FILESUBTYPE 0x0L
|
||
BEGIN
|
||
BLOCK "StringFileInfo"
|
||
BEGIN
|
||
BLOCK "040c04b0"
|
||
BEGIN
|
||
VALUE "CompanyName", "Yohann Nicolas"
|
||
VALUE "FileDescription", "PlugY patcher"
|
||
VALUE "FileVersion", "1.0.6.0"
|
||
VALUE "LegalCopyright", "Copyright (C) 2017"
|
||
VALUE "OriginalFilename", "PlugYInstall.exe"
|
||
VALUE "ProductName", "PlugY, The Survival Kit"
|
||
VALUE "ProductVersion", "12.00"
|
||
END
|
||
END
|
||
BLOCK "VarFileInfo"
|
||
BEGIN
|
||
VALUE "Translation", 0x40c, 1200
|
||
END
|
||
END
|
||
|
||
#endif // French (France) resources
|
||
///////////////////////////////////////////////////////////////////////////// |