Resharper supports option layering.
You would use it like this:
- Have one DotSettings file with all your settings in it.
- For each solution perform these steps:
- ReSharper -> Manage Options
- Right-click “Solution ‘Your Solution’ team-shared”
- Select Add Layer -> Open Settings File
- Choose the central DotSettings file
This would create a DotSettings file for each solution. You need to check these into TFS along with the central DotSettings file.
Important: The DotSettings file of the solutions only contain a link to the central one, they don’t replicate the settings.