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