Re: Team Foundation Server - General Get latest of files in a solution file through the command line
Michal Malecki - MSFT
It is very hard to write this kind of tool, because you need to process sln, project and suo files. Suo files are binary and I don't know if their format is public. The reason you would need to play with them is because paths in the other files (sln/proj) are not always the correct after you do "Open from Source Control". Instead of changing them, Visual Studio adds translation table in suo and changes the paths on the fly. Your tool would need to do this if you want to handle all kinds of solutions/projects scenarios.