1b877906bSopenharmony_ci
2b877906bSopenharmony_ci#include <winver.h>
3b877906bSopenharmony_ci
4b877906bSopenharmony_ciVS_VERSION_INFO VERSIONINFO
5b877906bSopenharmony_ciFILEVERSION @GLFW_VERSION_MAJOR@,@GLFW_VERSION_MINOR@,@GLFW_VERSION_PATCH@,0
6b877906bSopenharmony_ciPRODUCTVERSION @GLFW_VERSION_MAJOR@,@GLFW_VERSION_MINOR@,@GLFW_VERSION_PATCH@,0
7b877906bSopenharmony_ciFILEFLAGSMASK VS_FFI_FILEFLAGSMASK
8b877906bSopenharmony_ciFILEFLAGS 0
9b877906bSopenharmony_ciFILEOS VOS_NT_WINDOWS32
10b877906bSopenharmony_ciFILETYPE VFT_DLL
11b877906bSopenharmony_ciFILESUBTYPE 0
12b877906bSopenharmony_ci{
13b877906bSopenharmony_ci    BLOCK "StringFileInfo"
14b877906bSopenharmony_ci    {
15b877906bSopenharmony_ci        BLOCK "040904B0"
16b877906bSopenharmony_ci        {
17b877906bSopenharmony_ci            VALUE "CompanyName", "GLFW"
18b877906bSopenharmony_ci            VALUE "FileDescription", "GLFW @GLFW_VERSION@ DLL"
19b877906bSopenharmony_ci            VALUE "FileVersion", "@GLFW_VERSION@"
20b877906bSopenharmony_ci            VALUE "OriginalFilename", "glfw3.dll"
21b877906bSopenharmony_ci            VALUE "ProductName", "GLFW"
22b877906bSopenharmony_ci            VALUE "ProductVersion", "@GLFW_VERSION@"
23b877906bSopenharmony_ci        }
24b877906bSopenharmony_ci    }
25b877906bSopenharmony_ci    BLOCK "VarFileInfo"
26b877906bSopenharmony_ci    {
27b877906bSopenharmony_ci        VALUE "Translation", 0x409, 1200
28b877906bSopenharmony_ci    }
29b877906bSopenharmony_ci}
30b877906bSopenharmony_ci
31