You can use the same settings as the delphi IDE. On the Delphi action Project tab, there are options to load the settings from the delphi project file (dproj). You can control which settings are loaded.
You can use the same settings as the delphi IDE. On the Delphi action Project tab, there are options to load the settings from the delphi project file (dproj). You can control which settings are loaded.
Mmm, I already uses this setting.
I can't share Directories settings if I use MSBuild variables like $(Platform), $(Config) on the IDE(dproj).
I must uncheck Directories check box and I always have to override dproj's directories settings.
(Oh, I wish I had "Use Aliases from Project Settings File" ...)
Recent delphi uses these MSBuild variables by default.
I think it's reasonable to support basic variables like Platform, Config, at least...
You already have "Platform", "Project Config" setting on Project tab.