21e325b27a
* NEW: Put the old examples in '/trunk/app/examples'. git-svn-id: svn://localhost/gambas/trunk@6724 867c0c6c-44f3-4631-809d-bfa615b0a4ec
20 lines
478 B
XML
20 lines
478 B
XML
# Gambas Project File 3.0
|
|
# Compiled with Gambas 3.6.90
|
|
Title=DNS client example
|
|
Startup=FMain
|
|
Icon=dnsclient.png
|
|
Version=3.6.90
|
|
VersionFile=1
|
|
Component=gb.image
|
|
Component=gb.gui
|
|
Component=gb.net
|
|
Description="DNS client example.\n\nThis example shows how to resolve hostnames to IP adresses, and how to do the contrary."
|
|
TabSize=2
|
|
Translate=1
|
|
Language=fr
|
|
Maintainer=benoit
|
|
Vendor=Example
|
|
Address=benoit@desnouettes
|
|
License=General Public Licence
|
|
Packager=1
|
|
Tags=Example,Network
|