1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements.  See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership.  The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance
9 * with the License.  You may obtain a copy of the License at
10 *
11 *   http://www.apache.org/licenses/LICENSE-2.0
12 *
13 * Unless required by applicable law or agreed to in writing,
14 * software distributed under the License is distributed on an
15 * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16 * KIND, either express or implied.  See the License for the
17 * specific language governing permissions and limitations
18 * under the License.
19 *
20 *************************************************************/
21
22
23
24#include "resource.h"
25
26#define APSTUDIO_READONLY_SYMBOLS
27/////////////////////////////////////////////////////////////////////////////
28//
29// Generated from the TEXTINCLUDE 2 resource.
30//
31#include "winres.h"
32
33/////////////////////////////////////////////////////////////////////////////
34#undef APSTUDIO_READONLY_SYMBOLS
35
36/////////////////////////////////////////////////////////////////////////////
37// German (Germany) resources
38
39#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_DEU)
40#ifdef _WIN32
41LANGUAGE LANG_GERMAN, SUBLANG_GERMAN
42#pragma code_page(1252)
43#endif //_WIN32
44
45/////////////////////////////////////////////////////////////////////////////
46//
47// REGISTRY
48//
49
50IDR_CALLBACK            REGISTRY DISCARDABLE    "Callback.rgs"
51IDR_SIMPLE              REGISTRY DISCARDABLE    "Simple.rgs"
52#endif    // German (Germany) resources
53/////////////////////////////////////////////////////////////////////////////
54
55
56/////////////////////////////////////////////////////////////////////////////
57// English (U.S.) resources
58
59#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
60#ifdef _WIN32
61LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
62#pragma code_page(1252)
63#endif //_WIN32
64
65#ifdef APSTUDIO_INVOKED
66/////////////////////////////////////////////////////////////////////////////
67//
68// TEXTINCLUDE
69//
70
711 TEXTINCLUDE DISCARDABLE
72BEGIN
73    "resource.h\0"
74END
75
762 TEXTINCLUDE DISCARDABLE
77BEGIN
78    "#include ""winres.h""\r\n"
79    "\0"
80END
81
823 TEXTINCLUDE DISCARDABLE
83BEGIN
84    "1 TYPELIB ""XCallback_Impl.tlb""\r\n"
85    "\0"
86END
87
88#endif    // APSTUDIO_INVOKED
89
90
91#ifndef _MAC
92/////////////////////////////////////////////////////////////////////////////
93//
94// Version
95//
96
97VS_VERSION_INFO VERSIONINFO
98 FILEVERSION 1,0,0,1
99 PRODUCTVERSION 1,0,0,1
100 FILEFLAGSMASK 0x3fL
101#ifdef _DEBUG
102 FILEFLAGS 0x1L
103#else
104 FILEFLAGS 0x0L
105#endif
106 FILEOS 0x4L
107 FILETYPE 0x2L
108 FILESUBTYPE 0x0L
109BEGIN
110    BLOCK "StringFileInfo"
111    BEGIN
112        BLOCK "040904B0"
113        BEGIN
114            VALUE "CompanyName", "\0"
115            VALUE "FileDescription", "XCallback_Impl Module\0"
116            VALUE "FileVersion", "1, 0, 0, 1\0"
117            VALUE "InternalName", "XCallback_Impl\0"
118            VALUE "LegalCopyright", "Copyright 2000\0"
119            VALUE "OriginalFilename", "XCallback_Impl.DLL\0"
120            VALUE "ProductName", "XCallback_Impl Module\0"
121            VALUE "ProductVersion", "1, 0, 0, 1\0"
122            VALUE "OLESelfRegister", "\0"
123        END
124    END
125    BLOCK "VarFileInfo"
126    BEGIN
127        VALUE "Translation", 0x409, 1200
128    END
129END
130
131#endif    // !_MAC
132
133
134/////////////////////////////////////////////////////////////////////////////
135//
136// String Table
137//
138
139STRINGTABLE DISCARDABLE
140BEGIN
141    IDS_PROJNAME            "XCallback_Impl"
142END
143
144#endif    // English (U.S.) resources
145/////////////////////////////////////////////////////////////////////////////
146
147
148
149#ifndef APSTUDIO_INVOKED
150/////////////////////////////////////////////////////////////////////////////
151//
152// Generated from the TEXTINCLUDE 3 resource.
153//
1541 TYPELIB "XCallback_Impl.tlb"
155
156/////////////////////////////////////////////////////////////////////////////
157#endif    // not APSTUDIO_INVOKED
158
159
160