mirror of
https://git.mirrors.martin98.com/https://github.com/slic3r/Slic3r.git
synced 2025-07-29 22:32:01 +08:00

* working on rc file to define manifest and filetype * use number 24 instead of name manifest
28 lines
657 B
Plaintext
28 lines
657 B
Plaintext
id ICON "../../var/Slic3r.ico"
|
|
1 VERSIONINFO
|
|
FILEVERSION 1,3,0,0
|
|
PRODUCTVERSION 1,3,0,0
|
|
FILEOS 0x4
|
|
FILETYPE 0x1
|
|
BEGIN
|
|
BLOCK "StringFileInfo"
|
|
BEGIN
|
|
BLOCK "040904E4"
|
|
BEGIN
|
|
VALUE "CompanyName", "Slic3r.org"
|
|
VALUE "FileDescription", "3D Printer Slicer application"
|
|
VALUE "FileVersion", "1.3.0"
|
|
VALUE "InternalName", "slic3r.exe"
|
|
VALUE "LegalCopyright", "Alessandro Ranellucci"
|
|
VALUE "OriginalFilename", "slic3r.exe"
|
|
VALUE "ProductName", "Slic3r"
|
|
VALUE "ProductVersion", "1.3.0"
|
|
END
|
|
END
|
|
BLOCK "VarFileInfo"
|
|
BEGIN
|
|
VALUE "Translation", 0x409, 1252
|
|
END
|
|
END
|
|
1 24 "slic3r.exe.manifest"
|