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

Side by Side Diff: src/installer-ca/abp_ca.rc

Issue 11521026: initial custom action library, "hello, world" quality (Closed)
Patch Set: Created Sept. 3, 2013, 12:48 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 //------------------------------------------------------------------------------ --------------------
2 // <copyright file="wixca.rc" company="Outercurve Foundation">
3 // Copyright (c) 2004, Outercurve Foundation.
4 // This software is released under Microsoft Reciprocal License (MS-RL).
5 // The license and further copyright text can be found in the file
6 // LICENSE.TXT at the root directory of the distribution.
7 // </copyright>
8 //
9 // <summary>
10 // WiX shim to native code resource file.
11 // </summary>
12 //------------------------------------------------------------------------------ --------------------
13
14 // Additional resources here
15 #include <winver.h>
16
17 VS_VERSION_INFO VERSIONINFO
18 FILEVERSION 0.0.1
19 PRODUCTVERSION 0.0.1
20 FILEFLAGSMASK VS_FFI_FILEFLAGSMASK
21 FILEFLAGS ( VS_FF_DEBUG | VS_FF_PRERELEASE )
22 FILEOS VOS__WINDOWS32
23 FILETYPE VFT_DLL
24 FILESUBTYPE 0
25 BEGIN
26 BLOCK "StringFileInfo"
27 BEGIN
28 BLOCK "000004E4"
29 BEGIN
30 VALUE "CompanyName", "Eyeo, GmbH"
31 VALUE "FileDescription", "Installer Custom Action Library"
32 VALUE "FileVersion", "0.0.1"
33 VALUE "InternalName", "installer-ca"
34 VALUE "OriginalFilename", "installer-ca.dll"
35 VALUE "ProductName", "Adblock Plus for IE"
36 END
37 END
38 END
OLDNEW

Powered by Google App Engine
This is Rietveld