From 516459596bac10a001160122d1730db525452955 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9C=80=E5=BC=BA=E7=9A=84=E7=90=9B?= Date: Sat, 31 Oct 2020 11:30:04 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=8A=E4=BC=A0=E6=96=B0=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ...77\236\347\202\271\345\231\250_private.rc" | 36 +++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 "\351\274\240\346\240\207\350\277\236\347\202\271\345\231\250_private.rc" diff --git "a/\351\274\240\346\240\207\350\277\236\347\202\271\345\231\250_private.rc" "b/\351\274\240\346\240\207\350\277\236\347\202\271\345\231\250_private.rc" new file mode 100644 index 0000000..222b904 --- /dev/null +++ "b/\351\274\240\346\240\207\350\277\236\347\202\271\345\231\250_private.rc" @@ -0,0 +1,36 @@ +/* THIS FILE WILL BE OVERWRITTEN BY DEV-C++ */ +/* DO NOT EDIT! */ + +#include // include for version info constants + + +A ICON "鼠标连点器.ico" + +// +// TO CHANGE VERSION INFORMATION, EDIT PROJECT OPTIONS... +// +1 VERSIONINFO +FILEVERSION 1,0,0,0 +PRODUCTVERSION 1,0,0,0 +FILETYPE VFT_APP +{ + BLOCK "StringFileInfo" + { + BLOCK "080404E4" + { + VALUE "CompanyName", "" + VALUE "FileVersion", "1.0.0.0" + VALUE "FileDescription", "鼠标连点器" + VALUE "InternalName", "" + VALUE "LegalCopyright", "最强的琛" + VALUE "LegalTrademarks", "" + VALUE "OriginalFilename", "" + VALUE "ProductName", "鼠标连点器" + VALUE "ProductVersion", "1.0.0.0" + } + } + BLOCK "VarFileInfo" + { + VALUE "Translation", 0x0804, 1252 + } +} -- GitLab