I am using cmake to generate my solution files and I'm doing that out-of-source. So I have a myproject folder and a myproject_build folder. When I save my ReSharper settings in team solution, it creates a dotsettings file in the myproject_build folder.
- C:\
- myproject
- .hg
- CMakeLists.txt
- myproject_build
- myproject.sln
- myproject.DotSettings
- myproject
How can I make sure that saving these settings goes into the source folder and be sure that all team members have the same settings?