Shamefully, we use TFS to work on a C # project. I would like to switch to svn or git, but we cannot change this. All of us working on the project hate the “TFS” auto-registration feature, so we checked our solution and project files as unrelated to TFS.
Now, whenever we open a project, we get the following message:
The solution you opened is under source control, but is not currently configured for integrated source control in Visual Studio. Do you want to bind this solution to the source control?
Is there a way to disable this message while keeping the solution without being tied to the buggy and annoying integrated control source?
source
share