|
Revision 823, 0.8 kB
(checked in by xkovah, 1 year ago)
|
adding the files finally
|
| Line | |
|---|
| 1 |
#include "windows.h" // include for version info constants |
|---|
| 2 |
|
|---|
| 3 |
IDI_ICON1 ICON DISCARDABLE "capture.ico" |
|---|
| 4 |
|
|---|
| 5 |
1 VERSIONINFO |
|---|
| 6 |
FILEVERSION 2,0,0,0 |
|---|
| 7 |
PRODUCTVERSION 2,0,0,0 |
|---|
| 8 |
FILEOS VOS_NT_WINDOWS32 |
|---|
| 9 |
FILETYPE VFT_APP |
|---|
| 10 |
{ |
|---|
| 11 |
BLOCK "StringFileInfo" |
|---|
| 12 |
{ |
|---|
| 13 |
BLOCK "040904E4" |
|---|
| 14 |
{ |
|---|
| 15 |
VALUE "FileDescription", "Capture" |
|---|
| 16 |
VALUE "CompanyName", "Victoria University of Wellington and the New Zealand Honeynet Project" |
|---|
| 17 |
VALUE "Author", "Ramon Steenson & Christian Seifert" |
|---|
| 18 |
VALUE "FileVersion", "2.0.0" |
|---|
| 19 |
VALUE "ProductVersion", "2.0.0" |
|---|
| 20 |
VALUE "InternalName", "CaptureClient.exe" |
|---|
| 21 |
VALUE "LegalCopyright", "GNU General Public License" |
|---|
| 22 |
VALUE "LegalTrademarks", "" |
|---|
| 23 |
VALUE "OriginalFilename", "CaptureClient.exe" |
|---|
| 24 |
VALUE "ProductName", "Capture" |
|---|
| 25 |
} |
|---|
| 26 |
} |
|---|
| 27 |
BLOCK "VarFileInfo" |
|---|
| 28 |
{ |
|---|
| 29 |
VALUE "Translation", 0x0409, 1252 |
|---|
| 30 |
} |
|---|
| 31 |
} |
|---|