summaryrefslogtreecommitdiffhomepage
path: root/Starshatter/Starshatter.rc.conf
diff options
context:
space:
mode:
Diffstat (limited to 'Starshatter/Starshatter.rc.conf')
-rw-r--r--Starshatter/Starshatter.rc.conf39
1 files changed, 39 insertions, 0 deletions
diff --git a/Starshatter/Starshatter.rc.conf b/Starshatter/Starshatter.rc.conf
new file mode 100644
index 0000000..45479d3
--- /dev/null
+++ b/Starshatter/Starshatter.rc.conf
@@ -0,0 +1,39 @@
+#include <winres.h>
+
+#include "resource.h"
+
+Stars ICON DISCARDABLE "Stars.ico"
+
+VS_VERSION_INFO VERSIONINFO
+ FILEVERSION @RC_VERSION@
+ PRODUCTVERSION @RC_VERSION@
+ FILEFLAGSMASK 0x3fL
+#ifdef _DEBUG
+ FILEFLAGS 0x1L
+#else
+ FILEFLAGS 0x0L
+#endif
+ FILEOS 0x40004L
+ FILETYPE 0x1L
+ FILESUBTYPE 0x0L
+BEGIN
+ BLOCK "StringFileInfo"
+ BEGIN
+ BLOCK "040904b0"
+ BEGIN
+ VALUE "Comments", "A military space combat simulator\0"
+ VALUE "CompanyName", "Starshatter: The Open Source Project Contributors\0"
+ VALUE "FileDescription", "Stars\0"
+ VALUE "FileVersion", "@VERSION@\0"
+ VALUE "InternalName", "Stars45\0"
+ VALUE "LegalCopyright", "Copyright (c) 2022, Starshatter: The Open Source Project Contributors\0"
+ VALUE "OriginalFilename", "Stars45.exe\0"
+ VALUE "ProductName", "Starshatter: The Open Source Project\0"
+ VALUE "ProductVersion", "@VERSION@\0"
+ END
+ END
+ BLOCK "VarFileInfo"
+ BEGIN
+ VALUE "Translation", 0x409, 1200
+ END
+END