terminal/src/interactivity/onecore/coninteractivityonecore.rcv
Dustin Howett d4d59fa339 Initial release of the Windows Terminal source code
This commit introduces all of the Windows Terminal and Console Host source,
under the MIT license.
2019-05-02 15:29:04 -07:00

6 lines
313 B
Plaintext

#define VER_FILETYPE VFT_APP
#define VER_FILESUBTYPE VFT_UNKNOWN
#define VER_FILEDESCRIPTION_STR "Console Interactivity OneCore"
#define VER_INTERNALNAME_STR "ConInteractivityOneCore"
#define VER_ORIGINALFILENAME_STR "CONINTERACTIVITYONECORE.DLL"