source: tspsg-svn/trunk/resources/tspsg.rc @ 61

Last change on this file since 61 was 61, checked in by laleppa, 15 years ago

+ Desktop Entry for *nix systems.

  • Property svn:keywords set to Id URL
File size: 1.4 KB
RevLine 
[17]1/*
[42]2 *  TSPSG: TSP Solver and Generator
[17]3 *  Copyright (C) 2007-2009 Lёppa <contacts[at]oleksii[dot]name>
4 *
5 *  $Id: tspsg.rc 61 2009-09-03 23:30:32Z laleppa $
6 *  $URL: https://tspsg.svn.sourceforge.net/svnroot/tspsg/trunk/resources/tspsg.rc $
7 *
8 *  This file is part of TSPSG.
9 */
10
11#include "..\\src\\resource.h"
[42]12#pragma code_page(65001)
[17]13
[42]14LANGUAGE        0x00, 0x00
15
16// Main Icon
[61]17IDI_APPICON     ICON    "tspsg.ico"
[42]18
19// Version Info
20VS_VERSION_INFO VERSIONINFO
21        FILEVERSION BUILD_VERSION_MAJOR,BUILD_VERSION_MINOR,BUILD_RELEASE,BUILD_NUMBER
22        PRODUCTVERSION BUILD_VERSION_MAJOR,BUILD_VERSION_MINOR,BUILD_RELEASE,BUILD_NUMBER
23        FILEFLAGSMASK 0x17L
24#ifdef _DEBUG
25        FILEFLAGS 0x1L
26#else
27        FILEFLAGS 0x0L
28#endif
29#ifdef Q_OS_WINCE
30        FILEOS 0x50000L
31#else
32        FILEOS 0x4L
33#endif
34        FILETYPE 0x1L
35        FILESUBTYPE 0x0L
36BEGIN
37    BLOCK "StringFileInfo"
38    BEGIN
39        BLOCK "000004b0"
40        BEGIN
[45]41//            VALUE "Comments", BUILD_STATUS
[42]42            VALUE "CompanyName", "..::Lёppsville::.. Homes"
43            VALUE "FileDescription", "TSPSG: TSP Solver and Generator"
44            VALUE "FileVersion", BUILD_VERSION
45            VALUE "InternalName", "TSPSG"
46            VALUE "LegalCopyright", "Copyright © 2007 - 2009 Lёppa"
47            VALUE "OriginalFilename", "tspsg.exe"
48            VALUE "ProductName", "TSPSG"
49            VALUE "ProductVersion", BUILD_VERSION
50        END
51    END
52    BLOCK "VarFileInfo"
53    BEGIN
54        VALUE "Translation", 0x0, 1200
55    END
56END
Note: See TracBrowser for help on using the repository browser.