1 /* -*- Mode: C; tab-width: 4 -*-
3 * Copyright (c) 2004 Apple Computer, Inc. All rights reserved.
5 * Licensed under the Apache License, Version 2.0 (the "License");
6 * you may not use this file except in compliance with the License.
7 * You may obtain a copy of the License at
9 * http://www.apache.org/licenses/LICENSE-2.0
11 * Unless required by applicable law or agreed to in writing, software
12 * distributed under the License is distributed on an "AS IS" BASIS,
13 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14 * See the License for the specific language governing permissions and
15 * limitations under the License.
17 Change History (most recent first):
20 Revision 1.5 2007/04/27 20:34:31 herscher
21 <rdar://problem/5159673> mDNS: Company name needs to be changed to Apple Inc.
23 Revision 1.4 2006/08/14 23:26:04 cheshire
24 Re-licensed mDNSResponder daemon source code under Apache License, Version 2.0
26 Revision 1.3 2004/10/19 03:41:42 shersche
27 <rdar://problem/3843396> Include "afxres.h" to resource script so it gets compiled correctly
30 Revision 1.2 2004/06/26 21:27:38 rpantos
31 Update to use WinVersRes.h
33 Revision 1.1 2004/06/26 20:06:51 rpantos
34 Update to use WinVersRes.h
43 #include "../WinVersRes.h"
45 /////////////////////////////////////////////////////////////////////////////
50 VS_VERSION_INFO VERSIONINFO
51 FILEVERSION MASTER_PROD_VERS
52 PRODUCTVERSION MASTER_PROD_VERS
63 BLOCK "StringFileInfo"
67 VALUE "CompanyName", MASTER_COMPANY_NAME
68 VALUE "FileDescription", MASTER_PROD_NAME " support for Java"
69 VALUE "FileVersion", MASTER_PROD_VERS_STR
70 VALUE "InternalName", "jdns_sd"
71 VALUE "LegalCopyright", MASTER_LEGAL_COPYRIGHT
72 VALUE "OriginalFilename", "jdns_sd.dll"
73 VALUE "ProductName", MASTER_PROD_NAME
74 VALUE "ProductVersion", MASTER_PROD_VERS_STR
79 VALUE "Translation", 0x409, 1200