How to add an existing project to TFS

Viewed 40468

I have a solution with 6 projects already in TFS. Each project is in its own folder.

I right clicked the solution and added a new project, so the solution XML knows about my new project.

I checked in the solution file, but the newly added project is not listed in the source control explorer, presumably because I never checked in the files.

My question is how can I check in the project and ensure that the new project files go into its own folder?

If I right click in the root of the solution and select the new project files the "Destination source control folder" is set to the root - do I need to first create a folder in TFS which matches the name of my project folder? That seems backwards.

1 Answers
Related