aboutsummaryrefslogtreecommitdiffhomepage
path: root/midimonster.rc
diff options
context:
space:
mode:
authorcbdev <cb@cbcdn.com>2020-01-17 19:43:08 +0100
committercbdev <cb@cbcdn.com>2020-01-17 19:43:08 +0100
commitfa738ea4a3d78046c100fd953f33bbc902821d67 (patch)
treee095cf18b8323364902842d83c73502815b9b8de /midimonster.rc
parent8c32598449895e506b4d0eab71be0abf219a62da (diff)
downloadmidimonster-fa738ea4a3d78046c100fd953f33bbc902821d67.tar.gz
midimonster-fa738ea4a3d78046c100fd953f33bbc902821d67.tar.bz2
midimonster-fa738ea4a3d78046c100fd953f33bbc902821d67.zip
Add project logo and initial Windows resource data
Diffstat (limited to 'midimonster.rc')
-rw-r--r--midimonster.rc22
1 files changed, 22 insertions, 0 deletions
diff --git a/midimonster.rc b/midimonster.rc
new file mode 100644
index 0000000..45a88aa
--- /dev/null
+++ b/midimonster.rc
@@ -0,0 +1,22 @@
+#include "midimonster.h"
+
+0 ICON "midimonster.ico"
+1 VERSIONINFO
+BEGIN
+ BLOCK "StringFileInfo"
+ BEGIN
+ BLOCK "040904E4"
+ BEGIN
+ VALUE "CompanyName", "control8r"
+ VALUE "FileDescription", "MIDIMonster"
+ VALUE "InternalName", "MIDIMonster Core (Windows Build)"
+ VALUE "FileVersion", MIDIMONSTER_VERSION
+ VALUE "OriginalFilename", "midimonster.exe"
+ VALUE "ProductName", "MIDIMonster"
+ END
+ END
+ BLOCK "VarFileInfo"
+ BEGIN
+ VALUE "Translation", 0x0409, 1252
+ END
+END