mirror of
https://github.com/spice2x/spice2x.github.io.git
synced 2026-08-04 07:40:42 -07:00
Initial commit for GitHub migration based on spice2x-25-03-03
This commit is contained in:
@@ -0,0 +1,30 @@
|
||||
#include "manifest.h"
|
||||
#include "winuser.h"
|
||||
|
||||
#ifdef __GNUC__
|
||||
CREATEPROCESS_MANIFEST_RESOURCE_ID RT_MANIFEST "manifest.manifest"
|
||||
#endif
|
||||
|
||||
1 VERSIONINFO
|
||||
FILEVERSION 1,0,0,0
|
||||
PRODUCTVERSION 1,0,0,0
|
||||
BEGIN
|
||||
BLOCK "StringFileInfo"
|
||||
BEGIN
|
||||
BLOCK "080904E4"
|
||||
BEGIN
|
||||
VALUE "CompanyName", ""
|
||||
VALUE "FileDescription", "SpiceTools Configuration Utility"
|
||||
VALUE "FileVersion", "1.0.0.0"
|
||||
VALUE "InternalName", "spicecfg"
|
||||
VALUE "LegalCopyright", ""
|
||||
VALUE "OriginalFilename", "spicecfg.exe"
|
||||
VALUE "ProductName", "SpiceTools Configuration"
|
||||
VALUE "ProductVersion", "1.0.0.0"
|
||||
END
|
||||
END
|
||||
BLOCK "VarFileInfo"
|
||||
BEGIN
|
||||
VALUE "Translation", 0x809, 1252
|
||||
END
|
||||
END
|
||||
Reference in New Issue
Block a user