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

Side by Side Diff: installer/src/installer-lib/test/test-installer-lib-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
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", "Custom action DLL for testing the installer librar y" 19 VALUE "FileDescription", "Custom action DLL for testing the installer librar y"
20 VALUE "FileVersion", "0.0.1" 20 VALUE "FileVersion", "0.0.1"
21 VALUE "InternalName", "installer-library-test-customactions" 21 VALUE "InternalName", "installer-library-test-customactions"
22 VALUE "OriginalFilename", "installer-library-test-customactions.dll" 22 VALUE "OriginalFilename", "installer-library-test-customactions.dll"
23 VALUE "ProductName", "ABP installer library test CA" 23 VALUE "ProductName", "ABP installer library test CA"
24 END 24 END
25 END 25 END
26 END 26 END
OLDNEW

Powered by Google App Engine
This is Rietveld