]> git.saurik.com Git - apple/mdnsresponder.git/blob - mDNSWindows/SystemService/Service.rc
mDNSResponder-107.6.tar.gz
[apple/mdnsresponder.git] / mDNSWindows / SystemService / Service.rc
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 "winres.h"
11 #include "WinVersRes.h"
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
20 LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
21 #pragma code_page(1252)
22 #endif //_WIN32
23
24 /////////////////////////////////////////////////////////////////////////////
25 //
26 // Version
27 //
28
29 VS_VERSION_INFO VERSIONINFO
30 FILEVERSION MASTER_PROD_VERS
31 PRODUCTVERSION MASTER_PROD_VERS
32 FILEFLAGSMASK 0x3fL
33 #ifdef _DEBUG
34 FILEFLAGS 0x1L
35 #else
36 FILEFLAGS 0x0L
37 #endif
38 FILEOS 0x4L
39 FILETYPE 0x1L
40 FILESUBTYPE 0x0L
41 BEGIN
42 BLOCK "StringFileInfo"
43 BEGIN
44 BLOCK "040904b0"
45 BEGIN
46 VALUE "CompanyName", "Apple Computer, Inc."
47 VALUE "FileDescription", "Bonjour Service"
48 VALUE "FileVersion", MASTER_PROD_VERS_STR
49 VALUE "InternalName", "mDNSResponder.exe"
50 VALUE "LegalCopyright", MASTER_LEGAL_COPYRIGHT
51 VALUE "OriginalFilename", "mDNSResponder.exe"
52 VALUE "ProductName", MASTER_PROD_NAME
53 VALUE "ProductVersion", MASTER_PROD_VERS_STR
54 END
55 END
56 BLOCK "VarFileInfo"
57 BEGIN
58 VALUE "Translation", 0x409, 1200
59 END
60 END
61
62
63 #ifdef APSTUDIO_INVOKED
64 /////////////////////////////////////////////////////////////////////////////
65 //
66 // TEXTINCLUDE
67 //
68
69 1 TEXTINCLUDE
70 BEGIN
71 "resource.h\0"
72 END
73
74 2 TEXTINCLUDE
75 BEGIN
76 "#include ""winres.h""\r\n"
77 "#include ""WinVersRes.h""\0"
78 END
79
80 3 TEXTINCLUDE
81 BEGIN
82 "\r\n"
83 "\0"
84 END
85
86 #endif // APSTUDIO_INVOKED
87
88
89 /////////////////////////////////////////////////////////////////////////////
90 //
91 // String Table
92 //
93
94 STRINGTABLE
95 BEGIN
96 IDS_SERVICE_DESCRIPTION "Enables hardware devices and software services to automatically configure themselves on the network and advertise their presence, so that users can discover and use those services without any unnecessary manual setup or administration."
97 END
98
99 #endif // English (U.S.) resources
100 /////////////////////////////////////////////////////////////////////////////
101
102
103
104 #ifndef APSTUDIO_INVOKED
105 /////////////////////////////////////////////////////////////////////////////
106 //
107 // Generated from the TEXTINCLUDE 3 resource.
108 //
109
110
111 /////////////////////////////////////////////////////////////////////////////
112 #endif // not APSTUDIO_INVOKED
113