KFW Network Identity Manager (Beta 2)
[krb5.git] / src / windows / identity / nidmgrdll / nidmgrdll.rc
1 /*\r
2  * Copyright (c) 2004 Massachusetts Institute of Technology\r
3  *\r
4  * Permission is hereby granted, free of charge, to any person\r
5  * obtaining a copy of this software and associated documentation\r
6  * files (the "Software"), to deal in the Software without\r
7  * restriction, including without limitation the rights to use, copy,\r
8  * modify, merge, publish, distribute, sublicense, and/or sell copies\r
9  * of the Software, and to permit persons to whom the Software is\r
10  * furnished to do so, subject to the following conditions:\r
11  *\r
12  * The above copyright notice and this permission notice shall be\r
13  * included in all copies or substantial portions of the Software.\r
14  *\r
15  * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,\r
16  * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\r
17  * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND\r
18  * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS\r
19  * BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN\r
20  * ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\r
21  * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\r
22  * SOFTWARE.\r
23  */\r
24 \r
25 /* $Id$ */\r
26 \r
27 #include<afxres.h>\r
28 #include<netidmgr_intver.h>\r
29 \r
30 #ifdef _WIN32\r
31 LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US\r
32 #pragma code_page(1252)\r
33 #endif\r
34 \r
35 1 VERSIONINFO\r
36  FILEVERSION KH_VERSION_LIST\r
37  PRODUCTVERSION KH_VERSION_LIST\r
38  FILEFLAGSMASK 0x17L\r
39  FILEFLAGS KH_VER_FILEFLAGS\r
40  FILEOS KH_VER_FILEOS\r
41  FILETYPE KH_VER_FILETYPEDLL\r
42  FILESUBTYPE 0x0L\r
43 BEGIN\r
44     BLOCK "StringFileInfo"\r
45     BEGIN\r
46         BLOCK "040904b0"\r
47         BEGIN\r
48             VALUE "CompanyName", KH_VERSTR_COMPANY_1033\r
49             VALUE "FileDescription", "NetIDMgr API"\r
50             VALUE "FileVersion", KH_VERSION_STRING\r
51             VALUE "InternalName", "nidmgr32"\r
52             VALUE "LegalCopyright", KH_VERSTR_COPYRIGHT_1033\r
53             VALUE "OriginalFilename", "nidmgr32.dll"\r
54             VALUE "ProductName", KH_VERSTR_PRODUCT_1033\r
55             VALUE "ProductVersion", KH_VERSTR_VERSION_1033\r
56 #ifdef KH_VERSTR_COMMENT_1033\r
57             VALUE "Comments",     KH_VERSTR_COMMENT_1033\r
58 #endif\r
59 #ifdef KH_VERSTR_PRIVATE_1033\r
60             VALUE "PrivateBuild", KH_VERSTR_PRIVATE_1033\r
61 #endif\r
62 #ifdef KH_VERSTR_SPECIAL_1033\r
63             VALUE "SpecialBuild", KH_VERSTR_SPECIAL_1033\r
64 #endif\r
65         END\r
66     END\r
67 \r
68 /* Language independent */\r
69     BLOCK "VarFileInfo"\r
70     BEGIN\r
71         VALUE "Translation", 0x409, 1200\r
72     END\r
73 \r
74 END\r