From 09dd11ddf800898c00ecb04a65fb5cd10fb481fa Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Wed, 8 May 2024 12:32:41 +0200 Subject: MHR-23: :boom: changes, reworked project tree. Signed-off-by: Amlal El Mahrouss --- NewKernel/KernelRsrc.rsrc | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 NewKernel/KernelRsrc.rsrc (limited to 'NewKernel/KernelRsrc.rsrc') diff --git a/NewKernel/KernelRsrc.rsrc b/NewKernel/KernelRsrc.rsrc new file mode 100644 index 00000000..1fab6304 --- /dev/null +++ b/NewKernel/KernelRsrc.rsrc @@ -0,0 +1,27 @@ +1 ICON "Root/Boot/Icons/kernel-logo.ico" + +#include "CompilerKit/Version.hxx" + +1 VERSIONINFO +FILEVERSION 1,0,0,0 +PRODUCTVERSION 1,0,0,0 +BEGIN + BLOCK "StringFileInfo" + BEGIN + BLOCK "080904E4" + BEGIN + VALUE "CompanyName", "Mahrouss-Logic" + VALUE "FileDescription", "New OS multiplatform kernel." + VALUE "FileVersion", KERNEL_VERSION + VALUE "InternalName", "NewKernel" + VALUE "LegalCopyright", "Mahrouss-Logic" + VALUE "OriginalFilename", "NewKernel.exe" + VALUE "ProductName", "NewKernel" + VALUE "ProductVersion", KERNEL_VERSION + END + END + BLOCK "VarFileInfo" + BEGIN + VALUE "Translation", 0x809, 1252 + END +END -- cgit v1.2.3