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

Wed, 31 Dec 2014 06:09:35 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Wed, 31 Dec 2014 06:09:35 +0100
changeset 0
6474c204b198
permissions
-rw-r--r--

Cloned upstream origin tor-browser at tor-browser-31.3.0esr-4.5-1-build1
revision ID fc1c9ff7c1b2defdbc039f12214767608f46423f for hacking purpose.

     1 // Microsoft Visual C++ generated resource script.
     2 //
     3 #include "resource.h"
     5 #define APSTUDIO_READONLY_SYMBOLS
     6 /////////////////////////////////////////////////////////////////////////////
     7 //
     8 // Generated from the TEXTINCLUDE 2 resource.
     9 //
    10 #include "afxres.h"
    12 /////////////////////////////////////////////////////////////////////////////
    13 #undef APSTUDIO_READONLY_SYMBOLS
    15 /////////////////////////////////////////////////////////////////////////////
    16 // English (U.S.) resources
    18 #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
    19 #ifdef _WIN32
    20 LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
    21 #pragma code_page(1252)
    22 #endif //_WIN32
    24 #ifdef APSTUDIO_INVOKED
    25 /////////////////////////////////////////////////////////////////////////////
    26 //
    27 // TEXTINCLUDE
    28 //
    30 1 TEXTINCLUDE 
    31 BEGIN
    32     "resource.h\0"
    33 END
    35 2 TEXTINCLUDE 
    36 BEGIN
    37     "#include ""afxres.h""\r\n"
    38     "\0"
    39 END
    41 3 TEXTINCLUDE 
    42 BEGIN
    43     "\r\n"
    44     "\0"
    45 END
    47 #endif    // APSTUDIO_INVOKED
    50 /////////////////////////////////////////////////////////////////////////////
    51 //
    52 // Version
    53 //
    55 VS_VERSION_INFO VERSIONINFO
    56  FILEVERSION 1,0,0,0
    57  PRODUCTVERSION 1,0,0,0
    58  FILEFLAGSMASK 0x17L
    59 #ifdef _DEBUG
    60  FILEFLAGS 0x1L
    61 #else
    62  FILEFLAGS 0x0L
    63 #endif
    64  FILEOS 0x4L
    65  FILETYPE 0x2L
    66  FILESUBTYPE 0x0L
    67 BEGIN
    68     BLOCK "StringFileInfo"
    69     BEGIN
    70         BLOCK "040904b0"
    71         BEGIN
    72             VALUE "FileDescription", "NSIS Plug-in for managing Application Modal ID resources"
    73             VALUE "FileVersion", "1, 0, 0, 0"
    74             VALUE "InternalName", "ApplicationID"
    75             VALUE "LegalCopyright", "Original code Copyright (c) 2009 Mike Anchor"
    76             VALUE "OriginalFilename", "ApplicationID.dll"
    77             VALUE "ProductName", "ApplicationID"
    78             VALUE "ProductVersion", "1, 0, 0, 0"
    79         END
    80     END
    81     BLOCK "VarFileInfo"
    82     BEGIN
    83         VALUE "Translation", 0x409, 1200
    84     END
    85 END
    87 #endif    // English (U.S.) resources
    88 /////////////////////////////////////////////////////////////////////////////
    92 #ifndef APSTUDIO_INVOKED
    93 /////////////////////////////////////////////////////////////////////////////
    94 //
    95 // Generated from the TEXTINCLUDE 3 resource.
    96 //
    99 /////////////////////////////////////////////////////////////////////////////
   100 #endif    // not APSTUDIO_INVOKED

mercurial