Since CCS5.1.0.06000 there is an unwanted effect: the .project file contains the name of the last generated output file (either none or a combination of configuration name/path and output file name).
.project is modified after each modification (is empty after importing projects and contains the latest configuration/output name after a build). This is extremely disturbing in a version control system based environment: although no real changes in .project are made, just for updating the output file name .project is checked out and thus recognizing newer versions of .project is blocked.
I guess this is based to some Eclipse 'improvements' which found their way to CCS5.1.0.06000. There was a similar problem several versions ago which was solved by TI (don't touch .project for such modifications).
Is there a way to restore the pre-CCS5.1.0.06000 behavior in this point?