Is it possible to use a PropertySet to set assembly version information for a Delphi.NET project? And if so how?I know how to do this for Delphi Win32 project but I can’t figure out how to use a PropertySet with a Delphi.NET project.Thanks,-KIRBY
Hi Kirby,
The Dephi.NET compiler action doesn’t currently support PropertySets, but what you can do is in the Assembly Info Tab add the relevant Attributes (eg. BuildVersion) and then access the property set via the following syntax: %.% eg. %MyPropSet.BuildVersion%
hth.
.t8
That helps. Thanks for the tip!
-KIRBY