docs
[mirrors/Programs.git] / c / condrum / condrum_private.rc
1 /* THIS FILE WILL BE OVERWRITTEN BY DEV-C++ */
2 /* DO NOT EDIT! */
3
4 #include <windows.h> // include for version info constants
5
6
7 A ICON MOVEABLE PURE LOADONCALL DISCARDABLE "condrum.ico"
8
9 //
10 // TO CHANGE VERSION INFORMATION, EDIT PROJECT OPTIONS...
11 //
12 1 VERSIONINFO
13 FILEVERSION 0,1,1,94
14 PRODUCTVERSION 0,1,1,94
15 FILETYPE VFT_APP
16 {
17 BLOCK "StringFileInfo"
18 {
19 BLOCK "040904E4"
20 {
21 VALUE "CompanyName", "Harvie 2oo7"
22 VALUE "FileVersion", ""
23 VALUE "FileDescription", "Simple DrumStation for Console"
24 VALUE "InternalName", ""
25 VALUE "LegalCopyright", "Open Source"
26 VALUE "LegalTrademarks", ""
27 VALUE "OriginalFilename", ""
28 VALUE "ProductName", "ConDrummer"
29 VALUE "ProductVersion", ""
30 }
31 }
32 BLOCK "VarFileInfo"
33 {
34 VALUE "Translation", 0x0409, 1252
35 }
36 }
37
This page took 0.393407 seconds and 4 git commands to generate.