summaryrefslogtreecommitdiffhomepage
path: root/Stars45/Stars.rc.conf
diff options
context:
space:
mode:
Diffstat (limited to 'Stars45/Stars.rc.conf')
-rw-r--r--Stars45/Stars.rc.conf39
1 files changed, 0 insertions, 39 deletions
diff --git a/Stars45/Stars.rc.conf b/Stars45/Stars.rc.conf
deleted file mode 100644
index 45479d3..0000000
--- a/Stars45/Stars.rc.conf
+++ /dev/null
@@ -1,39 +0,0 @@
-#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