Creating a new project for Team Foundation Server Basic.

Posted by Enrique Lima on Geeks with Blogs See other posts from Geeks with Blogs or by Enrique Lima
Published on Mon, 17 May 2010 18:46:24 GMT Indexed on 2010/05/18 0:51 UTC
Read the original article Hit count: 444

Filed under:

We have installed and configured TFS, we have connected to it using Visual Studio.  Now it is time to get a project created.

From Team Explorer, we will right click on the servername\Collection item in the tree to select New Team Project.

image

Once selected, this will open the New Team Project dialog.  Provide a name, then click Next.

image  The next step is to select a Project Template.  By default you will have 2 available (but there are many downloadable options).  It is important to understand what the templates bring and what options we will live with in the Lifecycle Management option we select. Once selected, click Next.

image

image

Now we are at the point to specify where our code will be collected, Source Code settings part of the wizard.  Since we are starting new, we will select an empty folder. Click Next.

image

Next we get a Summary view of the options selected. Click Finish.

image

Once the template is downloaded, applied and our choices processed, we have completed the project creation.

image  This should be our final product …

image

© Geeks with Blogs or respective owner