diff options
Diffstat (limited to 'protocols/Discord/res/discord.rc')
-rw-r--r-- | protocols/Discord/res/discord.rc | 59 |
1 files changed, 59 insertions, 0 deletions
diff --git a/protocols/Discord/res/discord.rc b/protocols/Discord/res/discord.rc new file mode 100644 index 0000000000..75f3bfe2e9 --- /dev/null +++ b/protocols/Discord/res/discord.rc @@ -0,0 +1,59 @@ +// Microsoft Visual C++ generated resource script. +// +#include "..\src\resource.h" + +#define APSTUDIO_READONLY_SYMBOLS +///////////////////////////////////////////////////////////////////////////// +// +// Generated from the TEXTINCLUDE 2 resource. +// +#include "afxres.h" + +///////////////////////////////////////////////////////////////////////////// +#undef APSTUDIO_READONLY_SYMBOLS + +///////////////////////////////////////////////////////////////////////////// +// English (United States) resources + +#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU) +LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US +#pragma code_page(1252) + +#ifdef APSTUDIO_INVOKED +///////////////////////////////////////////////////////////////////////////// +// +// TEXTINCLUDE +// + +1 TEXTINCLUDE +BEGIN + "..\\src\\resource.h\0" +END + +2 TEXTINCLUDE +BEGIN + "#include ""afxres.h""\r\n" + "\0" +END + +3 TEXTINCLUDE +BEGIN + "\r\n" + "\0" +END + +#endif // APSTUDIO_INVOKED + +///////////////////////////////////////////////////////////////////////////// +// +// Icon +// + +// Icon with lowest ID value placed first to ensure application icon +// remains consistent on all systems. + +IDI_MAIN ICON "discord.ico" +IDI_OFFLINE ICON "offline.ico" + +#endif // English (United States) resources +///////////////////////////////////////////////////////////////////////////// |