source: tspsg/src/resource.h @ a5be8eb2c8

0.1.3.145-beta1-symbian0.1.4.170-beta2-bb10appveyorimgbotreadme
Last change on this file since a5be8eb2c8 was e0fcac5f2c, checked in by Oleksii Serdiuk, 15 years ago
  • Finished documentation.
  • Sorted all functions in .cpp files according to order of their declaration in .h files.
  • Property mode set to 100644
File size: 1.0 KB
RevLine 
[e0fcac5f2c]1/*!
2 * \file resource.h
3 * \author Copyright (C) 2007-2009 Lёppa <contacts[at]oleksii[dot]name>
[5354a01311]4 *
5 *  $Id$
6 *  $URL$
7 *
[e0fcac5f2c]8 * \brief Contains windows resource IDs.
9 *
10 *  <b>TSPSG: TSP Solver and Generator</b>
11 * 
[5354a01311]12 *  This file is part of TSPSG.
[bc1b8837b6]13 *
14 *  TSPSG is free software: you can redistribute it and/or modify
15 *  it under the terms of the GNU General Public License as published by
16 *  the Free Software Foundation, either version 3 of the License, or
17 *  (at your option) any later version.
18 *
19 *  TSPSG is distributed in the hope that it will be useful,
20 *  but WITHOUT ANY WARRANTY; without even the implied warranty of
21 *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
22 *  GNU General Public License for more details.
23 *
24 *  You should have received a copy of the GNU General Public License
25 *  along with TSPSG.  If not, see <http://www.gnu.org/licenses/>.
[5354a01311]26 */
27
[430bd7f7e9]28#include "version.h"
29
[85ad815b0b]30//! Version information resource ID
[430bd7f7e9]31#define VS_VERSION_INFO 1
[85ad815b0b]32//! Main application icon resource ID
[5354a01311]33#define IDI_APPICON 101
Note: See TracBrowser for help on using the repository browser.