AFR Update and sorting

This commit is contained in:
CajunAvenger
2021-07-09 13:48:12 -05:00
parent eda330eee8
commit 946e8534b1
1673 changed files with 5365 additions and 6505 deletions

36
resource/win32_res.rc Normal file
View File

@@ -0,0 +1,36 @@
//+----------------------------------------------------------------------------+
//| Description: Magic Set Editor - Program to make Magic (tm) cards |
//| Copyright: (C) 2001 - 2017 Twan van Laarhoven and "coppro" |
//| License: GNU General Public License 2 or later (see file COPYING) |
//+----------------------------------------------------------------------------+
#include <windows.h> // include for version info constants
// -------------------------------------------------------- : Icons
icon/app ICON "icon/app.ico" // has to come first in alphabet!!
icon/installer ICON "icon/installer.ico"
icon/set ICON "icon/set.ico"
icon/symbol ICON "icon/symbol.ico"
// -------------------------------------------------------- : Version info
1 VERSIONINFO
FILEVERSION 2,0,0,0
PRODUCTVERSION 2,0,0,0
FILETYPE VFT_APP
{
BLOCK "StringFileInfo"
{
BLOCK "040904E4"
{
VALUE "FileVersion", "2.0.0"
VALUE "License", "GNU General Public License 2 or later; This is free software, and you are welcome to redistribute it under certain conditions; See the help file for details"
VALUE "FileDescription", "Magic Set Editor"
VALUE "InternalName", "magicseteditor"
VALUE "LegalCopyright", "\xA9 2001-2011 Twan van Laarhoven and 'coppro'"
VALUE "ProductName", "Magic Set Editor"
}
}
}