Develop and Download Open Source Software

Browse Subversion Repository

Annotation of /exewrap/trunk/exewrap/src/resources/exewrap.rc

Parent Directory Parent Directory | Revision Log Revision Log


Revision 102 - (hide annotations) (download)
Wed Dec 28 01:54:03 2022 UTC (14 months, 2 weeks ago) by hirukawa_ryo
File size: 609 byte(s)
* exewrap 1.6.6
アプリケーションマニフェスト dpiAware=true、dpiAwareness=system に修正しました。
1 hirukawa_ryo 9 #include <winver.h>
2    
3     LANGUAGE 0,0
4    
5     VS_VERSION_INFO VERSIONINFO
6 hirukawa_ryo 102 FILEVERSION 1,6,6,0
7 hirukawa_ryo 9 FILEFLAGSMASK VS_FFI_FILEFLAGSMASK
8     FILEFLAGS VS_FF_PRERELEASE
9     FILEOS VOS_NT_WINDOWS32
10     FILETYPE VFT_APP
11     {
12     BLOCK "StringFileInfo"
13     {
14     BLOCK "000004B0"
15     {
16 hirukawa_ryo 101 VALUE "FileDescription", "Native executable Java application wrapper.\0"
17 hirukawa_ryo 102 VALUE "LegalCopyright", "(C) 2005-2023 HIRUKAWA Ryo\0"
18 hirukawa_ryo 9 VALUE "ProductName", "exewrap\0"
19 hirukawa_ryo 102 VALUE "ProductVersion", "1.6.6\0"
20 hirukawa_ryo 9 VALUE "OriginalFilename", "exewrap.exe\0"
21     }
22     }
23     BLOCK "VarFileInfo"
24     {
25     VALUE "Translation", 0x0, 1200
26     }
27     }

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26