mirror of
https://github.com/keymanapp/keyman.git
synced 2026-09-24 16:47:41 +00:00
Fixes #7828. Moves all projects to lower case filenames so that we don't end up with filename conflicts in symbol servers.
12 lines
405 B
Text
12 lines
405 B
Text
|
|
#include "version.rc"
|
|
|
|
/////////////////////////////////////////////////////////////////////////////
|
|
//
|
|
// Bitmap
|
|
//
|
|
|
|
MASK BITMAP DISCARDABLE "..\\..\\..\\..\\common\\resources\\bitmaps\\mask.bmp"
|
|
ARROW BITMAP DISCARDABLE "..\\..\\..\\..\\common\\resources\\bitmaps\\arrow.bmp"
|
|
|
|
/////////////////////////////////////////////////////////////////////////////
|