From ecfb2f206d8e469437e320f23e9bf972a1e606e1 Mon Sep 17 00:00:00 2001 From: Asuro Date: Thu, 21 Jul 2022 17:48:52 +0200 Subject: [PATCH] 1.0 --- AsuroTool/AsuroTool.rc | 39 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) diff --git a/AsuroTool/AsuroTool.rc b/AsuroTool/AsuroTool.rc index bbf6d7d..a1ace30 100644 --- a/AsuroTool/AsuroTool.rc +++ b/AsuroTool/AsuroTool.rc @@ -65,6 +65,45 @@ LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_UK IDI_ICON1 ICON "kaiju.ico" +///////////////////////////////////////////////////////////////////////////// +// +// Version +// + +VS_VERSION_INFO VERSIONINFO + FILEVERSION 1,0,0,1 + PRODUCTVERSION 1,0,0,1 + FILEFLAGSMASK 0x3fL +#ifdef _DEBUG + FILEFLAGS 0x1L +#else + FILEFLAGS 0x0L +#endif + FILEOS 0x40004L + FILETYPE 0x1L + FILESUBTYPE 0x0L +BEGIN + BLOCK "StringFileInfo" + BEGIN + BLOCK "200004b0" + BEGIN + VALUE "CompanyName", "Asuro" + VALUE "FileDescription", "Audio Thingy" + VALUE "FileVersion", "1.0.0.1" + VALUE "InternalName", "AsuroTool.exe" + VALUE "LegalCopyright", "Copyright (C) 2022" + VALUE "OriginalFilename", "AsuroTool.exe" + VALUE "ProductName", "Audio Thingy" + VALUE "ProductVersion", "1.0.0.1" + END + END + BLOCK "VarFileInfo" + BEGIN + VALUE "Translation", 0x2000, 1200 + END +END + + ///////////////////////////////////////////////////////////////////////////// // // String Table