First iteration

This commit is contained in:
Martino Ferrari
2026-05-07 16:47:32 +02:00
commit e3d621c425
12 changed files with 5839 additions and 0 deletions
+24
View File
@@ -0,0 +1,24 @@
id ICON "icon.ico"
1 VERSIONINFO
FILEVERSION 1,0,0,0
PRODUCTVERSION 1,0,0,0
BEGIN
BLOCK "StringFileInfo"
BEGIN
BLOCK "040904E4"
BEGIN
VALUE "CompanyName", "RemoteScope Author"
VALUE "FileDescription", "RTM3004 Oscilloscope UI"
VALUE "FileVersion", "1.0.0"
VALUE "InternalName", "remote_scope"
VALUE "LegalCopyright", "Copyright (c) 2026"
VALUE "OriginalFilename", "remote_scope.exe"
VALUE "ProductName", "RTM3004 Remote Scope"
VALUE "ProductVersion", "1.0.0"
END
END
BLOCK "VarFileInfo"
BEGIN
VALUE "Translation", 0x409, 1252
END
END