Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Version information
Message
De
23/11/2001 11:19:57
Alexandre Palma
Harms Software, Inc.
Alverca, Portugal
 
 
À
23/11/2001 11:04:43
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire de projet
Divers
Thread ID:
00585144
Message ID:
00585149
Vues:
24
This message has been marked as the solution to the initial question of the thread.
Hi Pete try the following:
WITH _VFP.Projects('myproject.pjx')

	.VersionCompany = My Company'
	.VersionCopyright = 'Copyright info'
        .autoincrement = .t.
	.VersionNumber = '1.1.100' && major version.minor version.build number

	.Files.Add('myclass.vcx') && if you need to add files

	.Files('pathh\bmp\windows\excludefile.txt').Exclude = .t.
	.Encrypted 	= .t.
	.debug		= .f.
	.icon 		= 'my icon.ico'
ENDWITH
>Is there a way to poke the version information into the project without having to build the project? I have a bunch of projects that I batch build with a .prg, and I am tired of having to build all the projects manually first, when the version number changes.
Alexandre Palma
Senior Application Architect
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform