tfs - How to stop Visual Studio from asking if I want to save a solution file every time I make adhoc changes? -


Currently I am working on a project that has many changes in many files in source control (TFS) I I open the file through Visual Studio through the source control explorer, I can make my own changes and check it, but every time I see it in Visual Studio, I ask whether I save the solution file I want it to be created automatically, here are the options "yes", where I have to create a solution file that I do not want, or "no" and this is my phone number. Does not verify Il. The only way around it is to stop the solution (I never wanted to make that file before checking it inside) This behavior is a real nuisance and slows me down. I just want to make my change and want to check my file. Is this possible? In the menu from Visual Studio Tools, select "Options", then "Projects and Solutions" Always uncheck the option "Show solution".

Enter image details here

When you close your project , Even then it will create a solution file for you but will not give you a signal

Comments

Popular posts from this blog

Java - Error: no suitable method found for add(int, java.lang.String) -

java - JPA TypedQuery: Parameter value element did not match expected type -

c++ - static template member variable has internal linkage but is not defined -