Reputation: 2447
I have a solution with 4 projects and it's bond with TFS source control. I then add an existing project to that solution and I checked-in, then VS 2013 added all the new files to source control but it seems to ignore the newly added project:
The newly added project is HRP_PAIE (you can see it doesn't have the lock next to its' name). This create a problem when another member of my team tries to get the latest version: He doesn't get the HRP_PAIE project.
Please help
Upvotes: 3
Views: 3477
Reputation: 558
Sorry for the really late response; however, hoping to solve the issue for someone who is passing by on the highway of Google:
Go to File->Source Control->Change Source Control. (in Visual Studio 2012/2013 it's File->Source Control->Advanced->Change Source Control)
Look for the "Solution: your solution name", highlight it and click Unbind. Hit Okay, then right click on the project in solution explorer, hover over source control and click add project to source control!
Upvotes: 1
Reputation: 61
To solve this problem, this is what I did:
1. Open Source control explorer
2. Right click on the folder
3. Select "Add Items to folder"
The "Add to Source Control" window will pop up
4. Add the items you want to add
Hope this helps.
Upvotes: 6
Reputation: 4230
Go to File->Source Control->Change Source Control.
(in Visual Studio 2012/2013 it's File->Source Control->Advanced->Change Source Control)
Look for the "Solution: your solution name" and if it's not bound it will say "no server". Click on it and then click "Bind" from the toolbar.
Upvotes: 5