GeekTrack/2.Firmware/simulator/LVGL.Simulator/Mile.Project.Properties.h

37 lines
2.0 KiB
C
Raw Blame History

This file contains invisible Unicode characters!

This file contains invisible Unicode characters that may be processed differently from what appears below. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to reveal hidden characters.

/*
* PROJECT: Mouri Internal Library Essentials
* FILE: Mile.Project.Properties.h
* PURPOSE: Project Properties for projects with Mile.Project
*
* LICENSE: The MIT License
*
* DEVELOPER: Mouri_Naruto (Mouri_Naruto AT Outlook.com)
*/
#ifndef MILE_PROJECT_PROPERTIES
#define MILE_PROJECT_PROPERTIES
#define MILE_PROJECT_VERSION_MAJOR 7
#define MILE_PROJECT_VERSION_MINOR 11
#define MILE_PROJECT_VERSION_PATCH 0
#define MILE_PROJECT_VERSION_REVISION 0
//#define MILE_PROJECT_VERSION_TAG L"Alpha 1"
#define MILE_PROJECT_COMPANY_NAME \
"Littlev Graphics Library"
#define MILE_PROJECT_FILE_DESCRIPTION \
"LVGL Simulator for Windows Desktop"
#define MILE_PROJECT_INTERNAL_NAME \
"LVGL.Simulator"
#define MILE_PROJECT_LEGAL_COPYRIGHT \
"© Littlev Graphics Library. All rights reserved."
#define MILE_PROJECT_ORIGINAL_FILENAME \
"LVGL.Simulator.exe"
#define MILE_PROJECT_PRODUCT_NAME \
"LVGL"
#endif
#include <Mile.Project.Version.h>