toolkit/components/maintenanceservice/maintenanceservice.rc

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/toolkit/components/maintenanceservice/maintenanceservice.rc	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,86 @@
     1.4 +/* This Source Code Form is subject to the terms of the Mozilla Public
     1.5 + * License, v. 2.0. If a copy of the MPL was not distributed with this
     1.6 + * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
     1.7 +
     1.8 +// Microsoft Visual C++ generated resource script.
     1.9 +//
    1.10 +#include "resource.h"
    1.11 +
    1.12 +#define APSTUDIO_READONLY_SYMBOLS
    1.13 +/////////////////////////////////////////////////////////////////////////////
    1.14 +//
    1.15 +// Generated from the TEXTINCLUDE 2 resource.
    1.16 +//
    1.17 +#include "winresrc.h"
    1.18 +
    1.19 +/////////////////////////////////////////////////////////////////////////////
    1.20 +#undef APSTUDIO_READONLY_SYMBOLS
    1.21 +
    1.22 +/////////////////////////////////////////////////////////////////////////////
    1.23 +// English (U.S.) resources
    1.24 +
    1.25 +#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
    1.26 +#ifdef _WIN32
    1.27 +LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
    1.28 +#pragma code_page(1252)
    1.29 +#endif //_WIN32
    1.30 +
    1.31 +/////////////////////////////////////////////////////////////////////////////
    1.32 +//
    1.33 +// RT_MANIFEST
    1.34 +//
    1.35 +
    1.36 +1                       RT_MANIFEST             "maintenanceservice.exe.manifest"
    1.37 +
    1.38 +/////////////////////////////////////////////////////////////////////////////
    1.39 +//
    1.40 +// DESIGNINFO
    1.41 +//
    1.42 +
    1.43 +#ifdef APSTUDIO_INVOKED
    1.44 +GUIDELINES DESIGNINFO 
    1.45 +BEGIN
    1.46 +END
    1.47 +#endif    // APSTUDIO_INVOKED
    1.48 +
    1.49 +
    1.50 +#ifdef APSTUDIO_INVOKED
    1.51 +/////////////////////////////////////////////////////////////////////////////
    1.52 +//
    1.53 +// TEXTINCLUDE
    1.54 +//
    1.55 +
    1.56 +1 TEXTINCLUDE 
    1.57 +BEGIN
    1.58 +    "resource.h\0"
    1.59 +END
    1.60 +
    1.61 +2 TEXTINCLUDE 
    1.62 +BEGIN
    1.63 +    "#include ""winresrc.h""\r\n"
    1.64 +    "\0"
    1.65 +END
    1.66 +
    1.67 +3 TEXTINCLUDE 
    1.68 +BEGIN
    1.69 +    "\r\n"
    1.70 +    "\0"
    1.71 +END
    1.72 +
    1.73 +#endif    // APSTUDIO_INVOKED
    1.74 +
    1.75 +#endif    // English (U.S.) resources
    1.76 +/////////////////////////////////////////////////////////////////////////////
    1.77 +
    1.78 +
    1.79 +
    1.80 +#ifndef APSTUDIO_INVOKED
    1.81 +/////////////////////////////////////////////////////////////////////////////
    1.82 +//
    1.83 +// Generated from the TEXTINCLUDE 3 resource.
    1.84 +//
    1.85 +
    1.86 +
    1.87 +/////////////////////////////////////////////////////////////////////////////
    1.88 +#endif    // not APSTUDIO_INVOKED
    1.89 +

mercurial