source: nscp/service/NSClient++.rc @ 2305b35

0.4.00.4.10.4.2
Last change on this file since 2305b35 was f0eb62d, checked in by Michael Medin <michael@…>, 4 years ago

Refactored service into its own project

  • Property mode set to 100644
File size: 1.8 KB
Line 
1// Microsoft Visual C++ generated resource script.
2//
3#include "resource.h"
4
5#define APSTUDIO_READONLY_SYMBOLS
6/////////////////////////////////////////////////////////////////////////////
7//
8// Generated from the TEXTINCLUDE 2 resource.
9//
10#include "afxres.h"
11
12/////////////////////////////////////////////////////////////////////////////
13#undef APSTUDIO_READONLY_SYMBOLS
14
15/////////////////////////////////////////////////////////////////////////////
16// English (U.S.) resources
17
18#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
19#ifdef _WIN32
20LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
21#pragma code_page(1252)
22#endif //_WIN32
23
24/////////////////////////////////////////////////////////////////////////////
25//
26// Icon
27//
28
29// Icon with lowest ID value placed first to ensure application icon
30// remains consistent on all systems.
31IDI_STANDBY             ICON                    "res/standby.ico"
32#endif    // English (U.S.) resources
33/////////////////////////////////////////////////////////////////////////////
34
35
36/////////////////////////////////////////////////////////////////////////////
37// Swedish resources
38
39#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_SVE)
40#ifdef _WIN32
41LANGUAGE LANG_SWEDISH, SUBLANG_DEFAULT
42#pragma code_page(1252)
43#endif //_WIN32
44
45#ifdef APSTUDIO_INVOKED
46/////////////////////////////////////////////////////////////////////////////
47//
48// TEXTINCLUDE
49//
50
511 TEXTINCLUDE
52BEGIN
53    "resource.\0"
54END
55
56
573 TEXTINCLUDE
58BEGIN
59    "\r\0"
60END
61
62#endif    // APSTUDIO_INVOKED
63
64#endif    // Swedish resources
65/////////////////////////////////////////////////////////////////////////////
66
67
68
69#ifndef APSTUDIO_INVOKED
70/////////////////////////////////////////////////////////////////////////////
71//
72// Generated from the TEXTINCLUDE 3 resource.
73//
74
75
76/////////////////////////////////////////////////////////////////////////////
77#endif    // not APSTUDIO_INVOKED
78
Note: See TracBrowser for help on using the repository browser.