Hi!
We are using MSBuild and our BSP (not from VisualGDB).
When we try to change any settings on “Embedded project” page of “VisualGDB project properties”, we lose all changes when we press “Apply” button.
For example, if we change “LDFLAGS”, “Defines”, or “Include directories” fields, and then press “OK” or “Apply”, these fields will have values as it was before editing.
Of course, if we edit *.props and *.xml files directly, these fields can be changed. But from GUI we can’t change global project properties.
When we change properties for one configuration (i.e. “MSBuild settings” for configuration “Debug”) everything works fine.
Also if we press “Regenerate MCU files” then “Embedded project” properties will be applied, but just once. Have you any ideas, what is going wrong?