Hi all,
I’m working on a c# project, lately we decided to restructure the directories structure of the source code. I’m doing the restructure and wanted to ask you some questions about what is the best way to conduct the change. The restructure is basically changing the current directories of all the projects to a more structured and logical order.
The current structure is (this is a scheme):
Main Dir:
- Project
- Project
- Dir
- Project
- Project
- Project
- Dir
- Project
- Project
- Project
- Project Dir + solution file
- Project Dir + solution file
- Dir
- Solution file.
- Project
- Project
- Project Dir Etc..
The Target scheme is: TFS Project: Main - Source - Dir - Solution file. - Project - Project - Project - Project
- Dir
- Dir
- Project
- Project
- Project
- Dir
- Solution file.
- Dir
- Project
- Project
The relative location between the projects is changed and also the relative locations in the solutions.
The question is how to make change in the best manner: - How to Fix all the references of each project? - How to fix all the solutions? - Is there any tool available for that?