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

Side by Side Diff: src/plugin/AdblockPlus.rc

Issue 4533401491079168: Issue #1236 - Update PE metadata in the plugin and the engine (Closed)
Patch Set: Created Feb. 4, 2015, 4:52 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
« no previous file with comments | « src/engine/engine.rc ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Microsoft Visual C++ generated resource script. 1 // Microsoft Visual C++ generated resource script.
2 // 2 //
3 #include "../shared/Version.h" 3 #include "../shared/Version.h"
4 #include "Resource.h" 4 #include "Resource.h"
5 5
6 #define APSTUDIO_READONLY_SYMBOLS 6 #define APSTUDIO_READONLY_SYMBOLS
7 #include "winres.h" 7 #include "winres.h"
8 #undef APSTUDIO_READONLY_SYMBOLS 8 #undef APSTUDIO_READONLY_SYMBOLS
9 9
10 ///////////////////////////////////////////////////////////////////////////// 10 /////////////////////////////////////////////////////////////////////////////
(...skipping 17 matching lines...) Expand all
28 FILEFLAGS 0x0L 28 FILEFLAGS 0x0L
29 #endif 29 #endif
30 FILEOS 0x4L 30 FILEOS 0x4L
31 FILETYPE 0x2L 31 FILETYPE 0x2L
32 FILESUBTYPE 0x0L 32 FILESUBTYPE 0x0L
33 BEGIN 33 BEGIN
34 BLOCK "StringFileInfo" 34 BLOCK "StringFileInfo"
35 BEGIN 35 BEGIN
36 BLOCK "040904b0" 36 BLOCK "040904b0"
37 BEGIN 37 BEGIN
38 VALUE "CompanyName", "Adblock Plus" 38 VALUE "CompanyName", "Eyeo GmbH"
39 VALUE "FileDescription", "Adblock Plus Module" 39 VALUE "FileDescription", "Adblock Plus BHO for Internet Explorer"
40 VALUE "FileVersion", VERSIONINFO_VERSION_STR 40 VALUE "FileVersion", VERSIONINFO_VERSION_STR
41 VALUE "InternalName", "Adblock Plus" 41 VALUE "InternalName", "Adblock Plus BHO"
42 VALUE "LegalCopyright", "Copyright 2013" 42 VALUE "LegalCopyright", "Copyright (C) 2006-2015 Eyeo GmbH"
43 VALUE "OriginalFilename", "AdblockPlus.dll" 43 VALUE "OriginalFilename", "AdblockPlus.dll"
44 VALUE "ProductName", "Adblock Plus" 44 VALUE "ProductName", "Adblock Plus"
45 VALUE "ProductVersion", VERSIONINFO_VERSION_STR 45 VALUE "ProductVersion", VERSIONINFO_VERSION_STR
46 END 46 END
47 END 47 END
48 BLOCK "VarFileInfo" 48 BLOCK "VarFileInfo"
49 BEGIN 49 BEGIN
50 VALUE "Translation", 0x409, 1200 50 VALUE "Translation", 0x409, 1200
51 END 51 END
52 END 52 END
(...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after
95 // Generated from the TEXTINCLUDE 3 resource. 95 // Generated from the TEXTINCLUDE 3 resource.
96 // 96 //
97 #ifdef _WIN64 97 #ifdef _WIN64
98 1 TYPELIB "../../build/x64/AdblockPlus.tlb" 98 1 TYPELIB "../../build/x64/AdblockPlus.tlb"
99 #else 99 #else
100 1 TYPELIB "../../build/ia32/AdblockPlus.tlb" 100 1 TYPELIB "../../build/ia32/AdblockPlus.tlb"
101 #endif 101 #endif
102 102
103 ///////////////////////////////////////////////////////////////////////////// 103 /////////////////////////////////////////////////////////////////////////////
104 #endif // not APSTUDIO_INVOKED 104 #endif // not APSTUDIO_INVOKED
OLDNEW
« no previous file with comments | « src/engine/engine.rc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld