Online
Registriert seit: 20. Jan 2006
Ort: Lübbecke
11.742 Beiträge
Delphi 12 Athens
|
AW: Versionsinformationen
16. Jul 2025, 14:09
Ggf. würde ich alle <VerInfo_Locale> manuell aus der .dproj Datei entfernen und anschließend auf oberster Ebene die Sprache via IDE neu einstellen.
Und warum manuell?
Zitat:
Clear Settings in Child Configurations probably needs some words of explanation. Sometimes the inheritance of project settings as implemented in the IDE is not wanted and leads to a lot of work or unexpected results. For instance, having different version info values for each build configuration is rarely required. Changes made to one configuration are not visible in others. In addition inheritance doesn’t work well with these either. Changes in the base configuration have no effect if values in depending configurations exist.
Siehe Keep Your Project Files Clean With Project Magician
|