Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Side by Side Diff: installer/src/custom-action/abp_ca.rc

Issue 22887001: Custom action library, initial version (Closed)
Patch Set: Created Oct. 28, 2013, 9:37 p.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
1 // Resource file for the custom action library
2
3 #include <winver.h>
4
5 VS_VERSION_INFO VERSIONINFO
6 FILEVERSION 0.0.1
7 PRODUCTVERSION 0.0.1
8 FILEFLAGSMASK VS_FFI_FILEFLAGSMASK
9 FILEFLAGS ( VS_FF_DEBUG | VS_FF_PRERELEASE )
10 FILEOS VOS__WINDOWS32
11 FILETYPE VFT_DLL
12 FILESUBTYPE 0
13 BEGIN
14 BLOCK "StringFileInfo"
15 BEGIN
16 BLOCK "000004E4"
17 BEGIN
18 VALUE "CompanyName", "Eyeo, GmbH"
19 VALUE "FileDescription", "Installer Custom Action Library"
20 VALUE "FileVersion", "0.0.1"
21 VALUE "InternalName", "installer-ca"
22 VALUE "OriginalFilename", "installer-ca.dll"
23 VALUE "ProductName", "Adblock Plus for IE"
24 END
25 END
26 END
OLDNEW

Powered by Google App Engine
This is Rietveld