I have a large number of projects that are being built as part of our automated system and make use of the Project Global Script to set build values that are needed as we upgrade through various versions.
With XE2 and the current version of FB, there is a Delphi option for Framework Type (NONE, VCL, FMX) - is there a way to set this in the script? I can't find a list of the enumerated TFrameworkTypes anywhere.
Note that changing them in script will not change the NamespacePrefixes property (that is a design time feature), so you would need to set that property in script also.
Thanks, that helps answer the first question. Now - how do I update the NamespacePrefixes in script? I don't see that as an available in the script insight (VBscript) for the Action, and can't find any reference to it in the help files.