toolkit/components/maintenanceservice/maintenanceservice.rc

branch
TOR_BUG_3246
changeset 7
129ffea94266
equal deleted inserted replaced
-1:000000000000 0:eb79bf06c5b2
1 /* This Source Code Form is subject to the terms of the Mozilla Public
2 * License, v. 2.0. If a copy of the MPL was not distributed with this
3 * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
4
5 // Microsoft Visual C++ generated resource script.
6 //
7 #include "resource.h"
8
9 #define APSTUDIO_READONLY_SYMBOLS
10 /////////////////////////////////////////////////////////////////////////////
11 //
12 // Generated from the TEXTINCLUDE 2 resource.
13 //
14 #include "winresrc.h"
15
16 /////////////////////////////////////////////////////////////////////////////
17 #undef APSTUDIO_READONLY_SYMBOLS
18
19 /////////////////////////////////////////////////////////////////////////////
20 // English (U.S.) resources
21
22 #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
23 #ifdef _WIN32
24 LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
25 #pragma code_page(1252)
26 #endif //_WIN32
27
28 /////////////////////////////////////////////////////////////////////////////
29 //
30 // RT_MANIFEST
31 //
32
33 1 RT_MANIFEST "maintenanceservice.exe.manifest"
34
35 /////////////////////////////////////////////////////////////////////////////
36 //
37 // DESIGNINFO
38 //
39
40 #ifdef APSTUDIO_INVOKED
41 GUIDELINES DESIGNINFO
42 BEGIN
43 END
44 #endif // APSTUDIO_INVOKED
45
46
47 #ifdef APSTUDIO_INVOKED
48 /////////////////////////////////////////////////////////////////////////////
49 //
50 // TEXTINCLUDE
51 //
52
53 1 TEXTINCLUDE
54 BEGIN
55 "resource.h\0"
56 END
57
58 2 TEXTINCLUDE
59 BEGIN
60 "#include ""winresrc.h""\r\n"
61 "\0"
62 END
63
64 3 TEXTINCLUDE
65 BEGIN
66 "\r\n"
67 "\0"
68 END
69
70 #endif // APSTUDIO_INVOKED
71
72 #endif // English (U.S.) resources
73 /////////////////////////////////////////////////////////////////////////////
74
75
76
77 #ifndef APSTUDIO_INVOKED
78 /////////////////////////////////////////////////////////////////////////////
79 //
80 // Generated from the TEXTINCLUDE 3 resource.
81 //
82
83
84 /////////////////////////////////////////////////////////////////////////////
85 #endif // not APSTUDIO_INVOKED
86

mercurial