List of files to ignore when move visual studio solutions/projects from TFS to RTC?
![]() Hello, Is there any list of files we can/should ignore when we move visual studio solutions/projects from TFS to RTC?
Thanks and Regards |
2 answers
![]()
Hi,
If you want to share only folders and files(which are not part of the solution/projects) then its better to use Sandbox Explorer. The Sandbox Explorer view is created for users who want to use RTC VS but do not work with VS projects. Comments Hi Krishna, Thanks. What about the following structure in VS (actually under a branch in TFS shown within VS), any recommendation about the way to add them to the Jazz source control? (Assuming I already updated all .csproj/.proj and .sln files for source provider) TopDir (not a solution folder) TopDir\subdir1 (a solution folder) TopDir\subdir1\subdir2 ( a project folder) TopDir\subdir1\subdir3 ( another project folder)
Another case is : TopDir (not a solution folder) TopDir\subdir4 (a project folder) TopDir\subdir5 (a project folder) Hi Frank,
|