From 2fe033c4a0bcdb0972046e1b55b0cf463075dc24 Mon Sep 17 00:00:00 2001 From: Petr Mrázek Date: Sun, 19 Jan 2014 05:21:09 +0100 Subject: Move a bunch of resources into the resources folder. Also, cat is no longer mysterious. It's just FLUFFY! --- multimc.rc | 29 ----------------------------- 1 file changed, 29 deletions(-) delete mode 100644 multimc.rc (limited to 'multimc.rc') diff --git a/multimc.rc b/multimc.rc deleted file mode 100644 index 2140e3f4..00000000 --- a/multimc.rc +++ /dev/null @@ -1,29 +0,0 @@ -#ifndef WIN32_LEAN_AND_MEAN -#define WIN32_LEAN_AND_MEAN -#endif -#include - -IDI_ICON1 ICON DISCARDABLE "resources/icons/MultiMC.ico" -1 RT_MANIFEST "MultiMC.manifest" - -VS_VERSION_INFO VERSIONINFO -FILEVERSION 1,0,0,0 -FILEOS VOS_NT_WINDOWS32 -FILETYPE VFT_APP -BEGIN - BLOCK "StringFileInfo" - BEGIN - BLOCK "000004b0" - BEGIN - VALUE "CompanyName", "MultiMC Contributors" - VALUE "FileDescription", "Minecraft Launcher" - VALUE "FileVersion", "1.0.0.0" - VALUE "ProductName", "MultiMC" - VALUE "ProductVersion", "5" - END - END - BLOCK "VarFileInfo" - BEGIN - VALUE "Translation", 0x0000, 0x04b0 // Unicode - END -END -- cgit