mirror of
https://github.com/cmclark00/retro-imager.git
synced 2025-05-18 07:55:21 +01:00
23 lines
486 B
Text
23 lines
486 B
Text
|
#include <windows.h>
|
||
|
|
||
|
IDI_ICON1 ICON DISCARDABLE "../icons/imagingutility.ico"
|
||
|
CREATEPROCESS_MANIFEST_RESOURCE_ID RT_MANIFEST "imagingutility.manifest"
|
||
|
|
||
|
1 VERSIONINFO
|
||
|
FILEVERSION 1,0,0,0
|
||
|
PRODUCTVERSION 1,0,0,0
|
||
|
{
|
||
|
BLOCK "StringFileInfo"
|
||
|
{
|
||
|
BLOCK "040904b0"
|
||
|
{
|
||
|
VALUE "CompanyName", "Raspberry Pi"
|
||
|
VALUE "FileDescription", "Raspberry Pi Imager"
|
||
|
}
|
||
|
}
|
||
|
BLOCK "VarFileInfo"
|
||
|
{
|
||
|
VALUE "Translation", 0x409, 1252
|
||
|
}
|
||
|
}
|