other-licenses/nsis/Contrib/ServicesHelper/ServicesHelper.rc

Fri, 16 Jan 2015 18:13:44 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Fri, 16 Jan 2015 18:13:44 +0100
branch
TOR_BUG_9701
changeset 14
925c144e1f1f
permissions
-rw-r--r--

Integrate suggestion from review to improve consistency with existing code.

michael@0 1 // Microsoft Visual C++ generated resource script.
michael@0 2 //
michael@0 3 #include "resource.h"
michael@0 4
michael@0 5 #define APSTUDIO_READONLY_SYMBOLS
michael@0 6 /////////////////////////////////////////////////////////////////////////////
michael@0 7 //
michael@0 8 // Generated from the TEXTINCLUDE 2 resource.
michael@0 9 //
michael@0 10 #include "afxres.h"
michael@0 11
michael@0 12 /////////////////////////////////////////////////////////////////////////////
michael@0 13 #undef APSTUDIO_READONLY_SYMBOLS
michael@0 14
michael@0 15 /////////////////////////////////////////////////////////////////////////////
michael@0 16 // English (United States) resources
michael@0 17
michael@0 18 #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
michael@0 19 LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
michael@0 20 #pragma code_page(1252)
michael@0 21
michael@0 22 #ifdef APSTUDIO_INVOKED
michael@0 23 /////////////////////////////////////////////////////////////////////////////
michael@0 24 //
michael@0 25 // TEXTINCLUDE
michael@0 26 //
michael@0 27
michael@0 28 1 TEXTINCLUDE
michael@0 29 BEGIN
michael@0 30 "resource.h\0"
michael@0 31 END
michael@0 32
michael@0 33 2 TEXTINCLUDE
michael@0 34 BEGIN
michael@0 35 "#include ""afxres.h""\r\n"
michael@0 36 "\0"
michael@0 37 END
michael@0 38
michael@0 39 3 TEXTINCLUDE
michael@0 40 BEGIN
michael@0 41 "\r\n"
michael@0 42 "\0"
michael@0 43 END
michael@0 44
michael@0 45 #endif // APSTUDIO_INVOKED
michael@0 46
michael@0 47
michael@0 48 /////////////////////////////////////////////////////////////////////////////
michael@0 49 //
michael@0 50 // Version
michael@0 51 //
michael@0 52
michael@0 53 VS_VERSION_INFO VERSIONINFO
michael@0 54 FILEVERSION 1,0,0,0
michael@0 55 PRODUCTVERSION 1,0,0,0
michael@0 56 FILEFLAGSMASK 0x17L
michael@0 57 #ifdef _DEBUG
michael@0 58 FILEFLAGS 0x1L
michael@0 59 #else
michael@0 60 FILEFLAGS 0x0L
michael@0 61 #endif
michael@0 62 FILEOS 0x4L
michael@0 63 FILETYPE 0x2L
michael@0 64 FILESUBTYPE 0x0L
michael@0 65 BEGIN
michael@0 66 BLOCK "StringFileInfo"
michael@0 67 BEGIN
michael@0 68 BLOCK "040904b0"
michael@0 69 BEGIN
michael@0 70 VALUE "FileDescription", "NSIS Plug-in for managing Windows services"
michael@0 71 VALUE "FileVersion", "1, 0, 0, 0"
michael@0 72 VALUE "InternalName", "ServicesHelper"
michael@0 73 VALUE "LegalCopyright", "MPL 1.1+/GPL 2.0+/LGPL 2.1+"
michael@0 74 VALUE "OriginalFilename", "ServicesHelper.dll"
michael@0 75 VALUE "ProductName", "ServicesHelper"
michael@0 76 VALUE "ProductVersion", "1, 0, 0, 0"
michael@0 77 END
michael@0 78 END
michael@0 79 BLOCK "VarFileInfo"
michael@0 80 BEGIN
michael@0 81 VALUE "Translation", 0x409, 1200
michael@0 82 END
michael@0 83 END
michael@0 84
michael@0 85 #endif // English (United States) resources
michael@0 86 /////////////////////////////////////////////////////////////////////////////
michael@0 87
michael@0 88
michael@0 89
michael@0 90 #ifndef APSTUDIO_INVOKED
michael@0 91 /////////////////////////////////////////////////////////////////////////////
michael@0 92 //
michael@0 93 // Generated from the TEXTINCLUDE 3 resource.
michael@0 94 //
michael@0 95
michael@0 96
michael@0 97 /////////////////////////////////////////////////////////////////////////////
michael@0 98 #endif // not APSTUDIO_INVOKED
michael@0 99

mercurial