abf1ba8cbf
* NEW: New project creation dialog based on template projects located in '/usr/share/gambas3/template' and in '~/.local/share/gambas3/template'. These are default directories, they may change according to your gambas installation prefix and home directory configuration. [TEMPLATES] * NEW: Project templates. There are only two at the moment, others will come. git-svn-id: svn://localhost/gambas/trunk@7321 867c0c6c-44f3-4631-809d-bfa615b0a4ec
16 lines
357 B
XML
16 lines
357 B
XML
# Gambas Project File 3.0
|
|
# Compiled with Gambas 3.8.90
|
|
Title=PeriodicTimer
|
|
Startup=FMain
|
|
Icon=lcdlabel.png
|
|
Version=1.0.0
|
|
Component=gb.image
|
|
Component=gb.gui
|
|
Component=gb.form
|
|
Component=gb.sdl2.audio
|
|
Description="LCDLabel example.\n\nThis example shows a timer based on a LCDLabel control."
|
|
TabSize=2
|
|
Language=fr
|
|
Vendor=Example
|
|
Packager=1
|
|
GambasVersion=3.7
|