root/trunk/src/trinitycore/TrinityCore.rc @ 28

Revision 28, 2.5 kB (checked in by yumileroy, 17 years ago)

[svn] * Updated to 6743 and 685

Moved language id used by Arena to a higher place to solve conflicts
Added the empty script folders

Original author: Neo2003
Date: 2008-10-09 08:42:22-05:00

Line 
1/*
2 * Copyright (C) 2005-2008 MaNGOS <http://www.mangosproject.org/>
3 *
4 * This program is free software; you can redistribute it and/or modify
5 * it under the terms of the GNU General Public License as published by
6 * the Free Software Foundation; either version 2 of the License, or
7 * (at your option) any later version.
8 *
9 * This program is distributed in the hope that it will be useful,
10 * but WITHOUT ANY WARRANTY; without even the implied warranty of
11 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
12 * GNU General Public License for more details.
13 *
14 * You should have received a copy of the GNU General Public License
15 * along with this program; if not, write to the Free Software
16 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
17 */
18
19#include "resource.h"
20
21#define APSTUDIO_READONLY_SYMBOLS
22/////////////////////////////////////////////////////////////////////////////
23//
24// Generated from the TEXTINCLUDE 2 resource.
25//
26#include "windows.h"
27
28/////////////////////////////////////////////////////////////////////////////
29#undef APSTUDIO_READONLY_SYMBOLS
30
31/////////////////////////////////////////////////////////////////////////////
32//
33// Icon
34//
35
36// Icon with lowest ID value placed first to ensure application icon
37// remains consistent on all systems.
38IDI_APPICON             ICON                    "TrinityCore.ico"
39
40/////////////////////////////////////////////////////////////////////////////
41// Neutre (Par défaut système) resources
42
43#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_NEUSD)
44#ifdef _WIN32
45LANGUAGE LANG_NEUTRAL, SUBLANG_SYS_DEFAULT
46#pragma code_page(1252)
47#endif //_WIN32
48
49/////////////////////////////////////////////////////////////////////////////
50//
51// Version
52//
53
54VS_VERSION_INFO VERSIONINFO
55 FILEVERSION 0,4,6743,685
56 PRODUCTVERSION 0,4,6743,685
57 FILEFLAGSMASK 0x17L
58#ifdef _DEBUG
59 FILEFLAGS 0x1L
60#else
61 FILEFLAGS 0x0L
62#endif
63 FILEOS 0x0L
64 FILETYPE 0x0L
65 FILESUBTYPE 0x0L
66BEGIN
67    BLOCK "StringFileInfo"
68    BEGIN
69        BLOCK "080004b0"
70        BEGIN
71            VALUE "FileDescription", "TrinityCore"
72            VALUE "FileVersion", "0, 4, 6743, 685"
73            VALUE "InternalName", "TrinityCore"
74            VALUE "LegalCopyright", "Copyright (C) 2008"
75            VALUE "OriginalFilename", "TrinityCore.exe"
76            VALUE "ProductName", "TrinityCore"
77            VALUE "ProductVersion", "0, 4, 6743, 685"
78        END
79    END
80    BLOCK "VarFileInfo"
81    BEGIN
82        VALUE "Translation", 0x800, 1200
83    END
84END
85#endif
Note: See TracBrowser for help on using the browser.