2022-06-15 20:38:14 +08:00

33 lines
1.9 KiB
Plaintext
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<EFBFBD><EFBFBD>/*
* PROJECT: Mouri Internal Library Essentials
* FILE: Mile.Project.Manifest.rc
* PURPOSE: Manifest Resource for Mile.Project
*
* LICENSE: The MIT License
*
* DEVELOPER: Mouri_Naruto (Mouri_Naruto AT Outlook.com)
*/
#include "winres.h"
#ifndef MILE_PROJECT_MACRO_TO_STRING
#define _MILE_PROJECT_MACRO_TO_STRING(arg) L#arg
#define MILE_PROJECT_MACRO_TO_STRING(arg) _MILE_PROJECT_MACRO_TO_STRING(arg)
#endif
/////////////////////////////////////////////////////////////////////////////
// Neutral language resources
#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_NEU)
LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
/////////////////////////////////////////////////////////////////////////////
//
// RT_MANIFEST
//
_MILE_PROJECT_MANIFEST_ID RT_MANIFEST MILE_PROJECT_MACRO_TO_STRING(_MILE_PROJECT_MANIFEST_FILE)
#endif // Neutral language resources
/////////////////////////////////////////////////////////////////////////////