Alas, this cannot be done with TFS as it is.
TFS source control does not know if the file is a solution file or a text document. He just keeps it for you. There is no parsing at all. I can (and do) store Delphi project files in TFS. TFS cannot understand and be sure of every type of file that exists.
It would be nice if Solution Explorer did this for you (as it is specific to your project). But this is not so.
You can create a custom plugin for TFS and Visual Studio to do what you ask for, but it will probably take longer than just manually checking the history of all the files in your solution.
Vaccano
source share