4 ** The author disclaims copyright to this source code. In place of
5 ** a legal notice, here is a blessing:
7 ** May you do good and not evil.
8 ** May you find forgiveness for yourself and forgive others.
9 ** May you share freely, never taking more than you give.
11 ******************************************************************************
13 ** This file contains code and resources that are specific to Windows.
16 #if !defined(_WIN32_WCE)
20 #endif /* !defined(_WIN32_WCE) */
22 #if !defined(VS_FF_NONE)
23 # define VS_FF_NONE 0x00000000L
24 #endif /* !defined(VS_FF_NONE) */
27 #include "sqlite3rc.h"
30 * English (U.S.) resources
34 LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
35 #pragma code_page(1252)
36 #endif /* defined(_WIN32) */
42 #define IDI_SQLITE 101
44 IDI_SQLITE ICON "..\\art\\sqlite370.ico"
50 VS_VERSION_INFO VERSIONINFO
51 FILEVERSION SQLITE_RESOURCE_VERSION
52 PRODUCTVERSION SQLITE_RESOURCE_VERSION
53 FILEFLAGSMASK VS_FFI_FILEFLAGSMASK
58 #endif /* defined(_DEBUG) */
61 FILESUBTYPE VFT2_UNKNOWN
63 BLOCK "StringFileInfo"
67 VALUE "CompanyName", "SQLite Development Team"
68 VALUE "FileDescription", "SQLite is a software library that implements a self-contained, serverless, zero-configuration, transactional SQL database engine."
69 VALUE "FileVersion", SQLITE_VERSION
70 VALUE "InternalName", "sqlite3"
71 VALUE "LegalCopyright", "http://www.sqlite.org/copyright.html"
72 VALUE "ProductName", "SQLite"
73 VALUE "ProductVersion", SQLITE_VERSION
74 VALUE "SourceId", SQLITE_SOURCE_ID
79 VALUE "Translation", 0x409, 0x4b0