Warning, /sdk/kdiff3/diff_ext_for_kdiff3/diff_ext_for_kdiff3.rc is written in an unsupported language. File is not indexed.
0001 /*
0002 * Copyright (c) 2003-2006, Sergey Zorin. All rights reserved.
0003 *
0004 * Redistribution and use in source and binary forms, with or without
0005 * modification, are permitted provided that the following conditions
0006 * are met:
0007
0008 * 1. Redistributions of source code must retain the above copyright
0009 * notice, this list of conditions and the following disclaimer.
0010 * 2. Redistributions in binary form must reproduce the above copyright
0011 * notice, this list of conditions and the following disclaimer in the
0012 * documentation and/or other materials provided with the distribution.
0013 *
0014 * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
0015 * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
0016 * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
0017 * IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
0018 * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
0019 * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
0020 * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
0021 * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
0022 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
0023 * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
0024 *
0025 */
0026
0027 #include <windows.h>
0028
0029 LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
0030
0031 VS_VERSION_INFO VERSIONINFO
0032 FILEVERSION 1,6,1,145
0033 PRODUCTVERSION 1,6,1,145
0034 FILEFLAGSMASK 0x3fL
0035 #ifdef _DEBUG
0036 FILEFLAGS VS_FF_DEBUG
0037 #else
0038 FILEFLAGS 0L
0039 #endif
0040 FILEOS VOS_NT_WINDOWS32
0041 FILETYPE VFT_DLL
0042 FILESUBTYPE VFT_UNKNOWN
0043 {
0044 BLOCK "StringFileInfo"
0045 {
0046 BLOCK "040904b0"
0047 {
0048 VALUE "Comments", ""
0049 VALUE "CompanyName", ""
0050 VALUE "FileDescription", "diff shell extension"
0051 VALUE "FileVersion", "Release 1.6.1"
0052 VALUE "InternalName", "diff shell extension"
0053 VALUE "LegalCopyright", "Copyright © 2003-2005 Sergey Zorin"
0054 VALUE "LegalTrademarks", ""
0055 VALUE "OriginalFilename", "diff_ext.dll"
0056 VALUE "PrivateBuild", ""
0057 VALUE "ProductName", "Diff Context Menu Extension"
0058 VALUE "ProductVersion", "Release 1.6.1"
0059 }
0060 }
0061 BLOCK "VarFileInfo"
0062 {
0063 VALUE "Translation", 0x409, 1200
0064 }
0065 }