In your .dproj
file, you can set the framework like this:
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<!-- -->
<FrameworkType>VCL</FrameworkType>
<!-- -->
</PropertyGroup>
</Project>
FrameworkType
can be None
, VCL
, FMX
, or FMI
(the latter is for FreePascal based iOS applications).
How can you set this FrameworkType
from the IDE without manually editing the .dproj
file (for instance when porting from one platform to the other)?
(Preferably for Delphi XE2 and up)
You cannot modify this setting from the IDE.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With