docs
[mirrors/Programs.git] / c / crypt / crypt_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 "crypt.ico"
8
9 //
10 // TO CHANGE VERSION INFORMATION, EDIT PROJECT OPTIONS...
11 //
12 1 VERSIONINFO
13 FILEVERSION 1,1,1,2
14 PRODUCTVERSION 1,1,1,2
15 FILETYPE VFT_APP
16 {
17 BLOCK "StringFileInfo"
18 {
19 BLOCK "080904E4"
20 {
21 VALUE "CompanyName", "Harvie 2oo7"
22 VALUE "FileVersion", ""
23 VALUE "FileDescription", "F(u)XOR : One-time-pad cryptographic tool"
24 VALUE "InternalName", ""
25 VALUE "LegalCopyright", ""
26 VALUE "LegalTrademarks", ""
27 VALUE "OriginalFilename", ""
28 VALUE "ProductName", ""
29 VALUE "ProductVersion", ""
30 }
31 }
32 BLOCK "VarFileInfo"
33 {
34 VALUE "Translation", 0x0809, 1252
35 }
36 }
37
This page took 0.289066 seconds and 4 git commands to generate.