Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Version information
Message
From
23/11/2001 11:19:57
Alexandre Palma
Harms Software, Inc.
Alverca, Portugal
 
 
To
23/11/2001 11:04:43
General information
Forum:
Visual FoxPro
Category:
Project manager
Miscellaneous
Thread ID:
00585144
Message ID:
00585149
Views:
23
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
Previous
Reply
Map
View

Click here to load this message in the networking platform