Colleagues, I have the following problem, I am making an application with Visual Studio 2015 using TFS for code control. The issue is that for architectural reasons, I changed the directory for the project of the UI, which is added to the project by the way, the issue is that when I want to upload my changes to the TFS, it does not leave me because it tells me : "It was not possible to find part of the path for TFS_Bodega / Cellar / app_start / Bundles.config", which makes sense to me, since the application is now structured like this: TFS_Bodega / 1_CellarPresenteacion / Cellar / app_start / Bundles.config, What I need to do is change the configuration file that gives the route to the main project. I have done it in the file .sln (The solution), but apparently the TFS does not read it from there, if someone can help me I will be very grateful. Greetings!