[2] | 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" //"afxres.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. |
---|
| 38 | IDI_APPICON ICON "TrinityRealm.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 |
---|
| 45 | LANGUAGE LANG_NEUTRAL, SUBLANG_SYS_DEFAULT |
---|
| 46 | #pragma code_page(1252) |
---|
| 47 | #endif //_WIN32 |
---|
| 48 | |
---|
| 49 | ///////////////////////////////////////////////////////////////////////////// |
---|
| 50 | // |
---|
| 51 | // Version |
---|
| 52 | // |
---|
| 53 | |
---|
| 54 | VS_VERSION_INFO VERSIONINFO |
---|
[6] | 55 | FILEVERSION 0,2,6721,676 |
---|
| 56 | PRODUCTVERSION 0,2,6721,676 |
---|
[2] | 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 |
---|
| 66 | BEGIN |
---|
| 67 | BLOCK "StringFileInfo" |
---|
| 68 | BEGIN |
---|
| 69 | BLOCK "080004b0" |
---|
| 70 | BEGIN |
---|
| 71 | VALUE "FileDescription", "TrinityRealm" |
---|
[6] | 72 | VALUE "FileVersion", "0, 2, 6721, 676" |
---|
[2] | 73 | VALUE "InternalName", "TrinityRealm" |
---|
| 74 | VALUE "LegalCopyright", "Copyright (C) 2008" |
---|
| 75 | VALUE "OriginalFilename", "TrinityRealm.exe" |
---|
| 76 | VALUE "ProductName", "TrinityRealm" |
---|
[6] | 77 | VALUE "ProductVersion", "0, 2, 6721, 676" |
---|
[2] | 78 | END |
---|
| 79 | END |
---|
| 80 | BLOCK "VarFileInfo" |
---|
| 81 | BEGIN |
---|
| 82 | VALUE "Translation", 0x800, 1200 |
---|
| 83 | END |
---|
| 84 | END |
---|
| 85 | #endif |
---|