aboutsummaryrefslogtreecommitdiffhomepage
path: root/midimonster.rc
diff options
context:
space:
mode:
Diffstat (limited to 'midimonster.rc')
-rw-r--r--midimonster.rc22
1 files changed, 0 insertions, 22 deletions
diff --git a/midimonster.rc b/midimonster.rc
deleted file mode 100644
index 45a88aa..0000000
--- a/midimonster.rc
+++ /dev/null
@@ -1,22 +0,0 @@
-#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