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

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

Issue 29329159: Issue #1185 - Fix formatting in installer-lib and its tests (Closed)
Patch Set: Created Oct. 15, 2015, 7:03 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 | « no previous file | installer/src/custom-action/close_application.cpp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Resource file for the custom action library 1 // Resource file for the custom action library
2 2
3 #include <winver.h> 3 #include <winver.h>
4 4
5 VS_VERSION_INFO VERSIONINFO 5 VS_VERSION_INFO VERSIONINFO
6 FILEVERSION» 0.0.1 6 FILEVERSION 0.0.1
7 PRODUCTVERSION» 0.0.1 7 PRODUCTVERSION 0.0.1
8 FILEFLAGSMASK VS_FFI_FILEFLAGSMASK 8 FILEFLAGSMASK VS_FFI_FILEFLAGSMASK
9 FILEFLAGS» ( VS_FF_DEBUG | VS_FF_PRERELEASE ) 9 FILEFLAGS ( VS_FF_DEBUG | VS_FF_PRERELEASE )
10 FILEOS» » VOS__WINDOWS32 10 FILEOS VOS__WINDOWS32
11 FILETYPE» VFT_DLL 11 FILETYPE VFT_DLL
12 FILESUBTYPE» 0 12 FILESUBTYPE 0
13 BEGIN 13 BEGIN
14 BLOCK "StringFileInfo" 14 BLOCK "StringFileInfo"
15 BEGIN 15 BEGIN
16 BLOCK "000004E4" 16 BLOCK "000004E4"
17 BEGIN 17 BEGIN
18 VALUE "CompanyName", "Eyeo, GmbH" 18 VALUE "CompanyName", "Eyeo, GmbH"
19 VALUE "FileDescription", "Installer Custom Action Library" 19 VALUE "FileDescription", "Installer Custom Action Library"
20 VALUE "FileVersion", "0.0.1" 20 VALUE "FileVersion", "0.0.1"
21 VALUE "InternalName", "installer-ca" 21 VALUE "InternalName", "installer-ca"
22 VALUE "OriginalFilename", "installer-ca.dll" 22 VALUE "OriginalFilename", "installer-ca.dll"
23 VALUE "ProductName", "Adblock Plus for IE" 23 VALUE "ProductName", "Adblock Plus for IE"
24 END 24 END
25 END 25 END
26 END 26 END
OLDNEW
« no previous file with comments | « no previous file | installer/src/custom-action/close_application.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld